edge-core-js
Advanced tools
Changelog
2.2.0 (2024-02-12)
enabledTokens
parameter to the createCurrencyWallets
method.Changelog
2.1.1 (2024-02-02)
Changelog
2.1.0 (2024-01-18)
currencyCode
fallback to EdgeCurrencyEngine.getMaxSpendable
.Changelog
2.0.1 (2024-01-08)
tokenId
on makeSpend
when using legacy currency plugins.assetAction
to disk.Changelog
2.0.0 (2024-01-04)
EdgeCurrencyWallet.saveTxAction
to add/edit EdgeTransaction.savedAction
EdgeTransaction.assetAction
& EdgeSpendInfo.assetAction
for action info that is saved per token in a transaction.EdgeTransaction.savedAction
& EdgeSpendInfo.savedAction
as editable version of chainAction
EdgeTxActionFiat
action type for fiat buy/sellsEdgeTxActionTokenApproval
action type for token approval transactionsEdgeTxActionSwap
to fully replace EdgeSwapData
EdgeCurrencyInfo.defaultSettings
and EdgeCurrencyInfo.metaTokens
optional.EdgeTransaction.action
to chainAction
tokenId
to be null or string and eliminate currencyCode
in EdgeCurrencyWallet.getTransactions/getReceiveAddress
, EdgeSpendInfo
, EdgeSwapRequest
, EdgeTxAction.EdgeAssetAmount
, saveTxMetadata
EdgeAccount.rateCache
and related types, as well as the rate plugin concept.EdgeContext.deleteLocalAccount
EdgeContext.listUsernames
EdgeContext.pinLoginEnabled
EdgeCurrencyInfo.symbolImage
and symbolImageDarkMono
.EdgeLoginRequest.displayImageUrl
listRecoveryQuestionChoices
and related types.validateMemo
methods and related types.Changelog
1.14.0 (2024-01-04)
EdgeCurrencyCodeOptions.tokenId
. This upgrades getBalance
, getNumTransactions
, and getReceiveAddress
.EdgeCurrencyEngineCallbacks.onTokenBalanceChanged
, which is thew new balance-update callback.EdgeCurrencyWallet.balanceMap
, which reports balances by tokenId.EdgeParsedUri.tokenId
EdgeTokenId
type definition.EdgeTransaction.tokenId
.null
to saveTxMetadata
.EdgeCurrencyEngineCallbacks.onBalanceChanged
. Use onTokenBalanceChanged
instead.EdgeParsedUri.currencyCode
. Use tokenId
instead.EdgeTransaction.currencyCode
. Use tokenId
instead.Changelog
1.13.1 (2023-12-06)
Changelog
1.13.0 (2023-12-05)
EdgeAccount.createCurrencyWallets
, for creating multiple wallets at once.Changelog
1.12.0 (2023-11-30)
onNewTokens
callback from EdgeCurrencyEngine
.enabledDetectedTokens
event when auto-enabling tokens.EdgeCurrencyWallet.detectedTokenIds
.export
to the EdgeCorePluginFactory
type definition.Changelog
1.11.0 (2023-10-18)
EdgeAccount.fetchSwapQuotes
, to return all relevant quotes, and not just the best one.