Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog #4546

Merged
merged 1 commit into from
Oct 26, 2023
Merged
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
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,36 @@
- added: Banxa purchase with iDEAL
- added: Asset status card to remotely communicate known issues or important info
- added: Paybis buy with credit card
- added: Support Zcash Spend Before Sync
- added: Zcash transparent funds autoshielding
- changed: 'legacyLanding' experiment config set to 0% probability
- changed: Banxa sell to use new widget
- changed: Replace deprecated memo handling with `EdgeMemo` in SendScene2
- changed: Re-enable Piratechain
- changed: Remove price-change push notification subscriptions for keys-only currencies
- changed: Support Zcash Unified Addresses
- fixed: Crash in react-native-linear-gradient when app built with Xcode 15
- Upgrade edge-core-js to v1.9.0
- added: Support optimized login syncing, checking to see if our credentials are up-to-date before performing a periodic login.
- added: Export cleaners for server types and testing data types.
- deprecated: EdgeContext.listRecoveryQuestionChoices. The GUI provides its own localized strings now.
- Upgrade edge-currency-accountbased to v2.7.2
- added: Add deprecated memoType to zcashInfo for backwards compatibility
- added: Add Zcash autoshield support
- added: EdgeTxAction tagging to TRX freeze/unfreeze contract call transactions
- added: Support for importing XLM wallets via 12/24-word mnemonic seed phrase
- changed: Update address explorer url (Zcash)
- changed: Upgrade react-native-piratechain to v0.4.0
- changed: Upgrade react-native-zcash to v0.6.2
- changed: Use Zcash types directly from react-native-zcash
- fixed: Account for possible 0-date transaction listerner race-condition
- fixed: Filecoin returns a more stable spendable balance from getMaxSpendable
- fixed: More accurate Filecoin fee estimation for makeSpend
- fixed: Set synchronizer to null in killEngine so it can be properly restarted (Zcash)
- Upgrade edge-exchange-plugins to v0.21.11
- added: Enable Zcash receiving on Godex
- changed: Restrict ChangeHero trading to whitelisted plugins
- changed: Replace deprecated currency codes in SwapCurrencyError with requests

## 3.19.0

Expand Down