Skip to content

Commit 6d066b6

Browse files
committed
refresh data & config with recent data-points
1 parent bd709eb commit 6d066b6

23 files changed

+117292
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,29 @@
1212

1313
Adjust the `.envrc` to select Ogmios' source.
1414

15+
> [!CAUTION]
16+
> Ogmios needs to be running with the `--include-cbor` flag set.
17+
1518
### Collecting mainnet scripts
1619

1720
```
18-
node collect-plutus-scripts.mjs 1>plutus_scripts.csv 2>native_scripts.json
21+
node collect-plutus-scripts.mjs 1>data/plutus_scripts.csv 2>data/native_scripts.json
1922
```
2023

2124
### Collecting reference inputs
2225

2326
```
24-
node collect-reference-inputs.mjs 1>reference_inputs.json
27+
node collect-reference-inputs.mjs 1>data/reference_inputs.json
2528
```
2629

2730
### Classifying validators
2831

2932
```
30-
cargo run --release plutus_scripts.csv > validators.json
33+
cargo run --release -- data/plutus_scripts.csv 1>data/validators.json
3134
```
3235

33-
3436
### Counting scripts usage on-chain
3537

3638
```
37-
node count.mjs validators.json native_scripts.json reference_inputs.json
39+
node count.mjs
3840
```

config/points.mjs

+10
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,13 @@ export const beginningOfOctober2024 = {
5757
slot: 136167315,
5858
id: "8fb0c8b7e292ee66b2ae99bbf86a753dc2af1dc55e4ce54898b4381ca23b68e0"
5959
};
60+
61+
export const beginningOfNovember2024 = {
62+
slot: 138849313,
63+
id: "f98feb1633f865c0b6ee03f38fe0a3051b2e3ac90f967ef576238643332155b7"
64+
};
65+
66+
export const beginningOfDecember2024 = {
67+
slot: 141441315,
68+
id: "ee88305bb38e6ff37a2bc39a37c7c361ac25dd8daadff85801a075ec39cce27f"
69+
};

data/native_scripts.json

+8,016
Large diffs are not rendered by default.

data/native_scripts/2024_06.json

+5,309
Large diffs are not rendered by default.

data/native_scripts/2024_07.json

+6,127
Large diffs are not rendered by default.

data/native_scripts/2024_08.json

+4,196
Large diffs are not rendered by default.

data/native_scripts/2024_09.json

+3,120
Large diffs are not rendered by default.

data/native_scripts/2024_10.json

+3,029
Large diffs are not rendered by default.

data/native_scripts/2024_11.json

+4,987
Large diffs are not rendered by default.

data/reference_scripts.json

+372
Large diffs are not rendered by default.

data/reference_scripts/2024_06.json

+1,537
Large diffs are not rendered by default.

data/reference_scripts/2024_07.json

+527
Large diffs are not rendered by default.

data/reference_scripts/2024_08.json

+411
Large diffs are not rendered by default.

data/reference_scripts/2024_09.json

+162
Large diffs are not rendered by default.

data/reference_scripts/2024_10.json

+153
Large diffs are not rendered by default.

data/reference_scripts/2024_11.json

+221
Large diffs are not rendered by default.

data/validators.json

+17,533
Large diffs are not rendered by default.

data/validators/2024_06.json

+12,346
Large diffs are not rendered by default.

data/validators/2024_07.json

+10,385
Large diffs are not rendered by default.

data/validators/2024_08.json

+7,030
Large diffs are not rendered by default.

data/validators/2024_09.json

+14,279
Large diffs are not rendered by default.

data/validators/2024_10.json

+5,428
Large diffs are not rendered by default.

data/validators/2024_11.json

+12,107
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)