quorum/core/vm
obscuren 1c872ddf4b Changed how logs are being recorded
Logs are now recorded per transactions instead of tossing them out after
each transaction. This should also fix an issue with
`eth_getFilterLogs` (#629) Also now implemented are the `transactionHash,
blockHash, transactionIndex, logIndex` on logs. Closes #654.
2015-04-08 17:15:45 +02:00
..
address.go Use logger.Error instead of 0 with glog 2015-04-07 12:48:19 +02:00
analysis.go Cleanup VM. 2015-03-28 20:30:38 +01:00
asm.go moved state and vm to core 2015-03-23 16:59:09 +01:00
common.go basic glog 2015-04-04 12:40:11 +02:00
context.go Cleanup VM. 2015-03-28 20:30:38 +01:00
environment.go Changed how logs are being recorded 2015-04-08 17:15:45 +02:00
errors.go Read most protocol params from common/params.json 2015-04-02 06:22:32 +02:00
gas.go bool => int 2015-04-03 12:28:55 +02:00
main_test.go moved state and vm to core 2015-03-23 16:59:09 +01:00
memory.go Removed comments 2015-03-27 16:11:19 +01:00
stack.go Read most protocol params from common/params.json 2015-04-02 06:22:32 +02:00
types.go moved state and vm to core 2015-03-23 16:59:09 +01:00
virtual_machine.go moved state and vm to core 2015-03-23 16:59:09 +01:00
vm.go Changed how logs are being recorded 2015-04-08 17:15:45 +02:00
vm_jit.go Read most protocol params from common/params.json 2015-04-02 06:22:32 +02:00
vm_jit_fake.go moved state and vm to core 2015-03-23 16:59:09 +01:00
vm_test.go moved state and vm to core 2015-03-23 16:59:09 +01:00