Ivan Vershigora
276a9ea8f8
REF: swap crypto-js for @noble/ciphers + hashes
2026-06-19 12:23:35 +01:00
renovate[bot]
b922346bb6
fix(deps): update dependency react-native-permissions to v5.5.3 ( #8670 )
...
Build Release and Upload to TestFlight (iOS) / build (push) Waiting to run
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Blocked by required conditions
BuildReleaseApk / buildReleaseApk (push) Waiting to run
BuildReleaseApk / browserstack (push) Blocked by required conditions
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Overtorment <overtorment@gmail.com>
2026-06-17 21:57:35 +01:00
GLaDOS
6785427fe8
Merge pull request #8678 from BlueWallet/renovate/react-navigation-monorepo
...
fix(deps): update react-navigation monorepo
2026-06-17 17:47:50 +01:00
renovate[bot]
1f0ce7c813
chore(deps): update dependency @react-native/js-polyfills to ^0.86.0
2026-06-17 17:27:05 +01:00
Andrew Camilleri (Kukks)
cb6e3ae69b
OPS: bump Arkade SDKs (@arkade-os/sdk 0.4.35, @arkade-os/boltz-swap 0.3.40)
2026-06-15 16:12:52 +01:00
renovate[bot]
7bc2c0e797
fix(deps): update react-navigation monorepo
2026-06-14 17:19:34 +00:00
GLaDOS
5a7c514548
Merge pull request #8617 from BlueWallet/renovate/react-native-vector-icons-entypo-13.x
...
BuildReleaseApk / browserstack (push) Blocked by required conditions
Build Release and Upload to TestFlight (iOS) / build (push) Waiting to run
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Blocked by required conditions
BuildReleaseApk / buildReleaseApk (push) Waiting to run
fix(deps): update dependency @react-native-vector-icons/entypo to v13.1.2
2026-06-14 18:14:01 +01:00
renovate[bot]
ff98ca0c1c
fix(deps): update dependency dayjs to v1.11.21
2026-06-13 16:00:26 +00:00
GLaDOS
c9dcbf40e7
Merge pull request #8653 from BlueWallet/renovate/react-native-vector-icons-material-icons-13.x
...
fix(deps): update dependency @react-native-vector-icons/material-icons to v13.1.2
2026-06-13 16:51:33 +01:00
GLaDOS
c8a7887808
Merge pull request #8649 from BlueWallet/renovate/react-native-vector-icons-fontawesome6-13.x
...
Build Release and Upload to TestFlight (iOS) / build (push) Waiting to run
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Blocked by required conditions
BuildReleaseApk / buildReleaseApk (push) Waiting to run
BuildReleaseApk / browserstack (push) Blocked by required conditions
fix(deps): update dependency @react-native-vector-icons/fontawesome6 to v13.1.2
2026-06-13 03:21:50 +01:00
renovate[bot]
13cedbe49e
fix(deps): update dependency @react-native-vector-icons/material-icons to v13.1.2
2026-06-12 17:26:13 +00:00
renovate[bot]
681cbcf2dc
fix(deps): update dependency @react-native-vector-icons/material-design-icons to v13.1.2
2026-06-12 05:30:13 +00:00
renovate[bot]
78c9d49359
fix(deps): update dependency @react-native-vector-icons/fontawesome6 to v13.1.2
2026-06-12 05:30:02 +00:00
renovate[bot]
da606dbff0
fix(deps): update dependency @react-native-vector-icons/entypo to v13.1.2
2026-06-12 05:29:49 +00:00
GLaDOS
8fda883933
Merge pull request #8648 from BlueWallet/renovate/react-native-vector-icons-fontawesome-13.x
...
Build Release and Upload to TestFlight (iOS) / build (push) Waiting to run
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Blocked by required conditions
BuildReleaseApk / buildReleaseApk (push) Waiting to run
BuildReleaseApk / browserstack (push) Blocked by required conditions
fix(deps): update dependency @react-native-vector-icons/fontawesome to v13.1.2
2026-06-12 06:24:27 +01:00
renovate[bot]
5d8e605fe7
fix(deps): update dependency @react-native-vector-icons/ionicons to v13.1.2
2026-06-12 00:17:10 +00:00
renovate[bot]
b34f52fdce
fix(deps): update dependency @arkade-os/boltz-swap to v0.3.38
2026-06-11 21:40:26 +00:00
renovate[bot]
859877979e
fix(deps): update dependency @react-native-vector-icons/fontawesome to v13.1.2
2026-06-11 17:58:31 +00:00
renovate[bot]
dd52747191
fix(deps): update dependency @arkade-os/sdk to v0.4.33
2026-06-11 16:45:01 +00:00
renovate[bot]
fa9434b0de
fix(deps): update dependency @noble/secp256k1 to v1.7.2 ( #8590 )
...
* 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>
2026-06-11 17:27:52 +01:00
GLaDOS
770a7a4075
Merge pull request #8639 from BlueWallet/perf-hd-fetch-transactions
...
REF: single-pass tx-to-address mapping in HD fetchTransactions
2026-06-11 14:37:51 +01:00
Ivan Vershigora
236791f32e
REF: single-pass tx-to-address mapping in HD fetchTransactions
...
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>
2026-06-11 10:54:15 +01:00
Overtorment
0181f0a849
ADD: arkade ln pushes ( #8634 )
Build Release and Upload to TestFlight (iOS) / build (push) Waiting to run
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Blocked by required conditions
BuildReleaseApk / buildReleaseApk (push) Waiting to run
BuildReleaseApk / browserstack (push) Blocked by required conditions
2026-06-10 17:35:17 +01:00
Marcos Rodriguez
926a863d27
OPS: Bump version
BuildReleaseApk / buildReleaseApk (push) Has been cancelled
Build Release and Upload to TestFlight (iOS) / build (push) Has been cancelled
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Has been cancelled
BuildReleaseApk / browserstack (push) Has been cancelled
2026-06-04 22:03:02 +01:00
pietro909
e37c4a693c
OPS: upgrade Arkade SDKs and harden Ark wallet integration ( #8585 )
Build Release and Upload to TestFlight (iOS) / build (push) Waiting to run
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Blocked by required conditions
BuildReleaseApk / buildReleaseApk (push) Waiting to run
BuildReleaseApk / browserstack (push) Blocked by required conditions
2026-06-01 15:22:17 +01:00
GLaDOS
bbd6101ddb
OPS: bump detox to 20.51.3 ( #8613 )
...
Build Release and Upload to TestFlight (iOS) / build (push) Has been cancelled
BuildReleaseApk / buildReleaseApk (push) Has been cancelled
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Has been cancelled
BuildReleaseApk / browserstack (push) Has been cancelled
* OPS: bump detox to 20.51.3
* OPS: pin detox to exact version 20.51.3
2026-05-31 13:51:45 +01:00
Marcos Rodriguez Vélez
687e007c56
OPS: Bump Nav packages ( #8573 )
...
Build Release and Upload to TestFlight (iOS) / build (push) Has been cancelled
BuildReleaseApk / buildReleaseApk (push) Has been cancelled
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Has been cancelled
BuildReleaseApk / browserstack (push) Has been cancelled
* OPS: Bump Nav packages
* OPS: Package update
---------
Co-authored-by: Overtorment <overtorment@gmail.com>
2026-05-28 23:03:43 +01:00
renovate[bot]
cbe6ebb423
fix(deps): update dependency @bugsnag/react-native to v8.9.0
2026-05-28 14:09:13 +00:00
GLaDOS
90fdee2a8f
Merge pull request #8581 from BlueWallet/renovate/lottie-react-native-7.x
...
Build Release and Upload to TestFlight (iOS) / build (push) Waiting to run
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Blocked by required conditions
BuildReleaseApk / buildReleaseApk (push) Waiting to run
BuildReleaseApk / browserstack (push) Blocked by required conditions
fix(deps): update dependency lottie-react-native to v7.3.8
2026-05-22 00:58:37 +01:00
renovate[bot]
d14556ff80
fix(deps): update react-navigation monorepo ( #8582 )
...
* 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>
2026-05-22 00:32:17 +01:00
GLaDOS
047b675faf
Merge pull request #8543 from BlueWallet/renovate/react-native-reanimated-4.x
...
fix(deps): update dependency react-native-reanimated to v4.3.1
2026-05-22 00:04:06 +01:00
GLaDOS
7085dd4a81
Merge pull request #8565 from BlueWallet/deps
...
REF: prune unused deps + stale tsconfig entries
2026-05-21 22:56:49 +01:00
renovate[bot]
964ceecd6a
fix(deps): update dependency lottie-react-native to v7.3.8
2026-05-21 20:02:57 +00:00
Overtorment
f7c72e13d4
Merge branch 'master' into renovate/react-native-reanimated-4.x
2026-05-21 21:00:59 +01:00
renovate[bot]
9e66ed003a
fix(deps): update electrum-client digest to 83420b8
2026-05-21 21:00:16 +01:00
renovate[bot]
08c4c02491
fix(deps): update dependency @babel/preset-env to v7.29.5
2026-05-21 20:59:49 +01:00
renovate[bot]
3c199ab9f2
fix(deps): update react-native-capture-protection digest to b17b9ec
2026-05-21 20:57:37 +01:00
Ivan Vershigora
265cebef62
REF: prune unused deps + stale tsconfig entries
2026-05-20 18:40:25 +01:00
renovate[bot]
bcc393dca8
fix(deps): update dependency react-native-reanimated to v4.3.1
2026-05-18 12:13:49 +00:00
renovate[bot]
8d8b2fb9cf
fix(deps): update dependency lottie-react-native to v7.3.7
2026-05-17 20:13:51 +00:00
renovate[bot]
f3294d1fc6
fix(deps): update dependency react-native-svg to v15.15.5
2026-05-15 15:17:52 +00:00
GLaDOS
ae9a5605f3
Merge pull request #8535 from BlueWallet/renovate/react-native-gesture-handler-2.x
...
fix(deps): update dependency react-native-gesture-handler to v2.31.2
2026-05-15 16:13:30 +01:00
Ivan Vershigora
8b16c53e5c
ref: localization sweep — translations, lint script, cleanups
2026-05-14 16:27:30 +01:00
renovate[bot]
ccb1dcaef7
fix(deps): update dependency react-native-gesture-handler to v2.31.2
2026-05-12 12:09:38 +00:00
renovate[bot]
11d367b975
fix(deps): update dependency bitcoinjs-lib to v7.0.1
2026-05-11 12:49:03 +01:00
renovate[bot]
31820f4cad
fix(deps): update dependency ecpair to v3.0.1
2026-05-11 12:48:18 +01:00
Marcos Rodriguez
6256258fa0
OPS: detox
2026-05-06 23:21:00 -05:00
Marcos Rodriguez
4181019ad3
OPS: Update RN
2026-05-05 15:42:04 -05:00
Marcos Rodriguez
fc05826092
Merge branch 'master' into rn85
2026-04-29 14:02:08 -05:00
Marcos Rodriguez
00b5129787
OPS: Update to RN 85
2026-04-29 11:30:07 -05:00