nimbus-eth1/nimbus/evm/interpreter
Jacek Sieka 135ef222a2
avoid intermediate const in opcodes (#2381)
The extra layer of `const` makes the function name harder to see a
debugger / profiler
2024-06-17 18:13:38 +02:00
..
op_handlers avoid intermediate const in opcodes (#2381) 2024-06-17 18:13:38 +02:00
utils Bump nim-eth, nim-web3, nimbus-eth2 (#2344) 2024-06-14 14:31:08 +07:00
forks_list.md saner source code grouping 2022-12-02 13:51:42 +07:00
forks_list.png saner source code grouping 2022-12-02 13:51:42 +07:00
gas_costs.nim Bump nim-eth, nim-web3, nimbus-eth2 (#2344) 2024-06-14 14:31:08 +07:00
gas_meter.nim Bump nim-eth, nim-web3, nimbus-eth2 (#2344) 2024-06-14 14:31:08 +07:00
op_codes.nim Bump nim-evmc to 86d22a026b0aa07c07b3afd7d91ca475e0eae12a (#2113) 2024-03-28 13:47:02 +07:00
op_dispatcher.nim Vm2Ctx -> VmCtx, Vm2Op -> VmOp (#2369) 2024-06-15 23:18:53 +07:00
op_handlers.nim Vm2Ctx -> VmCtx, Vm2Op -> VmOp (#2369) 2024-06-15 23:18:53 +07:00