Skip to content

Releases: bitpay/bitpay-app

v14.44.2

Choose a tag to compare

@JohnathanWhite JohnathanWhite released this 24 Jul 20:34
17370ef

What's Changed

  • Fix: enable embedded-buy with anonymousEid by @Gamboster in #2194
  • Braze: Chore - Upgrade to latest plugin version by @cmgustavo in #2155
  • Import: Enhancement - show account number in 'checking for additional wallets' message by @gabrielbazan7 in #2156
  • AddMultisig: Fix - disable minus/plus icon when max values are reached by @cmgustavo in #2159
  • Theme: Fix - Replace null with unspecified to standardize system default handling by @cmgustavo in #2160
  • Buy: Fix - newly added token wallets not inheriting hidden EVM account state by @cmgustavo in #2172
  • KeyOverview: Fix - Cannot read property of undefined by @cmgustavo in #2173
  • CreateAccount: Fix - Use crypto.randomBytes for salt generation by @cmgustavo in #2175
  • Onboarding: Fix - Ensure proper flow for skipped Pin and Notifications interactions by @cmgustavo in #2178
  • Store: fix - clear bottomNotificationModalConfig on dismiss and blacklist from persist by @gabrielbazan7 in #2189
  • Auth: Enhancement - Prevent re-authentication when sharing on Android by @gabrielbazan7 in #2184
  • TSS: Enhancement - persist joiner session ID until user manually regenerates it by @gabrielbazan7 in #2185
  • Portfolio: Enhancement - Show balances and asset list when 'Show Portfolio Charts' is disabled by @msalcala11 in #2187
  • TSS: Fix - typo walletPrivateKey -> walletPrivKey in TSS create by @gabrielbazan7 in #2188
  • TSS: Fix - reset button state when share is cancelled by @gabrielbazan7 in #2190
  • Ref: buy errorMsg log added to analytics by @Gamboster in #2191
  • TSS: enhancement - add ceremony stuck err message by @gabrielbazan7 in #2192
  • Fix: only update values greater than zero in moonpayDetails by @Gamboster in #2193
  • Fix: show anonymousEid in connectionSettings for logged out users by @Gamboster in #2197
  • Validate: fix - add TS18048 to validate script and fix existing violations by @gabrielbazan7 in #2198
  • Feat: ACH payment method support for Transak by @Gamboster in #2199
  • AppsFlyer: Fix - await logEvent to catch network rejection in track() by @gabrielbazan7 in #2201
  • Sentry: fix - chain native exception handler to Sentrys uncaughtExceptionHandler by @gabrielbazan7 in #2202
  • Amount: Fix - prevent cannot read property of undefined by @cmgustavo in #2204
  • Migration: fix - skip encrypted keys in startAddEDDSAKey migration by @gabrielbazan7 in #2205
  • BottomNotification: fix - await async actions in BottomNotification and handle missing TXP on delete by @gabrielbazan7 in #2206
  • BitPayId: fix - catch unhandled rejections in ProfileSettings and ReceiveSettings by @gabrielbazan7 in #2207
  • Coinbase: Fix - Open modal wallet selector for Withdrawal by @cmgustavo in #2208
  • GiftCards: Fix - Block GC purchase flow for EU users by @cmgustavo in #2209
  • Android: fix - android crash react-native-webassembly build compatibility by @gabrielbazan7 in #2210
  • TSS: fix - android mark keyshare backup complete when sharing via email by @gabrielbazan7 in #2211
  • Wallet: Fix - Crash adding custom token to read-only key by @cmgustavo in #2214
  • WalletConnect: fix - wrap rejectSession in try/catch to revent unhandled rejection by @gabrielbazan7 in #2212
  • Release: Bump - 14.44.1 by @JohnathanWhite in #2215
  • Rates: Fix - block symbol fallback for token rate lookup by @gabrielbazan7 in #2216
  • Release: Bump - 14.44.2 by @JohnathanWhite

Full Changelog*: v14.43.0...v14.44.2

v14.43.0

Choose a tag to compare

@JohnathanWhite JohnathanWhite released this 24 Jun 15:38
e49abc0

What's Changed

  • Release: Bump - 14.43.0 by @JohnathanWhite in #2147
  • Analytics: Fix - Prevent multiple SDK initializations by @cmgustavo in #2112
  • UI: Fix - startup navigation flicker on Android devices by @cmgustavo in #2077
  • Swap: Fix - pre-select highest balance wallet from current account by @gabrielbazan7 in #2149
  • Location: Fix - return normalized location data and ensure dispatch completes by @cmgustavo in #2146
  • Fix: pre-select wallet from assets details correctly by @Gamboster in #2148
  • Testing: Enhancement - misc CI updates by @JohnathanWhite in #2132
  • XCode: Fix - Patch fmt consteval for Xcode 26/Clang compatibility by @cmgustavo in #2145
  • Braze: Fix - No remove OldEid and subscribe new users to email notifications by @cmgustavo in #2152
  • TSS: Enhancement - simplify TSS session ID format to txpId:input by @gabrielbazan7 in #2153
  • Portfolio: Feature - Add historical balance charts by @msalcala11 in #2158
  • TSS: Fix - Prevent keygen endpoint spam from leaked polling intervals by @cmgustavo in #2162
  • TSS: Fix - Cancel ceremony when unmounting mid-join (new-join path) by @cmgustavo in #2164
  • Portfolio: Fix - Hide balance chart and asset list loaders on fresh install by @msalcala11 in #2166
  • Portfolio: Enhancement - Misc Improvements by @msalcala11 in #2167
  • Buy: Feat - MoonPay ApplePay-US embedded buy by @Gamboster in #2169
  • Handle hex numbers on txp by @kajoseph in #2171
  • Buy: Fix - Embedded-buy credentials manager requests by @Gamboster in #2177
  • Home : Fix - transactMenu disabled buttons conditions by @Gamboster in #2179
  • Portfolio: Fix - Don't clear snapshots on network failures by @msalcala11 in #2174
  • Buy: Fix - access token generation from transactDetails by @Gamboster in #2182
  • BWC: Chore - Upgrade v11.10.0 by @cmgustavo in #2186
  • Buy: Fix - Add a prefix message for more readable embedded payments errors by @Gamboster in #2183

