1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/vm
2015-03-19 15:06:56 +01:00
..
.ethtest
address.go Moved ethutil => common 2015-03-16 11:27:38 +01:00
analysis.go
asm.go Moved ethutil => common 2015-03-16 11:27:38 +01:00
common.go fixed tests 2015-03-19 14:31:14 +01:00
context.go fixed tests 2015-03-19 14:31:14 +01:00
environment.go Moved ethutil => common 2015-03-16 11:27:38 +01:00
errors.go
gas.go reworked stack 2015-03-10 00:25:27 +01:00
main_test.go
memory.go reworked stack 2015-03-10 00:25:27 +01:00
stack.go updated rnd vm test => state test 2015-03-12 01:12:28 +01:00
types.go Changed prev_hash to block_hash, state transition now uses vm env 2015-01-03 17:18:43 +01:00
virtual_machine.go Changed context and ADDMOD, MULMOD 2015-03-13 13:44:15 +01:00
vm.go Removed uint casts 2015-03-19 15:06:56 +01:00
vm_jit.go Fix JitVm build 2015-03-03 12:31:26 +01:00
vm_jit_fake.go JitVM: the EVM JIT bridge 2015-01-22 18:00:15 +01:00
vm_test.go