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
evgk 0cc9b8791e core/vm: fix typo in comment (#14894) 7 years ago
..
runtime core/vm/runtime: fix evm command to use --gasprice flag value 7 years ago
analysis.go core/vm: Use a bitmap instead of a map for jumpdest analysis 7 years ago
common.go all: unify big.Int zero checks, use common/math in more places (#3716) 8 years ago
contract.go core, core/state, core/vm: remove exported account getters (#3618) 8 years ago
contracts.go core/vm: remove logging and add section labels to struct logs (#14782) 7 years ago
contracts_test.go consensus, core/*, params: metropolis preparation refactor 7 years ago
doc.go all: update license information 9 years ago
errors.go core/vm: improved EVM run loop & instruction calling (#3378) 8 years ago
evm.go consensus, core/*, params: metropolis preparation refactor 7 years ago
gas.go params: core, core/vm, miner: 64bit gas instructions 8 years ago
gas_table.go core/vm: fix overflow in gas calculation formula 7 years ago
gas_table_test.go core/vm : fix testcase for gas calculation 7 years ago
gen_structlog.go cmd/evm, core/vm: add --nomemory, --nostack to evm (#14617) 7 years ago
instructions.go common/math, core/vm: Un-expose bigEndianByteAt, use correct terms for endianness 7 years ago
instructions_test.go core/vm: add benchmarks for some ops and precompiles (#14641) 7 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/vm: fix typo in comment (#14894) 7 years ago
intpool.go core/vm: capped int pool 7 years ago
jump_table.go core/vm: improved push instructions 7 years ago
logger.go core/vm: remove logging and add section labels to struct logs (#14782) 7 years ago
logger_test.go core/vm: use uint64 instead of *big.Int in tracer (#3805) 8 years ago
memory.go consensus, core/*, params: metropolis preparation refactor 7 years ago
memory_table.go all: update license information 8 years ago
noop.go core, core/state, core/vm: remove exported account getters (#3618) 8 years ago
opcodes.go Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)" 8 years ago
stack.go core/vm: allocate stack to 1024 7 years ago
stack_table.go all: update license information 8 years ago
vm_jit.go core/vm: improved EVM run loop & instruction calling (#3378) 8 years ago
vm_jit_fake.go core, core/vm: implemented a generic environment (#3348) 8 years ago