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 7adf065b10 Simple effective VM optimisation 10 years ago
..
.ethtest
address.go
analysis.go
asm.go
common.go Added (disabled) Jit validation 10 years ago
context.go
debugger.go
environment.go Added Number to logs 10 years ago
errors.go
main_test.go
stack.go
types.go
virtual_machine.go
vm.go Simple effective VM optimisation 10 years ago
vm_jit.go Update JitVm to new EVM JIT ABI (C interface) 10 years ago
vm_jit_fake.go
vm_test.go