Merged
Conversation
* auto-claude: subtask-1-1 - Add useRef to track if save has already been attempted Add saveAttemptedRef to prevent duplicate wallet saves when both handleViewWallet and handleClose could trigger saveAndSelectWallet. The ref is checked at the start of saveAndSelectWallet and set to true before proceeding with the save. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * auto-claude: subtask-1-2 - Add useEffect to call saveAndSelectWallet() on mount This ensures the wallet is saved immediately when the CreateSuccess screen renders, rather than only when the user clicks the "View wallet" button. The existing saveAttemptedRef prevents duplicate save attempts. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * auto-claude: subtask-2-1 - Add useRef to track if connection has already been Add hasConnectedRef to prevent duplicate wallet connection attempts in ImportSuccess component. This follows the same pattern used in ManualBackup.tsx. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * auto-claude: subtask-2-2 - Add useEffect that calls handleWalletConnection() Adds a useEffect hook that calls handleWalletConnection() on component mount. This ensures the wallet is connected immediately when ImportSuccess mounts, rather than only when the user clicks the close/view wallet button. Duplicate calls are prevented by the existing hasConnectedRef guard in handleWalletConnection(). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: wallet import modal dismiss showing wallet * chore: remove autoclaude files and revert .gitignore Removes autoclaude configuration files that shouldn't be tracked in git: - .auto-claude-security.json - .auto-claude-status - .claude_settings.json Reverts .gitignore to remove autoclaude directory entry. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * fix: fml --------- Co-authored-by: Minimoi <mini@Minimois-Mini.lan> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.13.5. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.13.2...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: auto-connect WalletConnect QR on mobile dashboard scan Skip the intermediate WC input form when scanning a WalletConnect QR code from the mobile dashboard QR button. Instead, call pair() directly after validating the URI, closing the modal and letting WalletConnectModalManager handle the session proposal. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: comment from @coderabbitai Safely extract error message to avoid TypeError when caught value isn't an Error instance, and show a toast for unexpected pairing errors so users get feedback instead of a silent modal close. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.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)
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 |
Arbitrum Nova coinstack was removed from the upstream unchained repo in shapeshift/unchained#1258. This removes all ArbitrumNova references across the entire codebase including chain adapters, CAIP constants, types, plugins, feature flags, config, CSP headers, wagmi/viem clients, coingecko adapters, asset data generation scripts, and tests.
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.
fix: auto-connect WalletConnect QR on mobile dashboard scan (#11807)
chore(deps): bump axios from 1.13.2 to 1.13.5 (#11810)
chore: add .sisyphus/ to .gitignore (#11812)
feat: regenerate asset data 02/09/2026 (#11804)
fix: ton tx history parsing (#11727)
fix: attempt at fixing wallet import on mobile (#11768)