Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
peachbits committed Oct 30, 2024
2 parents 103a0b7 + 72cd48e commit bb97968
Show file tree
Hide file tree
Showing 113 changed files with 5,457 additions and 3,524 deletions.
37 changes: 35 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,44 @@

## Unreleased

## 4.16.0

- added: "Transaction Details" button to `SwapSuccessScene`
- added: `WalletRestoreScene`
- added: Button to access the `WalletRestoreScene` on `WalletListScene` if applicable
- added: "Go to Parent Wallet" `WalletListMenuModal` option
- added: Earn Scene
- added: Include wallet creation date in wallet data in log output
- changed: Add explicit gas limit for Kiln staking.
- changed: Allow 0 amount entry in `SpendingLimitsScene`
- changed: Various strings updated to UK compliance spec
- changed: Wording on `SwapSuccessScene`
- changed: `SettingsScene` disables "Restore Wallets" option if there are no wallets to restore
- changed: FIO Home Scene tile replaced with Earn
- changed: Stake Overview Scene `StakingReturnsCard` redesigned
- changed: Android `AutoLogoutModal` duration picker
- changed: Enable Ethereum staking
- changed: Prevent exchange rate fluctuations from restarting transaction list stream
- changed: Call `saveTx` after signing or broadcasting transactions from WalletConnect
- changed: Navigate to wallet list after restoring wallets
- changed: Update `NotificationCard` to UI4 styling
- changed: Remove legacy non-segwit wallets from new account wallet selection scene
- fixed: Correctly report ETH Kiln balances
- fixed: Deeplinking to `SendScene` may not retain memo information in the resulting broadcast
- fixed: Use account default fiat for transaction fee display in `SweepPrivateKeyCalculateFeeScene`
- fixed: Crash when archiving a wallet that recently accessed the trade modal
- fixed: ACH sell option for Florida visible with no accepted currencies
- fixed: Slow `TransactionDetailsScene` navigation on slow networks
- removed: Moonpay, Simplex, and Paybis for UK
- removed: UK persistent investment risk banner
- removed: Bank Wire Transfer Buy for Florida
- removed: Paypal Sell for Canada

## 4.15.1 (2024-10-18)

- fixed: "Apple Pay" title per latest branding requirements

## 4.15.0
## 4.15.0 (2024-10-16)

- added: Add Maya Protocol
- added: Battery Saver warning message for Android
Expand All @@ -27,7 +60,7 @@
- fixed: Round Kado-provided amounts during sell
- fixed: "Contacts Access" setting could be out of sync with the OS-level contacts access setting

## 4.14.1
## 4.14.1 (2024-09-30)

- added: Foreground push notification title data displayed in dropdown
- changed: More informative buy amount limit errors for light accounts
Expand Down
16 changes: 8 additions & 8 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ PODS:
- disklet (0.5.2):
- React
- DoubleConversion (1.1.6)
- edge-core-js (2.18.0):
- edge-core-js (2.19.1):
- React-Core
- edge-currency-accountbased (4.26.0):
- edge-currency-accountbased (4.26.2):
- React-Core
- edge-currency-plugins (3.4.0):
- edge-currency-plugins (3.4.3):
- React-Core
- edge-exchange-plugins (2.12.0):
- React-Core
- edge-login-ui-rn (3.22.4):
- edge-login-ui-rn (3.22.5):
- React-Core
- EXApplication (5.1.1):
- ExpoModulesCore
Expand Down Expand Up @@ -1080,11 +1080,11 @@ SPEC CHECKSUMS:
CNIOWindows: 3047f2d8165848a3936a0a755fee27c6b5ee479b
disklet: e7ed3e673ccad9d175a1675f9f3589ffbf69a5fd
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
edge-core-js: 36f9eccd1b3e22ad3e1ca14773c9754c2bf83b63
edge-currency-accountbased: 092d54b79970e894724baa85fbc1788a392b3710
edge-currency-plugins: 266bf440ce5c26a6838f8217b0d183d6c0a12bae
edge-core-js: 09206fe34acb8f4eebafe61e8c2eda6cbe81ba69
edge-currency-accountbased: d4ac6411e4d3070606a3d07e0aacfd1e87220030
edge-currency-plugins: 38eaf53c2d9fdbdd30ade3ad09fd698f428f208f
edge-exchange-plugins: 5037e196e652d1dca42afacd86b2395bd0d7f298
edge-login-ui-rn: 59a7ab5b9d5bbebd045fa77b09a1e26647845c85
edge-login-ui-rn: 33f78f4089a63314ca3d652b0ed235f1e1a1bd4c
EXApplication: d8f53a7eee90a870a75656280e8d4b85726ea903
EXConstants: f348da07e21b23d2b085e270d7b74f282df1a7d9
EXFileSystem: 844e86ca9b5375486ecc4ef06d3838d5597d895d
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edge-react-gui",
"version": "4.15.1",
"version": "4.16.0",
"private": true,
"description": "Edge Wallet React GUI",
"homepage": "https://edge.app",
Expand Down Expand Up @@ -97,13 +97,13 @@
"deepmerge": "^4.3.1",
"detect-bundler": "^1.1.0",
"disklet": "^0.5.2",
"edge-core-js": "^2.18.0",
"edge-currency-accountbased": "^4.26.0",
"edge-core-js": "^2.19.1",
"edge-currency-accountbased": "^4.26.2",
"edge-currency-monero": "^1.3.1",
"edge-currency-plugins": "^3.4.0",
"edge-currency-plugins": "^3.4.3",
"edge-exchange-plugins": "^2.12.0",
"edge-info-server": "^3.0.1",
"edge-login-ui-rn": "^3.22.4",
"edge-login-ui-rn": "^3.22.5",
"ethers": "^5.7.2",
"expo": "^48.0.0",
"jsrsasign": "^11.1.0",
Expand Down Expand Up @@ -155,6 +155,7 @@
"react-native-svg": "^15.3.0",
"react-native-vector-icons": "^10.1.0",
"react-native-webview": "^13.8.4",
"react-native-wheel-picker-android": "^2.0.6",
"react-native-zcash": "^0.9.1",
"react-redux": "^8.1.1",
"redux": "^4.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ exports[`MenuTabs should render with loading props 1`] = `
style={
{
"backgroundColor": undefined,
"borderRadius": 16,
"bottom": 0,
"left": 0,
"position": "absolute",
Expand Down
Loading

0 comments on commit bb97968

Please sign in to comment.