Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ android {
applicationId "com.bitpay.wallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 91212431
versionName "14.44.2"
versionCode 91212432
versionName "14.45.0"
missingDimensionStrategy 'react-native-camera', 'mlkit'
ndk {
abiFilters "armeabi-v7a", "x86", "x86_64", "arm64-v8a"
Expand Down
3 changes: 3 additions & 0 deletions assets/img/icon-alert-triangle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/img/icon-archive-download.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/img/icon-clock-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/img/icon-multisig-group.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/img/icon-schedule-clock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/img/icon-verified-shield.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions declarations.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,13 @@ declare module '@env' {
export const BRAZE_API_KEY_ANDROID: string;
export const BRAZE_API_KEY_IOS: string;
export const BRAZE_EXPORT_API_KEY: string;
export const BRAZE_MERGE_AND_DELETE_API_KEY: string;
export const BRAZE_REST_API_ENDPOINT: string;
export const COINBASE_CLIENT_ID: string;
export const COINBASE_CLIENT_SECRET: string;
export const DISABLE_DEVELOPMENT_LOGGING: string;
export const DOSH_APP_ID: string;
export const DOSH_WHITELIST: string;
export const GIT_COMMIT_HASH: string;
export const MIXPANEL_PROJECT_TOKEN: string;
export const MORALIS_API_KEY: string;
export const WALLET_CONNECT_V2_PROJECT_ID: string;
export const ZENLEDGER_CLIENT_ID: string;
export const ZENLEDGER_CLIENT_SECRET: string;
Expand Down
2 changes: 1 addition & 1 deletion ios/BitPayApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>14.44.2</string>
<string>14.45.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitpay",
"version": "14.44.2",
"version": "14.45.0",
"private": true,
"engines": {
"node": ">=20"
Expand Down Expand Up @@ -48,7 +48,7 @@
"translation:download": "crowdin download --identity crowdin-credentials.yml"
},
"dependencies": {
"@bitpay-labs/bitcore-wallet-client": "11.10.0",
"@bitpay-labs/bitcore-wallet-client": "11.10.6",
"@braze/react-native-sdk": "20.1.0",
"@ethersproject/shims": "5.7.0",
"@freakycoder/react-native-bounceable": "0.2.5",
Expand Down Expand Up @@ -113,7 +113,6 @@
"lodash.uniqby": "4.7.0",
"mixpanel-react-native": "3.3.0",
"moment": "2.29.1",
"moralis": "2.25.2",
"papaparse": "5.3.2",
"path-browserify": "1.0.1",
"react": "19.1.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/node_modules/@bitpay-labs/bitcore-wallet-client/ts_build/src/lib/tsskey.js b/node_modules/@bitpay-labs/bitcore-wallet-client/ts_build/src/lib/tsskey.js
index d073bca..cdeaea3 100644
index b21da63..5075941 100644
--- a/node_modules/@bitpay-labs/bitcore-wallet-client/ts_build/src/lib/tsskey.js
+++ b/node_modules/@bitpay-labs/bitcore-wallet-client/ts_build/src/lib/tsskey.js
@@ -118,17 +118,19 @@ class TssKeyGen extends events_1.EventEmitter {
Expand All @@ -23,3 +23,18 @@ index d073bca..cdeaea3 100644
__classPrivateFieldGet(this, _TssKeyGen_request, "f").setCredentials(__classPrivateFieldGet(this, _TssKeyGen_credentials, "f"));
__classPrivateFieldSet(this, _TssKeyGen_requestPrivateKey, crypto_wallet_core_1.BitcoreLib.PrivateKey.fromString(__classPrivateFieldGet(this, _TssKeyGen_credentials, "f").requestPrivKey), "f");
const baseXPrivKey = __classPrivateFieldGet(this, _TssKeyGen_key, "f").get(params.password).xPrivKey;
diff --git a/node_modules/@bitpay-labs/bitcore-wallet-client/ts_build/src/lib/tsssign.js b/node_modules/@bitpay-labs/bitcore-wallet-client/ts_build/src/lib/tsssign.js
index f8e7463..f096163 100644
--- a/node_modules/@bitpay-labs/bitcore-wallet-client/ts_build/src/lib/tsssign.js
+++ b/node_modules/@bitpay-labs/bitcore-wallet-client/ts_build/src/lib/tsssign.js
@@ -84,7 +84,9 @@ class TssSign extends events_1.EventEmitter {
}
async restoreSession(params) {
const { session } = params;
- const [id, sigSession] = session.split(':');
+ const lastColon = session.lastIndexOf(':');
+ const id = session.slice(0, lastColon);
+ const sigSession = session.slice(lastColon + 1);
this.id = id;
__classPrivateFieldSet(this, _TssSign_sign, await bitcore_tss_1.ECDSA.Sign.restore({
session: sigSession,
Loading
Loading