Skip to content

Commit 3f15d2d

Browse files
committed
Add tests for contract create filtering
1 parent 1b0889c commit 3f15d2d

File tree

4 files changed

+774
-3
lines changed

4 files changed

+774
-3
lines changed

Cargo.lock

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

domains/client/domain-operator/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ domain-test-service = { version = "0.1.0", path = "../../test/service" }
5656
domain-test-primitives = { version = "0.1.0", path = "../../test/primitives" }
5757
ethereum = "0.15.0"
5858
evm-domain-test-runtime = { version = "0.1.0", path = "../../test/runtime/evm" }
59+
fp-rpc = { version = "3.0.0-dev", git = "https://github.com/autonomys/frontier", rev = "f80f9e2bad338f3bf3854b256b3c4edea23e5968" }
5960
fp-self-contained = { version = "1.0.0-dev", git = "https://github.com/autonomys/frontier", rev = "f80f9e2bad338f3bf3854b256b3c4edea23e5968" }
6061
frame-system = { default-features = false, git = "https://github.com/subspace/polkadot-sdk", rev = "94a1a8143a89bbe9f938c1939ff68abc1519a305" }
6162
hex-literal = "0.4.1"

domains/client/domain-operator/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
#![feature(box_into_inner)]
6363
#![feature(duration_constructors)]
6464
#![feature(extract_if)]
65+
#![feature(assert_matches)]
6566

6667
mod aux_schema;
6768
mod bundle_processor;

0 commit comments

Comments
 (0)