exclude reverted events from results returned by eth_getLogs #3

Closed
i-norden wants to merge 2 commits from ian/exclude_reverted_events into master
Member

In Ethereum it is expected that the eth_getLogs endpoint will only return results for canonical blocks. Non-canonical logs are already being marked in the events.db sqlite database as "reverted", and this adds a missing conditional check on that column when selecting logs from the database.

In Ethereum it is expected that the `eth_getLogs` endpoint will only return results for canonical blocks. Non-canonical logs are already being marked in the events.db sqlite database as "reverted", and this adds a missing conditional check on that column when selecting logs from the database.
Author
Member

Reopening against upstream

Reopening against upstream

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/lotus#3
No description provided.