-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: get inputs for dual funding (#149)
* feat: get inputs for dual funding * docs: add changeset for getInputsForDualFunding * fix: cetLocktime must be before refundlocktime test
- Loading branch information
1 parent
bc615a5
commit 9781efe
Showing
21 changed files
with
385 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
'@atomicfinance/bitcoin-dlc-provider': patch | ||
'@atomicfinance/bitcoin-js-wallet-provider': patch | ||
'@atomicfinance/bitcoin-utils': patch | ||
'@atomicfinance/bitcoin-wallet-provider': patch | ||
'@atomicfinance/client': patch | ||
'@atomicfinance/types': patch | ||
'@atomicfinance/bitcoin-cfd-provider': patch | ||
'@atomicfinance/bitcoin-esplora-api-provider': patch | ||
'@atomicfinance/bitcoin-esplora-batch-api-provider': patch | ||
'@atomicfinance/bitcoin-node-wallet-provider': patch | ||
'@atomicfinance/bitcoin-rpc-provider': patch | ||
'@atomicfinance/crypto': patch | ||
'@atomicfinance/errors': patch | ||
'@atomicfinance/jsonrpc-provider': patch | ||
'@atomicfinance/node-provider': patch | ||
'@atomicfinance/provider': patch | ||
'@atomicfinance/utils': patch | ||
--- | ||
|
||
Add getInputsForDualFunding functionality and bump @node-dlc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.