Implement delegate_call (#80)

This commit is contained in:
Ermal Kaleci
2024-11-23 18:05:21 +01:00
committed by GitHub
parent 84d47fa738
commit 01b5ed5ba3
10 changed files with 547 additions and 372 deletions
+1
View File
@@ -45,6 +45,7 @@ test_spec!(return_data_oob, "ReturnDataOob", "ReturnDataOob.sol");
test_spec!(immutables, "Immutables", "Immutables.sol");
test_spec!(transaction, "Transaction", "Transaction.sol");
test_spec!(block_hash, "BlockHash", "BlockHash.sol");
test_spec!(delegate, "Delegate", "Delegate.sol");
fn instantiate(path: &str, contract: &str) -> Vec<SpecsAction> {
vec![Instantiate {