Implement the gasprice opcode (#127)

This commit is contained in:
Cyrill Leutwiler
2024-11-29 17:14:27 +01:00
committed by GitHub
parent 3f6cd115ee
commit f0d9d44dce
6 changed files with 49 additions and 12 deletions
+1
View File
@@ -46,6 +46,7 @@ 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");
test_spec!(gas_price, "GasPrice", "GasPrice.sol");
fn instantiate(path: &str, contract: &str) -> Vec<SpecsAction> {
vec![Instantiate {