edge-core-js 0.19.47 → 0.19.49

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,13 @@
1
1
  # edge-core-js
2
2
 
3
+ ## v0.19.49 (2023-03-30)
4
+
5
+ - fixed: Incorrectly formed `privateKeys` argument for `signTx` call to the engine
6
+
7
+ ## v0.19.48 (2023-03-27)
8
+
9
+ - fixed: Passing only the private keys to `EdgeEnginePrivateKeyOptions['privateKeys']` for `syncNetwork`, instead of the entire `EdgeWalletInfo`
10
+
3
11
  ## v0.19.47 (2023-03-27)
4
12
 
5
13
  - added: Pass private keys to `EdgeCurrencyEngine.signTx` and similar functions.