diffs#11
Open
Uter1007 wants to merge 5809 commits into
Open
Conversation
Update BlueComponents.tsx
…sions-5.x Update dependency react-native-permissions to v5.5.0
Update dependency ruby to v3.4.8
…cket-6.x Update dependency react-native-tcp-socket to v6.4.1
100% reviewed source file: 'loc/en.json' on 'pl'.
100% reviewed source file: 'loc/en.json' on 'pl'.
…ster_pl Updates for file loc/en.json in pl
…-icons-entypo-12.x Update dependency @react-native-vector-icons/entypo to v12.4.2
REF: settings-privacy
fix: sync language files
fix: old RN code cleanup
REF: cleanup and andr build fix
FIX: startup crash
Co-authored-by: Overtorment <Overtorment@users.noreply.github.com>
Co-authored-by: Overtorment <Overtorment@users.noreply.github.com>
Mapping fetched transactions into per-address cells re-scanned every transaction for every address index, and the upsert-by-txid step re-scanned the target cell for every insert — both quadratic. Build address -> index lookup maps once, do a single pass over fetched transactions, and keep a per-cell txid -> position map for constant-time upserts. Measured on a wallet emulating one address with 63,017 real transactions (genesis address), median of 3 runs on real chain data: mapping went from 32.1s to 0.47s. Also remove a duplicate @babel/preset-env entry from devDependencies: it is pinned in dependencies (needed by the --omit=dev iOS release build), so the second entry was ignored by npm. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
REF: single-pass tx-to-address mapping in HD fetchTransactions
* fix(deps): update dependency @noble/secp256k1 to v1.7.2 * fix(deps): secp * fix(deps): secp --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Overtorment <overtorment@gmail.com>
chore(deps): update actions/checkout action to v6.0.3
fix(deps): update dependency @arkade-os/sdk to v0.4.33
…p-0.x fix(deps): update dependency @arkade-os/boltz-swap to v0.3.38
…-icons-ionicons-13.x fix(deps): update dependency @react-native-vector-icons/ionicons to v13.1.2
…-icons-fontawesome-13.x fix(deps): update dependency @react-native-vector-icons/fontawesome to v13.1.2
…gn-icons to v13.1.2
…-icons-material-design-icons-13.x fix(deps): update dependency @react-native-vector-icons/material-design-icons to v13.1.2
* FIX: Remove chevron on modal open ux * Update WalletDetails.tsx
…-icons-fontawesome6-13.x fix(deps): update dependency @react-native-vector-icons/fontawesome6 to v13.1.2
…-icons-material-icons-13.x fix(deps): update dependency @react-native-vector-icons/material-icons to v13.1.2
fix(deps): update dependency dayjs to v1.11.21
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