Add support for the polkadot-omni-node

This commit is contained in:
Omar Abdulla
2026-01-12 05:15:53 +03:00
parent 939bd21f18
commit 77f41e5eea
6 changed files with 992 additions and 16 deletions
+8
View File
@@ -39,6 +39,12 @@ pub enum PlatformIdentifier {
ZombienetPolkavmResolc,
/// A zombienet based Substrate/Polkadot node with the REVM backend with the solc compiler.
ZombienetRevmSolc,
/// A polkadot-omni-chain based node with a custom runtime with the PolkaVM backend and the
/// resolc compiler.
PolkadotOmniNodePolkavmResolc,
/// A polkadot-omni-chain based node with a custom runtime with the REVM backend and the solc
/// compiler.
PolkadotOmniNodeRevmSolc,
}
/// An enum of the platform identifiers of all of the platforms supported by this framework.
@@ -95,6 +101,8 @@ pub enum NodeIdentifier {
ReviveDevNode,
/// A zombienet spawned nodes
Zombienet,
/// The polkadot-omni-node.
PolkadotOmniNode,
}
/// An enum representing the identifiers of the supported VMs.