Implement ZombienetPlatform and integrate zombie node with eth rpc

This commit is contained in:
Marios Christou
2025-09-26 13:37:55 +03:00
parent dd519a960a
commit 7f944fbe56
4 changed files with 416 additions and 52 deletions
+6 -4
View File
@@ -39,10 +39,10 @@ pub enum PlatformIdentifier {
ReviveDevNodePolkavmResolc,
/// The revive dev node with the REVM backend with the solc compiler.
ReviveDevNodeRevmSolc,
// /// A zombienet based Substrate/Polkadot node with the PolkaVM backend with the resolc compiler.
// ZombieNetPolkavmResolc,
// /// A zombienet based Substrate/Polkadot node with the REVM backend with the solc compiler.
// ZombieNetRevmSolc,
/// A zombienet based Substrate/Polkadot node with the PolkaVM backend with the resolc compiler.
ZombieNetPolkavmResolc,
/// A zombienet based Substrate/Polkadot node with the REVM backend with the solc compiler.
ZombieNetRevmSolc,
}
/// An enum of the platform identifiers of all of the platforms supported by this framework.
@@ -99,6 +99,8 @@ pub enum NodeIdentifier {
Kitchensink,
/// The revive dev node implementation.
ReviveDevNode,
/// A zombienet spawned node : TODO: FIX name
ZombieNet,
}
/// An enum representing the identifiers of the supported VMs.