• obscuren's avatar
    Changed how logs are being recorded · 1c872ddf
    obscuren authored
    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.
    1c872ddf
Name
Last commit
Last update
..
dump.go Loading commit data...
errors.go Loading commit data...
log.go Loading commit data...
main_test.go Loading commit data...
managed_state.go Loading commit data...
managed_state_test.go Loading commit data...
state_object.go Loading commit data...
state_test.go Loading commit data...
statedb.go Loading commit data...