chore: bump to v0.35.0 - #889
Merged
Merged
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 ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 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 |
raul-oliveira
force-pushed
the
raul-oliveira/chore/bump-0.35.0
branch
from
July 13, 2026 23:12
aaf4c9b to
9038689
Compare
pedroferreira1
approved these changes
Jul 13, 2026
tuliomir
approved these changes
Jul 14, 2026
raul-oliveira
added a commit
that referenced
this pull request
Jul 15, 2026
* chore: bumps to 0.35.0-rc.1 (#867) * fix: upgrade wallet lib to v3.1.1 (#868) * fix: prevent Send screen crash on LavaMoat build via lodash setTimeout grant (#876) * chore: bump to 0.35.0-rc.2 (#877) * fix: restore lost UX in Send Tokens flow (PIN focus and Close returns Home) (#878) The fee-token send refactor replaced the ModalPin/ModalSendTx flow with ModalTransactionOverview and ModalSendSuccess, dropping two behaviors: - The PIN field was no longer auto-focused. The overview modal relied on the input's `autoFocus`, which fires while the modal is still display:none, so the browser ignores it. Focus the field on Bootstrap's `shown.bs.modal` event instead (the old ModalPin approach), which also restores focus across every flow that uses the shared overview modal. - The success modal's "Close" (and top-right "x") only reset the form and stayed on the Send screen. They now navigate to the wallet home (/wallet/), restoring the pre-refactor behavior; the now-dead resetForm helper is removed. * chore: bump to 0.35.0-rc.3 (#880) * fix: RC regressions (address mode, import banner, explorer link, send PIN) (#881) Fixes a batch of UX regressions introduced in the 0.35.0 release candidates: - Address mode kept across passphrase changes: adding/removing a passphrase no longer forces the wallet into multi-address mode. startWallet re-syncs the feature toggles from the live Unleash singleton before reading the single-address flag, so the clean_data reset in the passphrase flow no longer makes the flag read a stale default. - Import Tokens banner no longer advertises phantom tokens: unregistering a token with no history and zero balance now clears it from allTokens and tokensBalance, so fetchUnknownTokens stops reporting a token the import modal cannot resolve. - Easy Import Tokens "Open in Explorer" opens the system default browser via helpers.openExternalURL instead of a new Electron window. - Send Tokens confirmation validates the PIN with wallet.checkPin before sending, showing "Invalid PIN" on the review screen instead of a generic "Transaction failed" after a failed send attempt. * chore: bump to 0.35.0-rc.4 (#882) * chore: bump to 0.35.0 (#889) --------- Co-authored-by: Pedro Ferreira <pedro@hathor.network>
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.
Acceptance Criteria
release-candidate(v0.35.0-rc.4) to public release v0.35.0Behavior Changes
What's included
Security Checklist
Full Changelog: v0.34.0...v0.35.0