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 #4

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

Signet #4

wants to merge 18 commits into from

Commits on Mar 6, 2020

  1. add witness commitment section support to primitive/block

    This also moves GetWitnessCommitmentIndex out of validation.cpp into CBlock, with 3 lines affected (GetWitnessCommitmentIndex(block) -> block.GetWitnessCommitmentIndex()).
    kallewoof committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    aeb3cd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68cd95a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dff9e48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b90cfc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82e69c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eacb998 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6de22e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    088a525 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    56a373c View commit details
    Browse the repository at this point in the history
  10. rpc: add signblock command

    kallewoof committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    c4cad20 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3a8073f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    81b69ab View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a7d76a5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    055047c View commit details
    Browse the repository at this point in the history
  15. test: add signet mining tests

    Also adds a condition to test initialization code to not generate blocks for signet chains.
    kallewoof committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    37269b1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    50c839e View commit details
    Browse the repository at this point in the history
  17. signet: hard-coded parameters for Signet Global Network IV (2020-03-05)

    Running with -signet without any other parameters will use this network's parameters.
    kallewoof committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    5dc6414 View commit details
    Browse the repository at this point in the history
  18. 1 Configuration menu
    Copy the full SHA
    89e4024 View commit details
    Browse the repository at this point in the history