edge-core-js 0.19.19 → 0.19.22

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
@@ -1,5 +1,17 @@
1
1
  # edge-core-js
2
2
 
3
+ ## v0.19.22 (2022-07-08)
4
+
5
+ - upgrade: yaob dependency to include error serialization fix
6
+
7
+ ## v0.19.21 (2022-07-05)
8
+
9
+ - added: New `deleteRemoteAccount` function to the `EdgeAccount` object
10
+
11
+ ## v0.19.20 (2022-06-22)
12
+
13
+ - fixed: Loosen constraint for checking tx confirmation status in 'getTransaction' and Make the condition identical to the condition in onBlockHeightChanged.
14
+
3
15
  ## v0.19.19 (2022-06-13)
4
16
 
5
17
  - added: New Confirmations API on `EdgeTransaction` type