-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Comparing changes
Open a pull request
base repository: btcsuite/btcd
base: v0.23.2
head repository: btcsuite/btcd
compare: v0.23.3
- 15 commits
- 20 files changed
- 4 contributors
Commits on Oct 10, 2022
-
Fixed ban bug that doesn't print numTxns
(cherry picked from commit 11c8d11)
1Configuration menu - View commit details
-
Copy full SHA for e563459 - Browse repository at this point
Copy the full SHA e563459View commit details
Commits on Oct 21, 2022
-
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.Configuration menu - View commit details
-
Copy full SHA for a34e777 - Browse repository at this point
Copy the full SHA a34e777View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1567f20 - Browse repository at this point
Copy the full SHA 1567f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d9f448 - Browse repository at this point
Copy the full SHA 3d9f448View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e55273 - Browse repository at this point
Copy the full SHA 4e55273View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc12483 - Browse repository at this point
Copy the full SHA cc12483View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca28a98 - Browse repository at this point
Copy the full SHA ca28a98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d895bb - Browse repository at this point
Copy the full SHA 5d895bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 323871f - Browse repository at this point
Copy the full SHA 323871fView commit details
Commits on Oct 25, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for eef9fbc - Browse repository at this point
Copy the full SHA eef9fbcView commit details -
Merge pull request #1894 from Roasbeef/musig2-1-0
btcec/schnorr/musig2: update to musig 1.0.0
1Configuration menu - View commit details
-
Copy full SHA for 2cc1908 - Browse repository at this point
Copy the full SHA 2cc1908View commit details
Commits on Nov 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6a03eb3 - Browse repository at this point
Copy the full SHA 6a03eb3View commit details -
Merge pull request #1907 from ellemouton/bumpWithnessItemPerInputMax
wire: increase max witness items per input
1Configuration menu - View commit details
-
Copy full SHA for acb7313 - Browse repository at this point
Copy the full SHA acb7313View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f0ae90 - Browse repository at this point
Copy the full SHA 4f0ae90View commit details -
Merge pull request #1908 from guggero/v0-23-3-branch
build: bump version to v0.23.3
1Configuration menu - View commit details
-
Copy full SHA for 1d767de - Browse repository at this point
Copy the full SHA 1d767deView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.23.2...v0.23.3