implement the gas opcode (#136)

This commit is contained in:
Cyrill Leutwiler
2024-12-18 17:19:32 +01:00
committed by GitHub
parent 55ec0988e8
commit 14a598e840
8 changed files with 417 additions and 373 deletions
+1
View File
@@ -47,6 +47,7 @@ test_spec!(transaction, "Transaction", "Transaction.sol");
test_spec!(block_hash, "BlockHash", "BlockHash.sol");
test_spec!(delegate, "Delegate", "Delegate.sol");
test_spec!(gas_price, "GasPrice", "GasPrice.sol");
test_spec!(gas_left, "GasLeft", "GasLeft.sol");
fn instantiate(path: &str, contract: &str) -> Vec<SpecsAction> {
vec![Instantiate {