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

feat: Add transaction cache to prevent duplicate transaction processing #122

Merged
merged 5 commits into from
Jan 14, 2025

Conversation

code0xff
Copy link
Contributor

This PR introduces a transaction cache mechanism to prevent duplicate transaction processing. The cache ensures that each transaction is processed only once by checking for its existence before processing.

@code0xff code0xff requested a review from conr2d January 14, 2025 02:11
Copy link
Contributor

@conr2d conr2d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@code0xff code0xff merged commit 340515f into main Jan 14, 2025
4 checks passed
@code0xff code0xff deleted the transaction-filter branch January 14, 2025 10:18
@github-actions github-actions bot locked and limited conversation to collaborators Jan 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants