EIP2929 with journaling + Yolov3 (#79)
This commit is contained in:
@@ -24,7 +24,7 @@ use std::sync::Arc;
|
||||
use test_helpers::get_temp_state_with_factory;
|
||||
use trace::{NoopTracer, NoopVMTracer};
|
||||
use types::transaction::SYSTEM_ADDRESS;
|
||||
use vm::{ActionParams, ActionValue, CallType, EnvInfo, ParamsType};
|
||||
use vm::{AccessList, ActionParams, ActionValue, CallType, EnvInfo, ParamsType};
|
||||
|
||||
use rustc_hex::FromHex;
|
||||
|
||||
@@ -62,6 +62,7 @@ fn test_blockhash_eip210(factory: Factory) {
|
||||
data: Some(H256::from(i - 1).to_vec()),
|
||||
call_type: CallType::Call,
|
||||
params_type: ParamsType::Separate,
|
||||
access_list: AccessList::default(),
|
||||
};
|
||||
let schedule = machine.schedule(env_info.number);
|
||||
let mut ex = Executive::new(&mut state, &env_info, &machine, &schedule);
|
||||
@@ -85,6 +86,7 @@ fn test_blockhash_eip210(factory: Factory) {
|
||||
data: None,
|
||||
call_type: CallType::Call,
|
||||
params_type: ParamsType::Separate,
|
||||
access_list: AccessList::default(),
|
||||
};
|
||||
let schedule = machine.schedule(env_info.number);
|
||||
let mut ex = Executive::new(&mut state, &env_info, &machine, &schedule);
|
||||
|
||||
Reference in New Issue
Block a user