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
obscuren f599a1b5f1 core/vm: added a comment regarding the uint64 vs *big.Int 9 years ago
..
analysis.go core/vm: improve JUMPDEST analysis 9 years ago
asm.go moved state and vm to core 10 years ago
common.go basic glog 10 years ago
context.go core/vm: changed program counter to uint64 9 years ago
contracts.go Remove unneeded if check on EC recover padding 9 years ago
disasm.go core/vm, rpc: added disasm to `ext_` RPC 9 years ago
environment.go core, core/vm: moved logger and added gas cost to struct logging 9 years ago
errors.go Read most protocol params from common/params.json 10 years ago
gas.go core/vm: unexported stack again. No longer required 9 years ago
logger.go core/vm: reverse loop stack 9 years ago
memory.go core/vm: Fork fix. Removal of appending 0 bytes in memset 9 years ago
opcodes.go core/vm: cleanup and renames 9 years ago
stack.go core/vm: fixed a bug where `Data` ignored the stack ptr 9 years ago
virtual_machine.go core, core/vm: added structure logging 9 years ago
vm.go core/vm: added a comment regarding the uint64 vs *big.Int 9 years ago
vm_jit.go Read most protocol params from common/params.json 10 years ago
vm_jit_fake.go moved state and vm to core 10 years ago