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: btcsuite/btcd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.23.2
Choose a base ref
...
head repository: btcsuite/btcd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.23.3
Choose a head ref
  • 15 commits
  • 20 files changed
  • 4 contributors

Commits on Oct 10, 2022

  1. Fixed ban bug that doesn't print numTxns

    (cherry picked from commit 11c8d11)
    David Vennik authored and jcvernaleo committed Oct 10, 2022
    1 Configuration menu
    Copy the full SHA
    e563459 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. btcec/schnorr/musig2: update musig2 impl to version 0.7.0

    The two _concrete_ changes between version 0.4.0 (where we are before
    this commit), and version 0.7.0 are:
    
      1. Variable length messages are now allowed, this comes with a new 8
         byte prefix for the messages.
    
         * Our implementation was already using a `[]byte` for the
           message/hash, so no extra API changes are needed here.
    
      2. The serialization for a blank message and a normal message (for
         nonce gen) is now distinct. A single byte is added (either 0 or 1)
         to indicate if a message was passed into nonce generation.
    Roasbeef committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    a34e777 View commit details
    Browse the repository at this point in the history
  2. btcec/schnorr/musig2: update to musig 1.0.0

    The major change in musig 1.0.0 is that plain public keys are used as
    input to key aggregation.
    Roasbeef committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    1567f20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d9f448 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e55273 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc12483 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca28a98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d895bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    323871f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. btcec/schnorr/musig2: always pass in priv key for early nonce gen

    This helps mitigate an issue discovered in musig2 under certain
    scenarios:
    https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-October/021000.html.
    Roasbeef committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    eef9fbc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1894 from Roasbeef/musig2-1-0

    btcec/schnorr/musig2: update to musig 1.0.0
    Roasbeef authored Oct 25, 2022
    1 Configuration menu
    Copy the full SHA
    2cc1908 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    6a03eb3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1907 from ellemouton/bumpWithnessItemPerInputMax

    wire: increase max witness items per input
    guggero authored Nov 1, 2022
    1 Configuration menu
    Copy the full SHA
    acb7313 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f0ae90 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1908 from guggero/v0-23-3-branch

    build: bump version to v0.23.3
    guggero authored Nov 1, 2022
    1 Configuration menu
    Copy the full SHA
    1d767de View commit details
    Browse the repository at this point in the history
Loading