V4.0.7 - #81
Merged
Merged
Conversation
Improve pending balance chip layout, add BTC/sats toggle toast feedback, widen the transport modal with responsive QR sizing, and tidy the transaction flow summary.
Satisfy react-hooks exhaustive-deps and no-void in WalletHome, and raise Gradle memory/workers plus full emulator ABIs for faster local Android builds. Co-authored-by: Cursor <cursoragent@cursor.com>
Satisfy react-hooks exhaustive-deps and no-void in WalletHome, and raise Gradle memory/workers plus full emulator ABIs for faster local Android builds.
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.
Summary
Release v4.0.7 with a fix for LAN duo co-signing after v4.0.6, plus wallet and transport UI polish.
DKLS LAN co-sign fix
relay join key "KeyShare2" maps to party id 1, share is id 2keygen_committee_keysas["KeyShare2","KeyShare1"], butpartyIDFromParticipatingKeyused array index instead of theKeyShareNDKG id.BBMTLib/dkls/party.go— resolveKeyShareN/partyNfrom the moniker before committee-index matching; npub committees keep lex-label → sorted npub → DKG id mapping.BBMTLib/dkls/lan.go— persist sorted committee keys on LAN keygen join.services/lanMpcSetup.ts— new duo keygens always persistKeyShare1,KeyShare2.party_test.go,signing_resolve_test.go,__tests__/lanMpcSetup.test.tsWallet home UI
adjustsFontSizeToFitso it doesn’t overflow on small screens.Bitcoin units/Satoshis units).react-hooks/exhaustive-depsandno-voidfixes in sync/init effects.Transport selector UI
Transaction flow diagram
BTC Spendingheader, clearer To / Amount / Fees labels.Version bump
4.0.6→4.0.7(build 70) inpackage.json, Androidbuild.gradle, and iOSproject.pbxproj.Note: Go changes require a native library rebuild to take effect on device.