feat: harden query policies, history pagination, and cache invalidation - #806
Merged
IbrahimIjai merged 4 commits intoSep 26, 2026
Merged
Conversation
|
@Ay-obami is attempting to deploy a commit to the Ijai's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@Ay-obami Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
Unify query-key identity across RPC and indexer reads, remove hardcoded network cache identity, migrate producers and invalidators together, and propagate cancellation to supported transports. Also repairs existing web gate blockers required by the repository commit policy.
Ay-obami
force-pushed
the
combined-ay-query-policies
branch
from
September 25, 2026 13:28
626dd14 to
465c053
Compare
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR consolidates the four assigned Ay-obami query-cache issues into one reviewable change set.
Correctness details
Verification
Before upstream
mainadvanced, this change set passed the complete ordered repository gate and all required web/indexer integration checks:bun lintbun typecheckbun run check:tokensbun run check:contentbun run testbun run test:coveragebun run buildAfter rebasing onto the latest
main:mainThe ordered gate now stops on baseline failures introduced by newer upstream commits in files unchanged by this PR:
apps/web/src/features/trade/components/TransactionRecoveryToast.tsx— lint/import-order issues and an unusedReactimport; the latter is also the only remaining web typecheck errorapps/web/src/features/trade/lib/transaction-explorer.ts— lint array-type errorsThis PR does not modify either file.
Dependency note
This branch includes the canonical query-key/network/cancellation foundation required by #756–#759 because #760–#763 explicitly depend on that work. Once that foundation lands separately, this PR can be rebased to contain only the Ay-obami layer.
Closes #760
Closes #761
Closes #762
Closes #763