@atomicfinance/bitcoin-rpc-provider 3.4.0 → 3.4.2
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 +24 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @atomicfinance/bitcoin-rpc-provider
|
|
2
2
|
|
|
3
|
+
## 3.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e701ba6: Bump node-dlc- to 0.23.1 and add node-dlc batch tx builder validation tests
|
|
8
|
+
- Updated dependencies [e701ba6]
|
|
9
|
+
- @atomicfinance/types@3.4.2
|
|
10
|
+
- @atomicfinance/bitcoin-utils@3.4.2
|
|
11
|
+
- @atomicfinance/errors@3.4.2
|
|
12
|
+
- @atomicfinance/jsonrpc-provider@3.4.2
|
|
13
|
+
- @atomicfinance/utils@3.4.2
|
|
14
|
+
|
|
15
|
+
## 3.4.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 9781efe: Add getInputsForDualFunding functionality and bump @node-dlc
|
|
20
|
+
- Updated dependencies [9781efe]
|
|
21
|
+
- @atomicfinance/bitcoin-utils@3.4.1
|
|
22
|
+
- @atomicfinance/types@3.4.1
|
|
23
|
+
- @atomicfinance/errors@3.4.1
|
|
24
|
+
- @atomicfinance/jsonrpc-provider@3.4.1
|
|
25
|
+
- @atomicfinance/utils@3.4.1
|
|
26
|
+
|
|
3
27
|
## 3.4.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atomicfinance/bitcoin-rpc-provider",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"node": ">=14"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@atomicfinance/bitcoin-utils": "^3.4.
|
|
29
|
-
"@atomicfinance/errors": "^3.4.
|
|
30
|
-
"@atomicfinance/jsonrpc-provider": "^3.4.
|
|
31
|
-
"@atomicfinance/types": "^3.4.
|
|
32
|
-
"@atomicfinance/utils": "^3.4.
|
|
28
|
+
"@atomicfinance/bitcoin-utils": "^3.4.2",
|
|
29
|
+
"@atomicfinance/errors": "^3.4.2",
|
|
30
|
+
"@atomicfinance/jsonrpc-provider": "^3.4.2",
|
|
31
|
+
"@atomicfinance/types": "^3.4.2",
|
|
32
|
+
"@atomicfinance/utils": "^3.4.2",
|
|
33
33
|
"@babel/runtime": "^7.12.1",
|
|
34
34
|
"bignumber.js": "^9.0.0",
|
|
35
35
|
"bitcoin-networks": "^1.0.0",
|