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
hzysvilla 4de89e92e4
core/vm: minor code formatting (#28199)
1 year ago
..
runtime core/vm/runtime: Add Random field to config (#28001) 1 year ago
testdata
analysis.go
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
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
instructions.go core/vm: minor code formatting (#28199) 1 year 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
interpreter_test.go
jump_table.go core/state, core/vm: implement EIP 6780 (#27189) 2 years ago
jump_table_export.go
jump_table_test.go
logger.go
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