Skip to content

Commit 980cc50

Browse files
committed
Replace wiremock with anvil
1 parent 385c314 commit 980cc50

File tree

7 files changed

+49
-572
lines changed

7 files changed

+49
-572
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
ref: ${{ github.event.pull_request.head.sha || github.ref }}
2323
- uses: dtolnay/rust-toolchain@stable
2424
- uses: Swatinem/rust-cache@v2
25+
- uses: foundry-rs/foundry-toolchain@v1
2526
- run: make test
2627

2728
fmt:

Cargo.lock

+37-87
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ reth-trie = { git = "https://github.com/paradigmxyz/reth", tag = "v1.2.0" }
2929

3030
[dev-dependencies]
3131
ruint = "1.12.4"
32-
serde_json = "1.0.140"
32+
33+
alloy-node-bindings = "0.11.1"
3334
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
34-
wiremock = "0.6.3"

0 commit comments

Comments
 (0)