Add Regtest Setup and Tests in CI#43
Merged
thunderbiscuit merged 2 commits intobitcoindevkit:masterfrom Feb 19, 2026
Merged
Conversation
Member
Author
|
The new test here will fail because of a small bug in the latest bdk_kyoto lib, but the fix is here: bitcoindevkit/bdk-ffi#953. You can see that the test passes by bumping bdk_kyoto to |
d545489 to
92f95c6
Compare
Member
Author
|
Note that once I get an ACK on this I'll drop the commit that changes the bdk-ffi submodule as that's not something I intend to merge; I just wanted to show that the CI can pass using this new regtest setup. |
Collaborator
|
This is great! ACK 92f95c6 |
d0085ba to
92f95c6
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR brings in a Regtest Infinity Pro in our CI test workflow and runs a Kyoto sync test using it.
This is done using a new library I've been working on called regtest-toolbox which provides utilities for speaking to a regtest environment easily, including sending coins and mining blocks, which we use here. The test now simply uses the following: