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/vm
obscuren 84adf77bf3 Added RPC "Call" for JS calls to contracts 10 years ago
..
.ethtest
address.go remove pre compiled for tests 10 years ago
analysis.go
asm.go
common.go VmDebug => StdVm 10 years ago
context.go updated tests 10 years ago
debugger.go
environment.go Cleanup old code 10 years ago
errors.go
main_test.go
stack.go updated tests 10 years ago
types.go
virtual_machine.go
vm.go Added RPC "Call" for JS calls to contracts 10 years ago
vm_jit.go Update JitVm to new EVM JIT ABI (C interface) 10 years ago
vm_jit_fake.go JitVM: the EVM JIT bridge 10 years ago
vm_test.go