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
rjl493456442 a14301823e
all: new empty trie with types.EmptyRootHash instead of null (#27230)
2 years ago
..
runtime all: new empty trie with types.EmptyRootHash instead of null (#27230) 2 years ago
testdata core/vm: add bn256ScalarMul testcase for zero scalar value (#26607) 2 years ago
analysis.go core/vm: clarify comment (#27045) 2 years ago
analysis_test.go
common.go
contract.go
contracts.go core/vm: use golang native big.Int (#26834) 2 years ago
contracts_test.go
doc.go
eips.go core/vm: implement EIP-3860: Limit and meter initcode (#23847) 2 years ago
errors.go core/vm: implement EIP-3860: Limit and meter initcode (#23847) 2 years ago
evm.go all: remove debug-field from vm config (#27048) 2 years ago
gas.go
gas_table.go core/vm: fix typo in comment (#26838) 2 years ago
gas_table_test.go all: new empty trie with types.EmptyRootHash instead of null (#27230) 2 years ago
instructions.go all: remove debug-field from vm config (#27048) 2 years ago
instructions_test.go all: new empty trie with types.EmptyRootHash instead of null (#27230) 2 years ago
interface.go core: show db error-info in case of mismatched hash root (#26870) 2 years ago
interpreter.go all: remove debug-field from vm config (#27048) 2 years ago
interpreter_test.go all: new empty trie with types.EmptyRootHash instead of null (#27230) 2 years ago
jump_table.go code/vm: fix comment typo (#26865) 2 years ago
jump_table_export.go core/vm: expose jumptable constructors (#26880) 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
memory_table.go
opcodes.go core/vm: order opcodes properly (#27113) 2 years ago
operations_acl.go
stack.go
stack_table.go