quorum/vm
obscuren 7adf065b10 Simple effective VM optimisation
Added a debug flag to the VM which determines if VM output is shown
regardless of the log level set.
2015-02-28 20:14:01 +01:00
..
.ethtest
address.go remove pre compiled for tests 2015-01-13 10:30:52 +01:00
analysis.go Fixed bug where logging could crash client during tx adding 2015-01-02 22:19:58 +01:00
asm.go
common.go Added (disabled) Jit validation 2015-02-01 15:30:29 +01:00
context.go updated tests 2015-01-12 13:49:47 +01:00
debugger.go
environment.go Added Number to logs 2015-02-22 13:24:26 +01:00
errors.go
main_test.go
stack.go updated tests 2015-01-09 21:18:34 +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 Closure => Context 2015-01-02 16:14:12 +01:00
vm.go Simple effective VM optimisation 2015-02-28 20:14:01 +01:00
vm_jit.go Update JitVm to new EVM JIT ABI (C interface) 2015-01-26 18:02:09 +01:00
vm_jit_fake.go JitVM: the EVM JIT bridge 2015-01-22 18:00:15 +01:00
vm_test.go