go-ethereum/core/vm
2023-06-28 13:28:53 +02:00
..
runtime core: 4844 opcode and precompile (#27356) 2023-06-05 16:43:25 +03:00
testdata core: 4844 opcode and precompile (#27356) 2023-06-05 16:43:25 +03:00
analysis.go core/vm: clarify comment (#27045) 2023-04-04 02:59:40 -04:00
analysis_test.go
common.go
contract.go add gas consumption hook 2023-06-23 16:40:58 +02:00
contracts.go add gas consumption hook 2023-06-23 16:40:58 +02:00
contracts_test.go add gas consumption hook 2023-06-23 16:40:58 +02:00
doc.go
eips.go core: 4844 opcode and precompile (#27356) 2023-06-05 16:43:25 +03:00
errors.go core/vm: implement EIP-3860: Limit and meter initcode (#23847) 2023-01-11 04:05:47 -05:00
evm.go add gas consumption hook 2023-06-23 16:40:58 +02:00
gas.go
gas_table.go core/vm: fix typo in comment (#26838) 2023-03-09 04:39:17 -05:00
gas_table_test.go all: new empty trie with types.EmptyRootHash instead of null (#27230) 2023-05-11 10:19:42 +03:00
instructions.go add gas consumption hook 2023-06-23 16:40:58 +02:00
instructions_test.go core: 4844 opcode and precompile (#27356) 2023-06-05 16:43:25 +03:00
interface.go core: show db error-info in case of mismatched hash root (#26870) 2023-03-16 03:12:34 -04:00
interpreter.go add gas consumption hook 2023-06-23 16:40:58 +02:00
interpreter_test.go all: new empty trie with types.EmptyRootHash instead of null (#27230) 2023-05-11 10:19:42 +03:00
jump_table.go core: 4844 opcode and precompile (#27356) 2023-06-05 16:43:25 +03:00
jump_table_export.go core/vm: expose jumptable constructors (#26880) 2023-03-21 07:14:47 -04:00
jump_table_test.go core/vm: deepcopy jumptable when enabling extra eips (#26137) 2022-11-09 07:52:13 +01:00
logger.go Upgrade TxStart and TxEnd hooks 2023-06-28 13:28:53 +02:00
memory.go core/vm: optimize Memory.Set32 (#24847) 2022-05-11 11:00:29 +02:00
memory_table.go
opcodes.go core: 4844 opcode and precompile (#27356) 2023-06-05 16:43:25 +03:00
operations_acl.go add gas consumption hook 2023-06-23 16:40:58 +02:00
stack.go
stack_table.go