mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-13 04:41:11 +00:00
Support zombienet (#172)
* Basic zombie node definition * [WIP] - Impl EthereumNode for zombie node * Remove unused imports * [WIP] Support substrate node in zombienet network * Impl zombie node resolver && node for zombie node * Spawn eth-rpc on top of collator node * Implement ZombienetPlatform and integrate zombie node with eth rpc * Add wourkaround to run tests * Add few comments * fmt * Replace default transaction request in test * Merge - Fix conficts with main * fmt * Clippy fix * Add polkadot and parachain node to ci * CI - Fetch polkadot binaries from releases * Fix unit test assertion * Minor doc improvements * Change names from ZombieNet to Zombienet and switch from Command to Process * Refactor ZombieNode to cache provider using OnceCell * CI: Cache polkadot binaries and use them if available * Fix conficts with main * Refactor shared_node to return static reference and add shared_state for context access * fmt * Rename ZombienetConfiguration to PolkadotParachainConfiguration and update related usage
This commit is contained in:
@@ -73,6 +73,8 @@ revive-solc-json-interface = { git = "https://github.com/paritytech/revive", rev
|
||||
revive-common = { git = "https://github.com/paritytech/revive", rev = "3389865af7c3ff6f29a586d82157e8bc573c1a8e" }
|
||||
revive-differential = { git = "https://github.com/paritytech/revive", rev = "3389865af7c3ff6f29a586d82157e8bc573c1a8e" }
|
||||
|
||||
zombienet-sdk = { git = "https://github.com/paritytech/zombienet-sdk.git", rev ="891f6554354ce466abd496366dbf8b4f82141241" }
|
||||
|
||||
[workspace.dependencies.alloy]
|
||||
version = "1.0.37"
|
||||
default-features = false
|
||||
|
||||
Reference in New Issue
Block a user