plugeth/vm
obscuren acf4b5753f Core changes
* Code = '' if gas < len(D) * 5
* Sha3 gas   10 + 10 * len(D), rounding up 32 bytes
* Sha256 gas 50 + 50 * len(D), rounding up 32 bytes
* Ripmed gas 50 + 50 * len(D), rounding up 32 bytes
* Accounts and value transfers no longer reverted
2014-12-09 20:27:57 +01:00
..
.ethtest Moved ethvm => vm 2014-10-18 13:31:20 +02:00
address.go Core changes 2014-12-09 20:27:57 +01:00
analysis.go Renames for chain, updated VM, moved methods 2014-12-04 10:53:49 +01:00
asm.go Merge eth-go repository into go-ethereum 2014-10-23 15:01:27 +02:00
closure.go Renames for chain, updated VM, moved methods 2014-12-04 10:53:49 +01:00
common.go Core changes 2014-12-09 20:27:57 +01:00
debugger.go ethstate => state 2014-10-31 14:43:14 +01:00
environment.go Log is now interface 2014-12-04 12:35:23 +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 Fixed mem error in vm. Fixed logs tests 2014-12-03 12:21:12 +01:00
types.go Fixed mem error in vm. Fixed logs tests 2014-12-03 12:21:12 +01:00
virtual_machine.go Moved execution from vm to chain. 2014-12-03 17:06:54 +01:00
vm_debug.go Core changes 2014-12-09 20:27:57 +01:00
vm_test.go Removed mutan. Closes #183 2014-12-04 17:13:23 +01:00
vm.go Moved execution from vm to chain. 2014-12-03 17:06:54 +01:00