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

add two new regtest config options #462

Merged
merged 1 commit into from
Apr 17, 2021

Conversation

jcramer
Copy link
Contributor

@jcramer jcramer commented Apr 2, 2021

  • added RegressionTestAnyHost. This allows sync peers from non-local host. This is useful when using docker for regtest setups.

  • added RegressionTestNoReset. This allows user to keep the previous regtest blockchain db instead of deleting after each restart.

  • updated sample-bchd.conf with the 2 new options

  • added ./bchrpc/regtest/tools with instructions on how to perform observation using regtest network and docker

Note: RegressionTestAnyHost and RegressionTestNoReset options are being used to help diagnose issues reported in #461 and #401.

@jcramer jcramer changed the title add two new regtest config options WIP: add two new regtest config options Apr 2, 2021
@jcramer jcramer changed the title WIP: add two new regtest config options add two new regtest config options Apr 3, 2021
* added RegressionTestAnyHost. This allows sync peers from non-local
host. This is useful when using docker for regtest setups.

* added RegressionTestNoReset. This allows user to keep the previous
regtest blockchain db instead of deleting after each restart.

* updated sample-bchd.conf with the 2 new options

* added ./bchrpc/regtest/tools with instructions on how to perform
observation using regtest network and docker
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.

2 participants