Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Fix bug where withdraw form would sometimes show the sum of all addresses as the max available instead of the selected address.
|
Visit the preview URL for this PR (updated for commit 905d59d): https://walletrc--pull-2814-merge-zjjhpfw7.web.app (expires Fri, 11 Jul 2025 11:06:36 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: f66a4ff03faa546f12f0ae5a841bd9eff2714dcc |
smk762
left a comment
There was a problem hiding this comment.
Import of existing non-BIP39 wallet file ✅
Creation of new non-BIP39 wallet login ✅
Meaningful and actionable error messages in login flow and validation ✅
Once imported / created, login flow for non-BIP39 wallets hides the HD mode toggle ✅
Withdraw form locked to pre-selected single address in disabled dropdown when in non-HD mode ✅
Slight issue with withdraw form validation in some cases.

This was after replacing bad address input with a pasted valid address. It seems the withdraw button remains in hiding until the red x at the right side of the destination address field is clicked.
PR is otherwise good - I can migrate the withdraw form bug to a new issue and approve if triage required.
|
@smk762 could you please give the wallet address validation another shot? I've pushed a fix. |
…into ecf6xc-codex/fix-login-failure-with-custom-seed
🐛 Bug Fixes
Authentication & Login
Withdraw Form
🎨 UI/UX Improvements
🔧 Technical Changes
AuthBloclisteners to wallet creation and import widgets📁 Files Modified
lib/bloc/withdraw_form/withdraw_form_bloc.dart- Balance validation fixeslib/views/wallets_manager/widgets/iguana_wallets_manager.dart- Error handlinglib/views/wallets_manager/widgets/wallet_creation.dart- Auth error displaylib/views/wallets_manager/widgets/wallet_simple_import.dart- Import error handling.gitignore- Added AGENTS_1.md to ignored files🧪 Testing
📋 Type of Change
Fixes issues with custom seed authentication and improves overall wallet management user experience.