nimbus-eth1/nimbus/evm/interpreter/op_handlers
andri lim 4fa3756860
Convert GasInt to uint64, bump nim-eth and nimbus-eth2 (#2461)
* Convert GasInt to uint64, bump nim-eth and nimbus-eth2

* Bump nimbus-eth2

* int64.high.GasInt instead of 0x7fffffffffffffff.GasInt
2024-07-07 06:52:11 +00:00
..
oph_arithmetic.nim Remove pre and post opcode handlers from EVM (#2409) 2024-06-24 07:58:15 +02:00
oph_blockdata.nim Remove pre and post opcode handlers from EVM (#2409) 2024-06-24 07:58:15 +02:00
oph_call.nim Convert GasInt to uint64, bump nim-eth and nimbus-eth2 (#2461) 2024-07-07 06:52:11 +00:00
oph_create.nim Convert GasInt to uint64, bump nim-eth and nimbus-eth2 (#2461) 2024-07-07 06:52:11 +00:00
oph_defs.nim Remove pre and post opcode handlers from EVM (#2409) 2024-06-24 07:58:15 +02:00
oph_dup.nim Vm2Ctx -> VmCtx, Vm2Op -> VmOp (#2369) 2024-06-15 23:18:53 +07:00
oph_envinfo.nim Remove pre and post opcode handlers from EVM (#2409) 2024-06-24 07:58:15 +02:00
oph_gen_handlers.nim Remove pre and post opcode handlers from EVM (#2409) 2024-06-24 07:58:15 +02:00
oph_hash.nim Remove pre and post opcode handlers from EVM (#2409) 2024-06-24 07:58:15 +02:00
oph_helpers.nim Remove exceptions from EVM (#2314) 2024-06-07 15:24:32 +07:00
oph_log.nim evm: generate more specialized functions (#2390) 2024-06-19 08:57:29 +07:00
oph_memory.nim Convert GasInt to uint64, bump nim-eth and nimbus-eth2 (#2461) 2024-07-07 06:52:11 +00:00
oph_push.nim Remove pre and post opcode handlers from EVM (#2409) 2024-06-24 07:58:15 +02:00
oph_swap.nim evm: generate more specialized functions (#2390) 2024-06-19 08:57:29 +07:00
oph_sysops.nim Saner EVM gasCosts (#2457) 2024-07-05 11:55:13 +07:00