quorum/vm
obscuren df5603de0a Moved logging to state, proper structured block
* Moved logs to state so it's subject to snapshotting
* Split up block header
* Removed logs from transactions and made them receipts only
2014-10-30 13:32:50 +01:00
..
.ethtest Moved ethvm => vm 2014-10-18 13:31:20 +02:00
address.go Merge eth-go repository into go-ethereum 2014-10-23 15:01:27 +02:00
asm.go Merge eth-go repository into go-ethereum 2014-10-23 15:01:27 +02:00
closure.go Merge eth-go repository into go-ethereum 2014-10-23 15:01:27 +02:00
common.go Added missing requires on SSTORE SLOAD 2014-10-28 13:26:30 +01:00
debugger.go Merge eth-go repository into go-ethereum 2014-10-23 15:01:27 +02:00
environment.go Moved logging to state, proper structured block 2014-10-30 13:32:50 +01:00
errors.go Chnged to use GetOp instead & added error + checking 2014-10-23 14:04:00 +02:00
execution.go Merge eth-go repository into go-ethereum 2014-10-23 15:01:27 +02:00
stack.go Implemented LOG. Closes #159 2014-10-27 11:44:16 +01:00
types.go Implemented LOG. Closes #159 2014-10-27 11:44:16 +01:00
virtual_machine.go Moved ethvm => vm 2014-10-18 13:31:20 +02:00
vm.go Implemented LOG. Closes #159 2014-10-27 11:44:16 +01:00
vm_debug.go Moved logging to state, proper structured block 2014-10-30 13:32:50 +01:00
vm_test.go vm: fix basic VM tests 2014-10-29 18:50:17 +01:00