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

add strict filtering to account_tx api #429

Merged
merged 5 commits into from
Feb 3, 2025
Merged

add strict filtering to account_tx api #429

merged 5 commits into from
Feb 3, 2025

Conversation

RichardAH
Copy link
Contributor

Some accounts (A) are set as regular key on other accounts (B), and their account_tx feed is populated almost entirely with transactions that don't affect A at all. This filter strict scans the txn blob and metadata blob of each txn for the account ID (A), and if its not found anywhere in the txn then the txn does not appear in the account_tx list.

@RichardAH RichardAH merged commit 317bd4b into dev Feb 3, 2025
8 checks passed
RichardAH added a commit that referenced this pull request Feb 5, 2025
This reverts commit da8df63.

Revert "add strict filtering to account_tx api (#429)"

This reverts commit 317bd4b.
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.

1 participant