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 eb1f9f7 commit b21026cCopy full SHA for b21026c
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## Unreleased
4
5
+## 2.3.0 (2024-03-23)
6
+
7
+- added: `EdgeCorePluginOptions.infoPayload`, containing arbitrary JSON provided by the info server.
8
+- added: `EdgeCurrencyPlugin.updateInfoPayload`, called when we the core fetches a fresh payload from the info server.
9
10
## 2.2.1 (2024-02-21)
11
12
- fixed: Correctly save `enabledTokenIds` when creating a new wallet.
package.json
@@ -1,6 +1,6 @@
1
{
"name": "edge-core-js",
- "version": "2.2.1",
+ "version": "2.3.0",
"description": "Edge account & wallet management library",
"keywords": [
"bitcoin",
0 commit comments