Docs/security dx and frontend fixes - #680
Merged
Mimah97 merged 5 commits intoJul 27, 2026
Merged
Conversation
Explicitly call out DEX contracts, API, and indexer as in-scope components, and add an out-of-scope list so researchers know what is and isn't eligible before reporting.
Add a Package Boundaries section to CONTRIBUTING.md so contributors know where new code belongs before opening a PR, with examples per package and a link to ARCHITECTURE.md for the full data flow.
Add role="alert" so the failure is announced to assistive tech, pair the retry button with an always-visible back-to-pools link, and surface the error digest as a support reference when present. Extends the existing test coverage accordingly.
Rename the new back-navigation link from "Back to all pools" to "Back to pools" so it doesn't collide with the existing "All Pools" link's accessible name in tests and assistive tech.
Migrate useWalletBalances to react-query and invalidate its query when TransactionStatusContext reports a swap success, so balances update automatically without a full page reload. Invalidation is scoped to the connected address and deduped by tx hash to avoid excessive refetching.
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
Related issue
Type of change
Checklist