diffs#11
Open
Uter1007 wants to merge 5724 commits into
Open
Conversation
…escription Co-authored-by: marcosrdz <4793122+marcosrdz@users.noreply.github.com>
OPS: Catalyst
When MAX is selected, display the calculated sendable amount below. - Works only for 1 recipient (Main goal of feature is this for atomic swap) - Shows ≈ prefix when recipient address is unknown (using P2TR estimate) - Shows exact amount when valid address is entered - Forces displayed amount into transaction (no recalculation on Next)
Improve e2e test DX: cleaner stack traces & robust emulator setup
Update dependency bip32 to v5.0.1
Update dependency @bugsnag/react-native to v8.8.1
* ref: manage wallets list and search * fix review * improvements * fix: svg and localization * fix: swipe * fix: dark mode * fix: props type * fix: remove dead code * fix: drop TouchableWithoutFeedback * fix: usePreventRemove * ref: address search * fix header animation * fix: code style --------- Co-authored-by: Ivan Vershigora <ivan.vershigora@gmail.com>
Fee rate was computed with Math.round, collapsing values like 3.6 sats/vB to 4. Round to one decimal place for display and copy text. Co-authored-by: Overtorment <Overtorment@users.noreply.github.com>
…-xml-builder-1.2.0 build(deps): bump fast-xml-builder from 1.1.4 to 1.2.0
…te-decimal-585e FIX: transaction details fee rate to one decimal place
ref: localization sweep — translations, lint script, cleanups
tst: e2e stability
…e-handler-2.x fix(deps): update dependency react-native-gesture-handler to v2.31.2
FIX: amountinput layout
fix(deps): update dependency react-native-svg to v15.15.5
…-7.x fix(deps): update dependency lottie-react-native to v7.3.7
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.
Goals
Notes
closes