init node interaction crate

Signed-off-by: xermicus <bigcyrill@hotmail.com>
This commit is contained in:
xermicus
2025-03-20 12:48:04 +01:00
parent 67f068ca12
commit cf83a8e34b
9 changed files with 1715 additions and 41 deletions
+5 -7
View File
@@ -16,22 +16,20 @@ rust-version = "1.85.0"
revive-differential-testing-format = { version = "0.1.0", path = "crates/format" }
anyhow = "1.0"
alloy-json-abi = "0.8.23"
alloy-genesis = "0.12.6"
alloy-primitives = { version = "0.8.23", features = ["serde"] }
alloy-serde = "0.12.6"
alloy-sol-types = "0.8.23"
alloy = { version = "0.12.6", default-features = false, features = [ "providers", "rpc-types", "json-abi", "hyper", "std" ] }
clap = { version = "4", features = ["derive"] }
env_logger = "0.11.7"
hex = "0.4.3"
log = "0.4.26"
once_cell = "1.21"
semver = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["arbitrary_precision"] }
clap = { version = "4", features = ["derive"] }
tokio = { version = "1", default-features = false, features = ["rt-multi-thread"] }
# revive compiler
revive-llvm-context = { git = "https://github.com/paritytech/revive", rev = "2bbc5d713d1bf8b38c43f6ce9382812561ca3ce1" }
# polkadot-sdk and friends
codec = { version = "3.6.12", default-features = false, package = "parity-scale-codec" }
scale-info = { version = "2.11.6", default-features = false }