feat(regtest): add configuration option for cdk host #1736

Open
TheMhv wants to merge 2 commits from TheMhv/feat/regtest-server-config into main
TheMhv commented 2026-03-17 15:03:18 +00:00 (Migrated from github.com)

Description

While i been trying to use a regtest cdk mint in another machine inside my local network, i reach that the host is not configurable in regtest default build. I changed this.


Notes to the reviewers

Added a new argument for misc/interactive_regtest_mprocs.sh for CDK mints host setup, that will be "127.0.0.1" as default.
Added this new argument on justfile too.


Suggested CHANGELOG Updates

CHANGED

  • misc/interactive_regtest_mprocs.sh
  • justfile

ADDED

REMOVED

FIXED


Checklist

### Description <!-- Describe the purpose of this PR, what's being adding and/or fixed --> While i been trying to use a regtest cdk mint in another machine inside my local network, i reach that the host is not configurable in regtest default build. I changed this. ----- ### Notes to the reviewers <!-- In this section you can include notes directed to the reviewers, like explaining why some parts of the PR were done in a specific way --> Added a new argument for `misc/interactive_regtest_mprocs.sh` for CDK mints host setup, that will be "127.0.0.1" as default. Added this new argument on justfile too. ----- ### Suggested [CHANGELOG](https://github.com/cashubtc/cdk/blob/main/CHANGELOG.md) Updates <!-- Please do not edit the actual changelog but note what you changed here. --> #### CHANGED - `misc/interactive_regtest_mprocs.sh` - `justfile` #### ADDED #### REMOVED #### FIXED ---- ### Checklist * [x] I followed the [code style guidelines](https://github.com/cashubtc/cdk/blob/main/CODE_STYLE.md) * [x] I ran `just final-check` before committing
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin TheMhv/feat/regtest-server-config:TheMhv/feat/regtest-server-config
git switch TheMhv/feat/regtest-server-config

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff TheMhv/feat/regtest-server-config
git switch TheMhv/feat/regtest-server-config
git rebase main
git switch main
git merge --ff-only TheMhv/feat/regtest-server-config
git switch TheMhv/feat/regtest-server-config
git rebase main
git switch main
git merge --no-ff TheMhv/feat/regtest-server-config
git switch main
git merge --squash TheMhv/feat/regtest-server-config
git switch main
git merge --ff-only TheMhv/feat/regtest-server-config
git switch main
git merge TheMhv/feat/regtest-server-config
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cashubtc/cdk!1736
No description provided.