Merged
Conversation
The userback widget CSP introduced an explicit font-src directive, which prevents the browser from falling back to default-src for fonts. This caused all Inter fonts from rsms.me to be blocked by CSP on deployed environments (app, release, private.shapeshift.com). Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* public api dockerfile and railway updates * fix esbuild warning and errors * explicit copy of all packages * add some comments back * unify exports ordering across all packages
Bumps [qs](https://github.com/ljharb/qs) from 6.14.1 to 6.14.2. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.14.1...v6.14.2) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: agentic chat within web proof of concept * feat: add tooling to agentic web chat * fix up UI rendering * feat: new UI for agentic chat integration * feat: convert UI for agentic chat to wallet view * feat: add chat persistence to agentic chat - Add conversation history sidebar (DrawerChatHistory) - Implement conversation storage with IndexedDB - Add Redux slice for conversation state management - Update hooks to support conversation persistence - Add conversation utilities for creation and management - Add translations for chat history UI Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * fix persistence bug * code cleanup * fix local forage adapter from rebase * action PR feedback * fix: check trackingUrl before approvalTxHash in limit order footer When both approvalTxHash and trackingUrl are set (approval was needed and order succeeded), the footer now correctly shows the success message instead of the stale approval transaction info. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: update yarn.lock after rebase --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Python 3.12+ removed the `distutils` module from the standard library, causing node-gyp to fail when building utf-8-validate. This breaks `yarn install` with a non-zero exit code, failing CI pipelines. utf-8-validate is an optional native perf optimization for the `ws` WebSocket library (via @metamask/sdk). The `ws` library automatically falls back to a pure JS implementation, so skipping the native build has zero functional impact. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…lio consumption (#11866)
Co-authored-by: Minimoi <mini@Minimois-Mini.lan> Co-authored-by: Jibles <premiumjibles@gmail.com>
* chore: improve asset about copy with placeholder in chat * chore: remove useless space in json
--- updated-dependencies: - dependency-name: electron dependency-version: 35.7.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: consistent send flow in qr modal send/send modal Extract shared useCompleteSendFlow hook to dispatch to Action Center, show toast notification, and close modal — replacing the old in-modal Status view in the QR code send flow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: account balance initially zero'd out on qr modal sends Set accountId to match the selected asset's chain in handleAssetSelect and always update accountId in handleQrSuccess, fixing a chain mismatch that caused the AccountSelector to show 0 balance on first render. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * refactor: simplify useCompleteSendFlow and handleQrSuccess Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: revert unnecessary AccountSelector change Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * refactor: destructure useCompleteSendFlow params Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: remove dead Status route and component from send modal No code navigates to SendRoutes.Status anymore — both send flows use useCompleteSendFlow which dispatches to Action Center and closes the modal. Also removes the unused TxHash form field. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: missing CHAIN_NAMESPACE import in Send/Form Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: NeOMakinG <14963751+NeOMakinG@users.noreply.github.com> Co-authored-by: gomes <17035424+gomesalexandre@users.noreply.github.com>
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)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. 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 |
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.
feat: bigamount migration p2.5 send + misc ui + walletconnect selectors migration (#11871)
feat: add Scroll chain support behind feature flag (#11903)
feat: bigamount migration p2.4 rfox/tcy/thorchain lp selectors migration (#11870)
fix: stale yield tx amount after wallet rejection (#11921)
feat: bigamount migration p2.3 yields + lending selectors migration (#11869)
feat: bigamount migration p2.2 defi providers selectors migration (#11868)
feat: handle ton failed Txs (#11897)
feat: enable TON chain and Stonfi swapper (#11842)
feat: bigamount migration p2.1 trade/swap selectors migration (#11867)
fix: qr send flow action center + initial balance (#11809)
chore(deps-dev): bump electron from 12.2.3 to 35.7.5 (#11847)
feat: bump affiliate fees to 60 bps (#11920)
chore: improve asset about copy with placeholder in chat (#11927)
Merge branch 'main' into develop
fix: jetton sends (#11896)
fix: reapply hdwallet-ledger getTrustedInputBIP143 patch (#11901)
fix: add seeker to the public api docker file (#11908)
feat: hyperevm and monad treasury addies (#11890)
feat: yield second-class tx history + claims with unbonding + polish (#11884)
fix: bring back jettons (#11889)
feat: megaeth support (#11887)
feat: add sequence support to utxo wallet adapters (#11882)
feat: enable NEAR chain (#11822)
feat: bigamount migration p1 non-breaking selector additions + portfolio consumption (#11866)
fix: near ledger 0xb00b — use 5-level bip32 paths for firmware compat (#11849)
feat: add Seeker wallet multi-chain support (Solana, NEAR, TON, SUI) (#11848)
feat: implement referral fees for Stonfi swapper (#11841)
feat: across protocol swapper integration (#11876)
fix: avoid showing error toast when webservice is failing after a swap (#11843)
feat(public-api): normalize transaction data format with discriminated union (#11738)
feat: bigamount api improvements (#11864)
fix: skip native build for utf-8-validate (#11888)
feat: regenerate asset data 02/13/2026 (#11860)
feat: add agentic chat to web (#11789)
chore: just the rfox text changes (#11852)
feat: yield.xyz tx history enrichment (#11846)
fix: withdrawable action per-entry amounts (#11840)
feat: i have a dream (#11831)
feat: yield crypto amount overrides (#11833)
chore(deps): bump qs from 6.14.1 to 6.14.2 (#11851)
fix: public api railway deployment (#11853)
fix: add font-src to Inter font CSP to unblock font loading (#11857)