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
Martin Holst Swende 9d795d0836
core/vm: use optimized bigint (#26021)
2 years ago
..
runtime all: fix some typos (#25551) 3 years ago
testdata
analysis.go core/vm: optimize jumpdest analysis (#23500) 3 years ago
analysis_test.go
common.go
contract.go
contracts.go core/vm: use optimized bigint (#26021) 2 years ago
contracts_test.go all: replace uses of ioutil with io and os (#24869) 3 years ago
doc.go
eips.go core/vm: implement EIP-3855: PUSH0 instruction (#24039) 3 years ago
errors.go
evm.go core/vm: rename RANDOM to PREVRANDAO (#25691) 3 years ago
gas.go
gas_table.go build: upgrade to go 1.19 (#25726) 2 years ago
gas_table_test.go
instructions.go core/vm: minor trivial clean up (#25880) 2 years ago
instructions_test.go all: add whitespace linter (#25312) 3 years ago
interface.go all: fix docstrings 2 years ago
interpreter.go core/vm: minor trivial clean up (#25880) 2 years ago
interpreter_test.go all: add whitespace linter (#25312) 3 years ago
jump_table.go core/vm: rename RANDOM to PREVRANDAO (#25691) 3 years ago
logger.go all: update license headers and AUTHORS from git history (#24947) 3 years ago
memory.go core/vm: optimize Memory.Set32 (#24847) 3 years ago
memory_table.go
opcodes.go core/vm: minor trivial clean up (#25880) 2 years ago
operations_acl.go
stack.go core/vm: clean up some dead functions (#24851) 3 years ago
stack_table.go