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 bb55307a9d Updated tests 10 years ago
..
.ethtest Moved ethvm => vm 10 years ago
address.go remove pre compiled for tests 10 years ago
analysis.go Fixed bug where logging could crash client during tx adding 10 years ago
asm.go Merge eth-go repository into go-ethereum 10 years ago
common.go JitVm struct stub. Forwards calls to DebugVm. 10 years ago
context.go updated tests 10 years ago
debugger.go ethstate => state 10 years ago
environment.go Cleanup old code 10 years ago
errors.go Chnged to use GetOp instead & added error + checking 10 years ago
main_test.go Convert vm test to checker 10 years ago
stack.go updated tests 10 years ago
types.go Changed prev_hash to block_hash, state transition now uses vm env 10 years ago
virtual_machine.go Closure => Context 10 years ago
vm.go JitVm struct stub. Forwards calls to DebugVm. 10 years ago
vm_debug.go Updated tests 10 years ago
vm_jit.go JitVm struct stub. Forwards calls to DebugVm. 10 years ago
vm_test.go Fixed tests 10 years ago