quorum/vm
obscuren b99b2c446c Precompiled contract & Depth change
* Added pre-compiled contract 0x04 (mem cpy)
* Changed depth error to return the gas instead of consuming
2015-01-05 17:39:42 +01:00
..
.ethtest Moved ethvm => vm 2014-10-18 13:31:20 +02:00
address.go Precompiled contract & Depth change 2015-01-05 17:39:42 +01:00
analysis.go Fixed bug where logging could crash client during tx adding 2015-01-02 22:19:58 +01:00
asm.go Merge eth-go repository into go-ethereum 2014-10-23 15:01:27 +02:00
common.go Precompiled contract & Depth change 2015-01-05 17:39:42 +01:00
context.go Cleaned up some of that util 2015-01-04 14:20:16 +01:00
debugger.go ethstate => state 2014-10-31 14:43:14 +01:00
environment.go Cleanup old code 2015-01-03 17:29:08 +01:00
errors.go Chnged to use GetOp instead & added error + checking 2014-10-23 14:04:00 +02:00
main_test.go Convert vm test to checker 2014-11-16 13:45:46 -06:00
stack.go Minor improvements 2014-12-31 11:12:40 +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 Closure => Context 2015-01-02 16:14:12 +01:00
vm_debug.go Cleaned up some of that util 2015-01-04 14:20:16 +01:00
vm_test.go Fixed tests 2014-12-10 10:57:19 +01:00