From 42a7aec17edc304930e06edecb73b672725a3303 Mon Sep 17 00:00:00 2001 From: Sergey Chystiakov Date: Mon, 9 Dec 2024 10:01:08 +0100 Subject: [PATCH 1/3] chore: update document-picker --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0be73d8..134be80 100644 --- a/package.json +++ b/package.json @@ -188,7 +188,7 @@ "react-native-crypto": "2.2.0", "react-native-default-preference": "1.4.3", "react-native-device-info": "8.4.8", - "react-native-document-picker": "https://github.com/BlueWallet/react-native-document-picker#3684d4fcc2bc0b47c32be39024e4796004c3e428", + "react-native-document-picker": "https://github.com/BlueWallet/document-picker#3684d4fcc2bc0b47c32be39024e4796004c3e428", "react-native-elements": "3.4.2", "react-native-fingerprint-scanner": "https://github.com/BlueWallet/react-native-fingerprint-scanner#ce644673681716335d786727bab998f7e632ab5e", "react-native-fs": "2.18.0", From e0ae7245b2bcab5387503063fb2e16c833a16182 Mon Sep 17 00:00:00 2001 From: Sergey Chystiakov Date: Mon, 9 Dec 2024 10:16:21 +0100 Subject: [PATCH 2/3] chore: update deps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 134be80..79c912b 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "@react-navigation/material-top-tabs": "^5.3.19", "@react-navigation/native": "5.9.4", "@react-navigation/stack": "^5.14.9", - "@remobile/react-native-qrcode-local-image": "https://github.com/BlueWallet/react-native-qrcode-local-image", + "@remobile/react-native-qrcode-local-image": "https://github.com/remobile/react-native-qrcode-local-image#31b0113110fbafcf5a5f3ca4183a563550f5c352", "@shopify/react-native-skia": "0.1.136", "aez": "1.0.1", "assert": "2.0.0", From 175a7af7e87949b44ae87a31bc8cf7c60da278f5 Mon Sep 17 00:00:00 2001 From: Sergey Chystiakov Date: Mon, 9 Dec 2024 17:59:05 +0100 Subject: [PATCH 3/3] revert electrumx server --- blue_modules/BlueElectrum.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blue_modules/BlueElectrum.js b/blue_modules/BlueElectrum.js index f663680..cb76b51 100644 --- a/blue_modules/BlueElectrum.js +++ b/blue_modules/BlueElectrum.js @@ -50,12 +50,12 @@ const storageKey = 'ELECTRUM_PEERS'; const defaultPeer = { host: 'vmd84592.contaboserver.net', ssl: '50002' }; const defaultTestnetPeer = { host: 'testnet.qtornado.com', ssl: '51002' }; const hardcodedPeers = [ - { host: 'electrum.blockstream.info', ssl: '50002' }, + // { host: 'electrum.blockstream.info', ssl: '50002' }, // { host: 'electrum5.hodlister.co', ssl: '50002' }, // { host: 'node.degga.net', ssl: '50002' }, // { host: 'horsey.cryptocowboys.net', ssl: '50002' }, // { host: 'ca.poiuty.com', ssl: '50002' }, - // { host: 'electrum.bitaroo.net', ssl: '50002' }, + { host: 'electrum.bitaroo.net', ssl: '50002' }, // { host: 'btc.ocf.sh', ssl: '50002' }, // connection lost // { host: 'electrumx.erbium.eu', ssl: '50002' }, // { host: 'electrum.kendigisland.xyz', ssl: '50002' },