mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-28 14:18:00 +00:00
Add an EVM version filter (#136)
* Add an EVM version filter * Update naming
This commit is contained in:
@@ -32,6 +32,7 @@ use alloy::{
|
||||
signers::local::PrivateKeySigner,
|
||||
};
|
||||
use anyhow::Context;
|
||||
use revive_common::EVMVersion;
|
||||
use tracing::{Instrument, Level};
|
||||
|
||||
use revive_dt_common::{fs::clear_directory, futures::poll};
|
||||
@@ -579,6 +580,10 @@ impl Node for GethNode {
|
||||
Some(targets) => targets.iter().any(|str| str.as_str() == "evm"),
|
||||
}
|
||||
}
|
||||
|
||||
fn evm_version() -> EVMVersion {
|
||||
EVMVersion::Cancun
|
||||
}
|
||||
}
|
||||
|
||||
impl Drop for GethNode {
|
||||
|
||||
Reference in New Issue
Block a user