Skip to content

Use just cli on _init_regtest_sp doc/tabconf7/justfile recipe#54

Merged
nymius merged 1 commit intobitcoindevkit:masterfrom
nymius:fix/regtest-env
Mar 17, 2026
Merged

Use just cli on _init_regtest_sp doc/tabconf7/justfile recipe#54
nymius merged 1 commit intobitcoindevkit:masterfrom
nymius:fix/regtest-env

Conversation

@nymius
Copy link
Collaborator

@nymius nymius commented Mar 17, 2026

Description

The changes 098edf7 introduced a bug and uncovered the real issue behind the _init_regtest_sp command.

Up to that commit the initialization was using the output from the signet chain set up inside the nix environment. As the environment was built ensuring signet was running, the issue was not evident, until someone tried using it outside of the nix environment.

The 098edf7 changes assumed the command was just referring to the wrong blockchain, and applied a fix along these lines. This change later uncovered other issues.

The simplest fix is to use the agnostic just cli recipe, that only knows about the regtest ports and uses the credentials set up during initialization.

…itcoind regtest

The changes 098edf7 introduced a bug
and uncovered the real issue behind the `_init_regtest_sp` command.

Up to that commit the initialization was using the output from the
signet chain set up inside the nix environment. As the environment was
built ensuring signet was running, the issue was not evident, until
someone tried using it outside of the nix environment.

The 098edf7 changes assumed the command
was just referring to the wrong blockchain, and applied a fix along
these lines. This change later uncovered other issues.

The simplest fix is to use the agnostic `just cli` recipe, that only
knows about the regtest ports and uses the credentials set up during
initialization.
@nymius nymius merged commit 2f28d19 into bitcoindevkit:master Mar 17, 2026
5 checks passed
@nymius nymius deleted the fix/regtest-env branch March 17, 2026 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant