edge-core-js 2.8.0 → 2.9.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,18 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.9.0 (2024-07-22)
6
+
7
+ - added: Add `makeMemoryWallet` method to ephemeral wallet objects that can query balances and spend funds
8
+
9
+ ## 2.8.2 (2024-07-22)
10
+
11
+ - fixed: Correctly handle `null` fetch bodies on Android.
12
+
13
+ ## 2.8.1 (2024-07-11)
14
+
15
+ - fixed: Filter transactions with empty (zero) nativeAmount and networkFee
16
+
5
17
  ## 2.8.0 (2024-07-09)
6
18
 
7
19
  - changed: Replace the CORS proxy servers with a fully native fallback on React Native.