exclude reverted events from results returned by eth_getLogs #3
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/lotus#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ian/exclude_reverted_events"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.Reopening against upstream
Pull request closed