-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add support for "Regtest" BTC network #713
Conversation
size-limit report 📦
|
@dskloetd @peterpeterparker please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In few JS docs it's mentionned "(mainnet
or testnet
)" or "Tesnet or mainnet", should those comment be enhanced as well maybe?
Which docs? IGNORE, I found it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thx
# Motivation I want to use `"regtest"` from `BitcoinNetwork` type. The new entry was added in dfinity/ic-js#713 and it hasn't been published in any version but next yet. # Changes * Upgrade ckbtc to `3.0.0-next-2024-09-09` # Tests I checked that the new entry is accessible in node_modules.
Motivation
We want to use Regtest for local development in Oisy, but at the moment, this network is not supported in the
BitcoinNetwork
.Changes
"regtest"
as supported BitcoinNetwork and change the mapper to support the new value.Tests
No new functionality.
Todos