Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bitcoin/bitcoin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: kallewoof/bitcoin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: signet
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 40 files changed
  • 1 contributor

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
Loading