Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced bcoin with bitcoinjs-lib for redemptions #703

Merged
merged 4 commits into from
Oct 3, 2023

Conversation

tomaszslabon
Copy link
Contributor

@tomaszslabon tomaszslabon commented Sep 29, 2023

Refs: #695.
This PR replaces the bcoin library with bitcoinjs-lib for redemptions.

@tomaszslabon tomaszslabon marked this pull request as ready for review September 29, 2023 09:27
@@ -242,6 +256,7 @@ async function getWalletRedemptionRequests(
* - there is at least one redemption
* - the `requestedAmount` in each redemption request is greater than
* the sum of its `txFee` and `treasuryFee`
* @param bitcoinNetwork - The target Bitcoin network (mainnet or testnet).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as in #702 (comment) but non-blocking and we can address it there.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in e202330.

@lukasz-zimnoch lukasz-zimnoch merged commit 241a551 into main Oct 3, 2023
38 checks passed
@lukasz-zimnoch lukasz-zimnoch deleted the redemptions-use-bitcoinjs-lib branch October 3, 2023 13:36
lukasz-zimnoch added a commit that referenced this pull request Oct 10, 2023
lukasz-zimnoch added a commit that referenced this pull request Oct 10, 2023
@lukasz-zimnoch lukasz-zimnoch added this to the typescript/v1.4.0 milestone Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔌 typescript TypeScript library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants