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

signet: temp pr for reviewing #11

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

signet: temp pr for reviewing #11

wants to merge 15 commits into from

Commits on Jul 31, 2020

  1. Configuration menu
    Copy the full SHA
    e26aa94 View commit details
    Browse the repository at this point in the history
  2. add signet basic support (signet.cpp)

    Co-authored by: Anthony Towns <[email protected]>
    kallewoof committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    9c5e747 View commit details
    Browse the repository at this point in the history
  3. add signet chain and accompanying parameters

    Co-authored by: Anthony Towns <[email protected]>
    kallewoof committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    e682df9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b090db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c11f9cf View commit details
    Browse the repository at this point in the history
  6. add signet info to GBT

    ajtowns authored and kallewoof committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    2f021b1 View commit details
    Browse the repository at this point in the history
  7. generate signet block

    ajtowns authored and kallewoof committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    fca1c24 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24d0e80 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    390cd4c View commit details
    Browse the repository at this point in the history
  10. test: add signet mining tests

    Also adds a condition to test initialization code to not generate blocks for signet chains.
    kallewoof committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    c842de8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cbf2ee4 View commit details
    Browse the repository at this point in the history
  12. util_tests.cpp: update hashes for hard coded chain merge

    New hashes and reasons:
    
    4645298a210e40fd8dfacc2b470be96a186f0ff2ebab328953cfe1ce866e55cf:
    
    - Invalid combination of -regtest, -testnet and -chain. Can use at most one.
    + Invalid combination of -regtest, -testnet, -signet and -chain. Can use at most one.
    
    d1e436c1cd510d0ec44d5205d4b4e3bee6387d316e0075c58206cb16603f3d82:
    
    + net=signet and signet related options
    kallewoof committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    972b5e2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d1ecc95 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    4267d7b View commit details
    Browse the repository at this point in the history
  2. f'rm mining_signet

    kallewoof committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    cf7148a View commit details
    Browse the repository at this point in the history