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

Update Regtest Specific Params #676

Closed
wants to merge 5 commits into from

Commits on Jan 31, 2019

  1. networks: update regtest params

    tuxcanfly authored and Mark Tyneway committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    187f015 View commit details
    Browse the repository at this point in the history
  2. networks: always activate segwit for regtest

    tuxcanfly authored and Mark Tyneway committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    d9529b2 View commit details
    Browse the repository at this point in the history
  3. networks: restore regtest ports

    tuxcanfly authored and Mark Tyneway committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    36f8c1a View commit details
    Browse the repository at this point in the history
  4. bugfix: regtest segwit start time 0

    The deployments are written to and read
    from a database and the start time is
    a U32. Changing the value to -1 will cause
    the value to be read incorrectly and cause
    the tests to fail.
    Mark Tyneway committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    b30881d View commit details
    Browse the repository at this point in the history
  5. blockchain: always enable segwit for regtest

    braydonf authored and Mark Tyneway committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    b016cb0 View commit details
    Browse the repository at this point in the history