mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-11 10:51:03 +00:00
Implement a solution for the pre-fund account limit
This commit is contained in:
@@ -14,6 +14,9 @@ use revive_dt_format::traits::ResolverApi;
|
||||
/// An interface for all interactions with Ethereum compatible nodes.
|
||||
#[allow(clippy::type_complexity)]
|
||||
pub trait EthereumNode {
|
||||
/// A function to run post spawning the nodes and before any transactions are run on the node.
|
||||
fn pre_transactions(&mut self) -> Pin<Box<dyn Future<Output = anyhow::Result<()>> + '_>>;
|
||||
|
||||
fn id(&self) -> usize;
|
||||
|
||||
/// Returns the nodes connection string.
|
||||
|
||||
Reference in New Issue
Block a user