Closed
Conversation
a1f476f to
a32c20d
Compare
7a2b96c to
85c3e9e
Compare
This was referenced Jan 12, 2024
aa952cb to
d5d9695
Compare
a32c20d to
26bf4db
Compare
d5d9695 to
2a9f7d1
Compare
26bf4db to
e2ec1e6
Compare
2a9f7d1 to
d4d3dad
Compare
e2ec1e6 to
aa37769
Compare
d4d3dad to
f00b310
Compare
aa37769 to
639de78
Compare
f00b310 to
3bb4604
Compare
639de78 to
a10a334
Compare
3bb4604 to
cfbdf2b
Compare
This reverts commit 6eb5e14c773a0c8140d2ae07bb371688a8d9669d.
This reverts commit eb51cd2497a72be7cc2572cc56c1ba68fc7873bd.
4226418 to
345e112
Compare
345e112 to
f167acf
Compare
3b5c5d4 to
f167acf
Compare
This was referenced Jan 22, 2024
Closed
Owner
Author
|
This is now included in https://github.com/Sjors/bitcoin/tree/2024/02/sv2-poll-ellswift |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements stratum-mining/sv2-spec#66.
Matching SRI pull request: stratum-mining/stratum#737
This changes the handshake in two ways:
ellswift_ecdh_xonlyBoth are defined in BIP324
It does not change (x-only) public encoding in the certificate.
The main implementation is in commit "Use EllSwift for handshake pubkeys and ECDH". The two revert commits allow dropping their corresponding commits in bitcoin#28983