mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-26 09:57:56 +00:00
remove support for legacy evm assembly (#186)
This commit is contained in:
@@ -62,7 +62,6 @@ fn instantiate(path: &str, contract: &str) -> Vec<SpecsAction> {
|
||||
path: Some(path.into()),
|
||||
contract: contract.to_string(),
|
||||
solc_optimizer: None,
|
||||
pipeline: None,
|
||||
},
|
||||
data: vec![],
|
||||
salt: OptionalHex::default(),
|
||||
@@ -355,7 +354,6 @@ fn ext_code_size() {
|
||||
path: Some("contracts/Baseline.sol".into()),
|
||||
contract: "Baseline".to_string(),
|
||||
solc_optimizer: None,
|
||||
pipeline: None,
|
||||
},
|
||||
data: vec![],
|
||||
salt: OptionalHex::from([0; 32]),
|
||||
|
||||
Reference in New Issue
Block a user