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 c98bce709c
core: fix minor accidental typos and comment errors
8 years ago
..
runtime all: update license information 8 years ago
analysis.go
common.go
contract.go
contracts.go consensus, core/*, params: metropolis preparation refactor 8 years ago
contracts_test.go consensus, core/*, params: metropolis preparation refactor 8 years ago
doc.go
errors.go
evm.go consensus, core/*, params: metropolis preparation refactor 8 years ago
gas.go
gas_table.go all: update license information 8 years ago
gas_table_test.go all: update license information 8 years ago
instructions.go core/vm: expose intpool to stack dup method 8 years ago
int_pool_verifier.go all: update license information 8 years ago
int_pool_verifier_empty.go all: update license information 8 years ago
interface.go all: update license information 8 years ago
interpreter.go core: fix minor accidental typos and comment errors 8 years ago
intpool.go core/vm: capped int pool 8 years ago
jump_table.go core/vm: improved push instructions 8 years ago
logger.go
logger_test.go
memory.go consensus, core/*, params: metropolis preparation refactor 8 years ago
memory_table.go all: update license information 8 years ago
noop.go
opcodes.go
stack.go core/vm: allocate stack to 1024 8 years ago
stack_table.go all: update license information 8 years ago
vm_jit.go
vm_jit_fake.go