Full Changelog: v14.42.1...v14.43.0

v14.42.1

Choose a tag to compare

@JohnathanWhite JohnathanWhite released this 20 May 22:12
ed74082

What's Changed

  • Release: Bump - 14.41.0 by @JohnathanWhite in #2120
  • Create/Import: Enhancement - remove duplicate work and introducing controlled concurrency by @cmgustavo in #2089
  • KeySettings: Fix - Remove old LogAction by logManager by @cmgustavo in #2113
  • AppsFlyer: Chore - Upgrade react-native-appsflyer by @cmgustavo in #2109
  • Sentry: Fix - iOS Sourcemaps by @JohnathanWhite in #2104
  • Release: Bump - 14.42.0 by @JohnathanWhite in #2121
  • E2E: Enhancement - Updated testIDs and accessibility labels by @JohnathanWhite in #2125
  • Send: Feature - Nonce assignment on signing for EVM and XRP by @leolambo in #2124
  • TSS: Enhancement - wording / readonly support / clear encrypt support / how to find SessionID text / needsBackup handling by @gabrielbazan7 in #2114
  • E2E: Fix - move misplaced accessibilityLabel from JSX children to props by @gabrielbazan7 in #2127
  • Buy/Sell/Swap: Ref - external services prefetch data by @Gamboster in #2116
  • Buy: Fix - send payment_method prop for Banxa's CreateOrder by @Gamboster in #2128
  • AppsFlyer: Fix - Prevent unhandled exceptions and SDK calls when not initialized by @cmgustavo in #2108
  • Mixpanel: Enhancement - Prevent multiple initialization and upgrade plugin by @cmgustavo in #2110
  • Transaction List: Fix - Month name localization for regional locales (e.g. zh-cn) by @cmgustavo in #2126
  • Import: Enhancement - add import progress messages by @gabrielbazan7 in #2129
  • SendTo: Fix - prevent email validation if not-logged user by @cmgustavo in #2134
  • Sell: Fix - reload sellQuotes and continue button after close webView by @Gamboster in #2135
  • Android: Fix - prevent double store initialization and fs-backup race condition by @gabrielbazan7 in #2136
  • Sell: Fix - Moonpay sell amount mismatch check by @Gamboster in #2139
  • Braze: Enhancement - Refactor to ensure single SDK initialization by @cmgustavo in #2140
  • Sell: Fix - remove variant prop from ramp paymentUrlConfig by @Gamboster in #2138
  • Buy: Feat - PayPal and ACH added to Banxa supported payment methods by @Gamboster in #2141
  • Buy/Sell: Fix - used fiatCurrency and sorted offers by @Gamboster in #2142
  • TSS: Ref - remove expiration time limit for tss txps by @gabrielbazan7 in #2143
  • PayPro: Fix - Remove harcoded network livenet after fetching PaymentOptions by @cmgustavo in #2144
  • Release 14.42 by @JohnathanWhite in #2168

Full Changelog: v14.41.1...v14.42.1

v14.41.1

Choose a tag to compare

@JohnathanWhite JohnathanWhite released this 23 Apr 02:05
1fbd9f0

What's Changed

  • Buy: Ref - use WkWebView for moonpay-buy/sell checkout by @Gamboster in #2103
  • TSS: Enhancement - Bump bwc v11.7.0 / rename patches / import and backup navigation / add CopayerReady event / Improve signing recovery by @gabrielbazan7 in #2098
  • Portfolio: Fix - Pause populate on non portfolio screens by @msalcala11 in #2111
  • SendTo: Fix - Email validation regex causing stack overflow by @cmgustavo in #2118
  • EnableTwoFactor: Fix - prevent unhandled rejected dangling otp toggle promise by @msalcala11 in #2119
  • Swap: Fix - use the adjusted min for swap min pill by @Gamboster in #2107
  • Release: Bump - 14.41.1 by @JohnathanWhite in #2150

Full Changelog: v14.40.5...v14.41.1

v14.40.5

Choose a tag to compare

@JohnathanWhite JohnathanWhite released this 27 Mar 18:24
318f101

What's Changed

Full Changelog: v.14.40.4...v14.40.5

v14.40.4

Choose a tag to compare

@JohnathanWhite JohnathanWhite released this 20 Mar 21:02
5260e8c

What's Changed

Full Changelog: v.14.40.1...v.14.40.4

v14.40.1

Choose a tag to compare

@JohnathanWhite JohnathanWhite released this 06 Mar 20:23
52e6f0f

What's Changed

Full Changelog: v.14.40...v.14.40.1

v.14.40.0

Choose a tag to compare

@JohnathanWhite JohnathanWhite released this 24 Feb 00:34
e013ed5

What's Changed

Full Changelog: v.14.39.16...v.14.40

v14.39.16

Choose a tag to compare

@JohnathanWhite JohnathanWhite released this 20 Feb 15:02
92d820f

What's Changed

Full Changelog: v.14.39.15...v.14.39.16

v14.39.15

Choose a tag to compare

@JohnathanWhite JohnathanWhite released this 16 Feb 20:06
4a5b53c

What's Changed

Full Changelog: v.14.39.14...v.14.39.15