mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-12 19:21:10 +00:00
Implement ZombienetPlatform and integrate zombie node with eth rpc
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user