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
Péter Szilágyi a91e682234
core/vm: check opcode stack before readonly enforcement
7 years ago
..
runtime core/vm/runtime: remove unused state parameter to NewEnv (#14953) 8 years ago
analysis.go
common.go core/vm: optimize copy-less data retrievals 8 years ago
contract.go
contracts.go consensus, core, params: rebrand Metro to Byzantium 7 years ago
contracts_test.go consensus, core, params: rebrand Metro to Byzantium 7 years ago
doc.go
errors.go core, tests: implement Metropolis EIP 684 8 years ago
evm.go params: Updated finalized gascosts for ECMUL/MODEXP (#15135) 7 years ago
gas.go
gas_table.go consensus, core, params: rebrand Metro to Byzantium 7 years ago
gas_table_test.go core/vm : fix testcase for gas calculation 8 years ago
gen_structlog.go cmd/evm, core/vm: add --nomemory, --nostack to evm (#14617) 8 years ago
instructions.go core: implement Metropolis EIP 658, receipt status byte 8 years ago
instructions_test.go core/vm: benchmarking of metro precompiles 8 years ago
int_pool_verifier.go
int_pool_verifier_empty.go
interface.go
interpreter.go core/vm: check opcode stack before readonly enforcement 7 years ago
intpool.go
jump_table.go consensus, core, params: rebrand Metro to Byzantium 7 years ago
logger.go consensus, core, tests: implement Metropolis EIP 649 8 years ago
logger_test.go
memory.go core/vm: polish RETURNDATA, add missing returns to CALL* 8 years ago
memory_table.go core/vm: rework reversion to work on a higher level 8 years ago
noop.go
opcodes.go core/vm: implement REVERT metropolis opcode 8 years ago
stack.go
stack_table.go
vm_jit.go
vm_jit_fake.go