op-geth/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
context.go
environment.go Changed how logs are being recorded 2015-04-08 17:15:45 +02:00
errors.go
gas.go
main_test.go
memory.go
stack.go
types.go
virtual_machine.go
vm.go Changed how logs are being recorded 2015-04-08 17:15:45 +02:00
vm_jit.go
vm_jit_fake.go
vm_test.go