We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7bf2c commit 8e7c293Copy full SHA for 8e7c293
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# edge-core-js
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
8
## v0.19.6 (2022-02-10)
9
10
- changed: Add comments and improve organization in the public types file.
package.json
@@ -1,6 +1,6 @@
{
"name": "edge-core-js",
- "version": "0.19.6",
+ "version": "0.19.7",
"description": "Edge account & wallet management library",
"keywords": [
"bitcoin",
0 commit comments