nimbus-eth1/nimbus/vm2/interpreter/op_handlers
jangko 28cdfcaf6b
fix EIP-4399 'random' opcode
- fix previous implementation of EIP-4399
- now `random` opcode can be used with evmc_enabled
2022-02-08 20:23:40 +07:00
..
oph_arithmetic.nim re-named compu_helper.nim => computation.nim 2021-04-28 15:24:14 +03:00
oph_blockdata.nim fix EIP-4399 'random' opcode 2022-02-08 20:23:40 +07:00
oph_call.nim Tracing: Remove some trace messages that occur a lot during sync 2021-07-27 14:12:55 +01:00
oph_create.nim EVM: `writeContract` fixes, never return contract code as `RETURNDATA` 2021-12-12 16:34:13 +07:00
oph_defs.nim fix EIP-4399 'random' opcode 2022-02-08 20:23:40 +07:00
oph_dup.nim extracted macros from oph_helpers.nim => oph_gen_handlers.nim 2021-04-28 15:24:14 +03:00
oph_envinfo.nim evm: fixes EIP2929 opcodes 2021-09-22 11:58:06 +07:00
oph_gen_handlers.nim extracted macros from oph_helpers.nim => oph_gen_handlers.nim 2021-04-28 15:24:14 +03:00
oph_hash.nim re-named compu_helper.nim => computation.nim 2021-04-28 15:24:14 +03:00
oph_helpers.nim evm: fixes EIP2929 opcodes 2021-09-22 11:58:06 +07:00
oph_log.nim re-named compu_helper.nim => computation.nim 2021-04-28 15:24:14 +03:00
oph_memory.nim disable EIP-2315: Simple Subroutines for the EVM 2021-05-17 01:29:03 +07:00
oph_push.nim extracted macros from oph_helpers.nim => oph_gen_handlers.nim 2021-04-28 15:24:14 +03:00
oph_swap.nim extracted macros from oph_helpers.nim => oph_gen_handlers.nim 2021-04-28 15:24:14 +03:00
oph_sysops.nim re-named compu_helper.nim => computation.nim 2021-04-28 15:24:14 +03:00