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 7381be8edb core/vm, rpc: added disasm to `ext_` RPC 9 years ago
..
address.go Use logger.Error instead of 0 with glog 10 years ago
analysis.go Cleanup VM. 10 years ago
asm.go moved state and vm to core 10 years ago
common.go basic glog 10 years ago
context.go Cleanup VM. 10 years ago
disasm.go core/vm, rpc: added disasm to `ext_` RPC 9 years ago
environment.go Changed how logs are being recorded 10 years ago
errors.go Read most protocol params from common/params.json 10 years ago
gas.go bool => int 10 years ago
main_test.go moved state and vm to core 10 years ago
memory.go core/vm: RETURN op code returns pointer to memory rather than copy 9 years ago
stack.go Read most protocol params from common/params.json 10 years ago
types.go moved state and vm to core 10 years ago
virtual_machine.go moved state and vm to core 10 years ago
vm.go core/vm: RETURN op code returns pointer to memory rather than copy 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
vm_test.go moved state and vm to core 10 years ago