edge-core-js 0.19.46 → 0.19.47

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,11 @@
1
1
  # edge-core-js
2
2
 
3
+ ## v0.19.47 (2023-03-27)
4
+
5
+ - added: Pass private keys to `EdgeCurrencyEngine.signTx` and similar functions.
6
+ - changed: Only accept base-10 integer balances from currency engines, and ignore all other balance strings.
7
+ - removed: Make deprecated token methods optional on `EdgeCurrencyEngine`, so they can be removed.
8
+
3
9
  ## v0.19.46 (2023-03-07)
4
10
 
5
11
  - added: Add `expireDate` to `EdgeParsedUri`