go-ethereum/core/vm
2025-02-25 15:11:00 -05:00
..
program all: update license comments and AUTHORS (#31133) 2025-02-05 23:01:17 +01:00
runtime core/asm: delete assembler/disassembler (#31211) 2025-02-19 06:57:08 -07:00
testdata core/vm: implement EIP-2537 spec updates (#30978) 2025-01-24 15:38:17 +01:00
analysis_eof.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
analysis_legacy.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
analysis_legacy_test.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
common.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
contract.go core/vm: clean up EVM environmental structure (#31061) 2025-02-18 21:53:33 +08:00
contracts.go core/vm: implement EIP-2537 spec updates (#30978) 2025-01-24 15:38:17 +01:00
contracts_fuzz_test.go eth/tracers: live chain tracing with hooks (#29189) 2024-03-22 18:53:53 +01:00
contracts_test.go core/vm: implement EIP-2537 spec updates (#30978) 2025-01-24 15:38:17 +01:00
doc.go core/vm: remove JIT VM codes (#16362) 2018-03-26 13:48:04 +03:00
eips.go core/vm: clean up EVM environmental structure (#31061) 2025-02-18 21:53:33 +08:00
eof.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
eof_control_flow.go all: update license comments and AUTHORS (#31133) 2025-02-05 23:01:17 +01:00
eof_immediates.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
eof_instructions.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
eof_test.go all: update license comments and AUTHORS (#31133) 2025-02-05 23:01:17 +01:00
eof_validation.go all: fix some typos in comments and names (#31023) 2025-01-14 14:16:15 +01:00
eof_validation_test.go chore: fix various comments (#31082) 2025-01-28 16:56:23 +01:00
errors.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
evm.go Merge tag 'v1.15.3' into release/geth-1.x-fh3.0 2025-02-25 15:11:00 -05:00
gas.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
gas_table.go core/{.,state,vm},miner,eth/tracers,tests: implement 7709 with a syscall flag (#31036) 2025-01-29 14:31:25 +01:00
gas_table_test.go core/vm: clean up EVM environmental structure (#31061) 2025-02-18 21:53:33 +08:00
instructions.go core/vm: clean up EVM environmental structure (#31061) 2025-02-18 21:53:33 +08:00
instructions_test.go core/vm: clean up EVM environmental structure (#31061) 2025-02-18 21:53:33 +08:00
interface.go core/vm: clean up EVM environmental structure (#31061) 2025-02-18 21:53:33 +08:00
interpreter.go core/vm: simplify tracer hook invocation in interpreter loop (#31074) 2025-02-03 18:44:26 +01:00
interpreter_test.go core/vm: clean up EVM environmental structure (#31061) 2025-02-18 21:53:33 +08:00
jump_table.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
jump_table_export.go params: start osaka fork (#31125) 2025-02-04 15:29:51 +01:00
jump_table_test.go all: update license comments and AUTHORS (#31133) 2025-02-05 23:01:17 +01:00
memory.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
memory_table.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
memory_test.go all: update license comments and AUTHORS (#31133) 2025-02-05 23:01:17 +01:00
opcodes.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
operations_acl.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
operations_verkle.go core/{.,state,vm},miner,eth/tracers,tests: implement 7709 with a syscall flag (#31036) 2025-01-29 14:31:25 +01:00
stack.go Merge tag 'v1.14.12' into firehose-fh3.0 2024-12-17 16:01:41 -05:00
stack_table.go core/vm: 64 bit memory and gas calculations (#19210) 2019-03-12 11:40:05 +02:00