@atomicfinance/bitcoin-dlc-provider 3.4.6 → 3.5.0

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.
@@ -1 +1 @@
1
- @atomicfinance/bitcoin-dlc-provider:build: cache hit, replaying output 5df6f6cec29f5fa5
1
+
@@ -1 +1 @@
1
- @atomicfinance/bitcoin-dlc-provider:test: cache hit, replaying output 01f07f1f28e342a7
1
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @atomicfinance/bitcoin-dlc-provider
2
2
 
3
+ ## 3.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fb279b7: Update dependencies for Node LTS and fix payout index edge cases
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [fb279b7]
12
+ - @atomicfinance/bitcoin-utils@3.5.0
13
+ - @atomicfinance/provider@3.5.0
14
+ - @atomicfinance/types@3.5.0
15
+ - @atomicfinance/utils@3.5.0
16
+
17
+ ## 3.4.7
18
+
19
+ ### Patch Changes
20
+
21
+ - 0ba01ef: Bump @node-dlc to 0.23.6
22
+ - Updated dependencies [0ba01ef]
23
+ - @atomicfinance/types@3.4.7
24
+ - @atomicfinance/bitcoin-utils@3.4.7
25
+ - @atomicfinance/provider@3.4.7
26
+ - @atomicfinance/utils@3.4.7
27
+
3
28
  ## 3.4.6
4
29
 
5
30
  ### Patch Changes
@@ -8,7 +8,7 @@ export default class BitcoinDlcProvider extends Provider implements Partial<DlcP
8
8
  _network: BitcoinNetwork;
9
9
  _cfdDlcJs: any;
10
10
  constructor(network: BitcoinNetwork, cfdDlcJs?: any);
11
- private CfdLoaded;
11
+ CfdLoaded(): Promise<void>;
12
12
  private GetPrivKeysForInputs;
13
13
  GetCfdNetwork(): Promise<string>;
14
14
  GetInputsForAmount(amounts: bigint[], feeRatePerVb: bigint, fixedInputs?: Input[]): Promise<Input[]>;