Skip to content

diffs - #11

Open
Uter1007 wants to merge 5983 commits into
Lean-Coders:masterfrom
BlueWallet:master
Open

diffs#11
Uter1007 wants to merge 5983 commits into
Lean-Coders:masterfrom
BlueWallet:master

Conversation

@Uter1007

Copy link
Copy Markdown

Goals

Notes

closes

GladosBlueWallet and others added 29 commits May 20, 2026 17:37
* feat: redesign transaction detail screen with unified layout and Lottie pending animation

* ADD: decode OP_RETURN payload as UTF-8 text in transaction detail

Co-authored-by: Cursor <cursoragent@cursor.com>

* REF: transaction detail redesign (themes, pending icon, loc)

Co-authored-by: Cursor <cursoragent@cursor.com>

* REF: remove deprecated TransactionDetails, TransactionStatus and getTransactionStatusOptions

Co-authored-by: Cursor <cursoragent@cursor.com>

* FIX: resolve lint errors (unused vars, styles, loc keys, no-bitwise, inline styles)

Co-authored-by: Cursor <cursoragent@cursor.com>

* FIX: remove redundant !tx check in transaction detail guard

Co-authored-by: Cursor <cursoragent@cursor.com>

* FIX: show transaction not available when tx not found after load

Co-authored-by: Cursor <cursoragent@cursor.com>

* FIX: remove unused transaction prop type from TransactionDetail

Co-authored-by: Cursor <cursoragent@cursor.com>

* TST: update UTXO note E2E to use new transaction detail note prompt UI

Co-authored-by: Cursor <cursoragent@cursor.com>

* simplify changes on the PR for review

* remove unused loc

* remove unchanged colors

* better offline support for tx details

* remove unused key loc

* fix code review issues

* fix balance

* fix tests

* REF: address PR #8289 review feedback

* redesigned wallets details

* fix lint

* fix lint

* fix bip84 test

* fix test

* fix tests

* fix tests

* fix: truncation and sendTo logic display

* fix: new arch fixes

* fix: lint

* fix: crash on status update

* fix: lint and tests

* fix: tests

* fix: tests

* fix: tests

* fix: tests

* fix: tests

* Potential fix for pull request finding 'Identical operands'

Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>

* fix: tests

* fix: tests

* fix: tests

* fix: tests

* fix: tests

* fix style

* fix merge master

* Merge branch 'wallet-details' of https://github.com/BlueWallet/BlueWallet into wallet-details

* fix loc

* fix loc

* fix style

* improve coin control from wallet details

* fix: e2e

* fix: WalletDetails

* fix: flat

* fix: e2e

* fix: e2e

* Potential fix for pull request finding 'Unused variable, import, function or class'

Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>

* fix: remove notifications dialogs

* fix: second button title

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Ivan Vershigora <ivan.vershigora@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
Co-authored-by: Overtorment <overtorment@gmail.com>
Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) from 7.29.0 to 7.29.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.4/packages/babel-plugin-transform-modules-systemjs)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-modules-systemjs"
  dependency-version: 7.29.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Overtorment <overtorment@gmail.com>
REF: prune unused deps + stale tsconfig entries
…ated-4.x

fix(deps): update dependency react-native-reanimated to v4.3.1
* fix(deps): update react-navigation monorepo

* OPS: Ruby

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marcos Rodriguez <marcospr@pm.me>
…-7.x

fix(deps): update dependency lottie-react-native to v7.3.8
chore(deps): update dependency fastlane to "~> 2.234.0"
Bumps [qs](https://github.com/ljharb/qs) from 6.15.0 to 6.15.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.15.0...v6.15.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.15.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
FIX: swap AmountInput zIndex so TextInput sits on top
GladosBlueWallet and others added 30 commits August 30, 2026 13:05
…ster_es_419

Updates for file loc/en.json in es_419
REF: hide system back so Receive shows one close button, leanup
Force one SDK copy so boltz-swap 0.3.67 does not nest sdk 0.4.62.

Co-authored-by: Cursor <cursoragent@cursor.com>
* OPS: Add Update Apple assets lane

* Update Fastfile

* Update Fastfile

* Update Fastfile

* Update Fastfile
100% reviewed source file: 'loc/en.json'
on 'zh_CN'.
…ster_zh_CN

Updates for file loc/en.json in zh_CN
100% reviewed source file: 'loc/en.json'
on 'es_419'.
…ster_es_419

Updates for file loc/en.json in es_419
…large-title

FIX: content jumped under large title when keyboard opened on iOS
REF: show Chinese language labels in native script
…gacy import

validateBip32 rejected h/H notation (ojokne). Fixing that surfaced a
fund bug: setSecret's origin parsing only lowercased h (/h/g), so an
uppercase-H or iOS smart-quote BIP84 origin like [fp/84H/0H/0H]xpub
skipped the xpub->zpub conversion and imported as a legacy 1... wallet.
Same hole already hit the main import (setSecret on raw text).

setSecret now rewrites h/H and smart quotes on the path (/[hH‘’]/g);
both watch-only screens normalize before storing; validateBip32 accepts
the markers. Tests lock the H and smart-quote cases.
…ious-screen

FIX: keyboard on pushed screen scrolled previous screens on iOS
* ADD: Import Notes

* e

* w

* w

* Update WalletDetails.tsx

* ee

* Delete wallet-details.test.tsx

* ADD: bio329 import support

* Add: export to bip329

* Update en.json

* ggh

* hh

* dd

* xx

* tt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.