From 35b72b3950e83a6234d2c6c79b24618d4cf964bb Mon Sep 17 00:00:00 2001 From: Paul Puey Date: Tue, 12 Dec 2023 11:57:08 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e29ab25eb..098432a98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## Unreleased +- added: `EdgeCurrencyWallet.saveTxAction` to add/edit `EdgeTransaction.savedAction` +- added: `EdgeTransaction.assetAction` & `EdgeSpendInfo.assetAction` for action info that is saved per token in a transaction. +- added: `EdgeTransaction.savedAction` & `EdgeSpendInfo.savedAction` as editable version of `chainAction` +- added: `EdgeTxActionFiat` action type for fiat buy/sells +- added: `EdgeTxActionTokenApproval` action type for token approval transactions +- changed: Extend `EdgeTxActionSwap` to fully replace `EdgeSwapData` - changed: Make `EdgeCurrencyInfo.defaultSettings` and `EdgeCurrencyInfo.metaTokens` optional. +- changed: Rename `EdgeTransaction.action` to `chainAction` +- changed: Require `tokenId` to be null or string and eliminate `currencyCode` in `EdgeCurrencyWallet.getTransactions/getReceiveAddress`, `EdgeSpendInfo`, `EdgeSwapRequest`, `EdgeTxAction.EdgeAssetAmount`, `saveTxMetadata` - removed: `EdgeAccount.rateCache` and related types, as well as the rate plugin concept. - removed: `EdgeContext.deleteLocalAccount` - removed: `EdgeContext.listUsernames`