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
Guillaume Ballet da29332c5f core/vm: add switches to select evm+ewasm interpreters (#17687) 6 years ago
..
runtime
analysis.go
analysis_test.go
common.go
contract.go all: remove the duplicate 'the' in annotations (#17509) 6 years ago
contracts.go core/vm: fix typo in cryptographic hash function name (#17285) 6 years ago
contracts_test.go
doc.go
errors.go core/vm: support for multiple interpreters (#17093) 6 years ago
evm.go core/vm: add switches to select evm+ewasm interpreters (#17687) 6 years ago
gas.go
gas_table.go core/vm, params: implement EXTCODEHASH opcode (#17202) 6 years ago
gas_table_test.go
gen_structlog.go
instructions.go core/vm, tests: update tests, enable constantinople statetests, fix SAR opcode (#17538) 6 years ago
instructions_test.go core/vm: update benchmarks for core/vm (#17308) 6 years ago
int_pool_verifier.go
int_pool_verifier_empty.go
interface.go core/vm: fix typo 'EVM EVM' ==> 'EVM' (#17654) 6 years ago
interpreter.go core/vm: add switches to select evm+ewasm interpreters (#17687) 6 years ago
intpool.go core/vm: reuse bigint pools across transactions (#17070) 6 years ago
intpool_test.go core/vm: reuse bigint pools across transactions (#17070) 6 years ago
jump_table.go core/vm: support for multiple interpreters (#17093) 6 years ago
logger.go
logger_test.go
memory.go
memory_table.go core, crypto, params: implement CREATE2 evm instrction (#17196) 6 years ago
noop.go
opcodes.go core/vm, params: implement EXTCODEHASH opcode (#17202) 6 years ago
stack.go
stack_table.go