Skip to content

Commit 3e6397d

Browse files
committed
update
1 parent 16ee726 commit 3e6397d

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ license = "MIT" # adjust if needed
1616
serde = { version = "1", features = ["derive"] }
1717
serde_json = "1"
1818
thiserror = "1"
19+
crc32fast = "1.3"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Implementation skeleton for exposing the `eth_config` JSON-RPC method (EIP-7910)
2323
- `make cli` — build the validator CLI.
2424

2525
## Tests
26-
- `tests/hoodi_prague.rs`: golden comparison versus the EIP Prague sample output (fixture pending).
27-
- `tests/hoodi_cancun.rs`: golden comparison versus the EIP Cancun sample output (fixture pending).
28-
- `tests/no_future_fork.rs`: ensures `next`/`last` are null when no future or past fork exists.
29-
- `tests/bpo_fork.rs`: covers blob-parameter-only fork transitions.
26+
- `tests/hoodi_prague.rs`: parses Prague sample and checks presence of `next` fork id.
27+
- `tests/hoodi_cancun.rs`: parses Cancun sample with blob schedule and no next fork.
28+
- `tests/no_future_fork.rs`: ensures `next`/`last` null handling.
29+
- `tests/bpo_fork.rs`: blob-parameter-only fork sample.
3030
- Tests live in the `eth-config-tests` crate (workspace member) and currently validate the example fixtures deserialize correctly. Run them via `make test` or `cargo test -p eth-config-tests`.
3131

3232
## EIP-7910 recap

0 commit comments

Comments
 (0)