Merged
Conversation
Bumps [json](https://github.com/trentm/json) from 9.0.6 to 10.0.0. - [Changelog](https://github.com/trentm/json/blob/master/CHANGES.md) - [Commits](trentm/json@9.0.6...10.0.0) --- updated-dependencies: - dependency-name: json dependency-version: 10.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The Trade tab in mobile bottom navigation only showed as active for Swap and Limit routes. Buy, Sell, and Earn sub-tabs navigated to /ramp/trade/* and /earn/* which were missing from the relatedPaths array used for active state matching. Also fixes the mobile header title using 'Swap' instead of 'Trade' to match the bottom nav label. Co-authored-by: Claude Opus 4.6 <[email protected]> Co-authored-by: Apotheosis <[email protected]>
* feat: add feature flag awareness to release script The release script now parses .env, .env.development, and .env.production to detect dev-only feature flags and produces two-section output separating production changes from dev/local-only changes gated behind flags. Co-Authored-By: Claude Opus 4.6 <[email protected]> * feat: add private build environment awareness to release script Annotates production commits related to features disabled in the private build (Mixpanel, Chatwoot) so QA knows these don't apply to the private deployment. Co-Authored-By: Claude Opus 4.6 <[email protected]> --------- Co-authored-by: Claude Opus 4.6 <[email protected]>
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
fe05a99 to
c257772
Compare
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.
Production changes - testing required
Sei EVM chain + DeBridge swapper
Adds Sei EVM as a supported chain with DeBridge swapper for cross-chain and same-chain swaps. Test selecting Sei EVM chain, viewing token balances, and executing swaps via DeBridge in both cross-chain and same-chain scenarios.
Trade UI fix
Fixes the trade bottom nav not showing the active state on sub-tabs. Test navigating between all trade sub-tabs (swap, limit, etc.) and verify the bottom nav highlights correctly.
TCY unstaking fix
Fixes a crash during TCY unstaking when switching accounts caused basis points to exceed 10000. Test the TCY unstake flow, particularly switching between accounts mid-unstake.
Fixes, deps, and infra
No testing required.
Dev/local only - no production testing required
No dev-gated changes in this release.