edge-core-js 0.19.6 → 0.19.7
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,10 @@
|
|
|
1
1
|
# edge-core-js
|
|
2
2
|
|
|
3
|
+
## v0.19.7 (2022-02-15)
|
|
4
|
+
|
|
5
|
+
- added: Include an `imported` flag with all new wallet keys, to indicate whether they were derived freshly or imported from user-entered data.
|
|
6
|
+
- fixed: Do not hang forever if creating a currency engine fails.
|
|
7
|
+
|
|
3
8
|
## v0.19.6 (2022-02-10)
|
|
4
9
|
|
|
5
10
|
- changed: Add comments and improve organization in the public types file.
|