Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EVM: Add pending transactions filter #2774

Merged
merged 7 commits into from
Jan 12, 2024
Merged

Conversation

sieniven
Copy link
Member

Summary

  • Add support for pending transcations filter to the current filters system.
  • Note that due to mempool design, we do not currently track pending/queued evm transaction state in the mempool. Pending transactions using the filter changes will also include queued transactions.
  • Shift in-memory signed/validation tx caches out of EVM core service for filters service to interface with it.
  • Add documetation for filters system.

Implications

  • Storage

    • Database reindex required
    • Database reindex optional
    • Database reindex not required
    • None
  • Consensus

    • Network upgrade required
    • Includes backward compatible changes
    • Includes consensus workarounds
    • Includes consensus refactors
    • None

@Bushstar Bushstar merged commit b84fc58 into master Jan 12, 2024
15 of 16 checks passed
@Bushstar Bushstar deleted the niven/pending-tx-filters branch January 12, 2024 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants