edge-core-js 2.22.2 → 2.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.24.0 (2025-01-15)
6
+
7
+ - added: `onSeenTxCheckpoint` callback for new Seen Tx Checkpoint API.
8
+ - added: `onTransactions` callback to support new Seen Tx Checkpoint API.
9
+
10
+ ## 2.23.0 (2025-01-13)
11
+
12
+ - added: `EdgeCurrencyInfo.chainDisplayName` and `EdgeCurrencyInfo.assetDisplayName`
13
+ - deprecated: `EdgeCurrencyInfo.displayName`
14
+
5
15
  ## 2.22.2 (2025-01-03)
6
16
 
7
17
  - deprecated: `EdgeCurrencyWallet.denominationToNative` and `EdgeCurrencyWallet.nativeToDenomination` utilities. Clients can perform these conversions on their own, using information that the core already provides.