nimbus-eth1/nimbus/evm/interpreter
jangko 6544adf360
implement EIP-1153: Transient storage
new EVM opcodes:
- TLOAD  0xb3
- TSTORE 0xb4
2023-06-23 14:04:36 +07:00
..
op_handlers implement EIP-1153: Transient storage 2023-06-23 14:04:36 +07:00
utils modexp precompile allow arbitrary input length 2023-05-11 07:21:03 +07:00
forks_list.md
forks_list.png
gas_costs.nim implement EIP-1153: Transient storage 2023-06-23 14:04:36 +07:00
gas_meter.nim
op_codes.nim implement EIP-1153: Transient storage 2023-06-23 14:04:36 +07:00
op_dispatcher.nim Revert "Some work on speculative execution (#1552)" (#1561) 2023-04-24 16:59:38 -04:00
op_handlers.nim Some of Shanghai: EIP-3651, EIP-3855, EIP-3860 (#1406) 2023-01-04 08:11:33 -05:00