Cleanup Processes (#171)

* Clean up the process flow for nodes

* Cleanup some of the node tests to use shared nodes

* Commit dev-genesis
This commit is contained in:
Omar
2025-09-24 05:47:36 +03:00
committed by GitHub
parent 3dda739cef
commit c2ba2cfed6
7 changed files with 356 additions and 343 deletions
+1
View File
@@ -6,6 +6,7 @@ use revive_dt_node_interaction::EthereumNode;
pub mod common;
pub mod constants;
pub mod geth;
pub mod process;
pub mod substrate;
/// An abstract interface for testing nodes.