Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/core/vm
Guido Vranken 0ba2d3cfa4
core/vm/runtime: Add Random field to config (#28001)
2 years ago
..
runtime core/vm/runtime: Add Random field to config (#28001) 2 years ago
testdata go.mod: update kzg libraries to use big-endian (#27510) 2 years ago
analysis.go core/vm: clarify comment (#27045) 2 years ago
analysis_test.go
common.go
contract.go
contracts.go core/vm: update 4844 - point evaluation precompile address (#27874) 2 years ago
contracts_test.go core/vm: update 4844 - point evaluation precompile address (#27874) 2 years ago
doc.go
eips.go core/state, core/vm: implement EIP 6780 (#27189) 2 years ago
errors.go core/vm: implement EIP-3860: Limit and meter initcode (#23847) 2 years ago
evm.go all: rename dataGas to blobGas (#27789) 2 years ago
gas.go
gas_table.go core: replace instances of 'suicide' with 'selfdestruct' to improve code consistency. (#27716) 2 years ago
gas_table_test.go all: new empty trie with types.EmptyRootHash instead of null (#27230) 2 years ago
instructions.go core/state, core/vm: implement EIP 6780 (#27189) 2 years ago
instructions_test.go core/vm: use types.EmptyCodeHash (#27729) 2 years ago
interface.go core/state, core/vm: implement EIP 6780 (#27189) 2 years ago
interpreter.go core: 4844 opcode and precompile (#27356) 2 years ago
interpreter_test.go all: new empty trie with types.EmptyRootHash instead of null (#27230) 2 years ago
jump_table.go core/state, core/vm: implement EIP 6780 (#27189) 2 years ago
jump_table_export.go core/vm: define cancun + enable 1153 (tstore/tload) in cancun (#27663) 2 years ago
jump_table_test.go
logger.go eth/tracers, core/vm: remove `time` from trace output and tracing interface (#26291) 2 years ago
memory.go core/vm: implement EIP-5656, mcopy instruction (#26181) 2 years ago
memory_table.go core/vm: implement EIP-5656, mcopy instruction (#26181) 2 years ago
memory_test.go core/vm: implement EIP-5656, mcopy instruction (#26181) 2 years ago
opcodes.go core/vm: implement EIP-5656, mcopy instruction (#26181) 2 years ago
operations_acl.go core: replace instances of 'suicide' with 'selfdestruct' to improve code consistency. (#27716) 2 years ago
stack.go
stack_table.go