Skip to content

Commit 97a1900

Browse files
authored
refactor: [phase1] remove eth-types (#43)
* remove eth-types * add rkyv * extract common * remove others * fix gas_price * add metadata * cleanup * fix clippy * fix ci * reduce visibility * reject missing codes field * update readme * remove sepolia tests since no flatten proofs available
1 parent 9197bfb commit 97a1900

33 files changed

+2272
-631
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,4 @@ jobs:
9494
with:
9595
toolchain: ${{ matrix.rust }}
9696
- uses: Swatinem/rust-cache@v2
97-
- run: cargo run --release --package stateless-block-verifier -- -k run-file testdata/mainnet_blocks/flatten-proofs/*
98-
- run: cargo run --release --package stateless-block-verifier -- -k run-file testdata/sepolia_blocks/*
97+
- run: cargo run --release --package stateless-block-verifier -- run-file testdata/mainnet_blocks/flatten-proofs/*

0 commit comments

Comments
 (0)