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
asm.go
common.go basic glog 2015-04-04 12:40:11 +02:00
context.go
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
memory.go
stack.go Read most protocol params from common/params.json 2015-04-02 06:22:32 +02:00
types.go
virtual_machine.go
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
vm_test.go