-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
BIP 341: Specify Speedy Trial activation parameters #1081
Conversation
This includes (mistakenly I think) the commit making changes to BIP 8. This PR should only be making changes to BIP 341. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more nits.
57f7ea4
to
0bc3ec5
Compare
It is not mistaken. This PR requires BIP 8 to discuss the minimum activation height. |
Concept ACK. Can you add estimated dates next to the heights? I'd like to see bitcoin/bitcoin#21392 merged and backported before committing to specific heights. Ideally I'd also like to see another client implement the speedy trial mechanism.
|
0bc3ec5
to
f0ea9c2
Compare
Added approximate dates |
c3f2d26
to
3704017
Compare
ACK 3704017 |
3704017
to
1572d1b
Compare
This misses activating BIP342 -- suggest rebasing on #1091 to fix that. |
1572d1b
to
5111f86
Compare
Rebased onto #1091 |
5111f86
to
4c79a18
Compare
Should this be closed now? |
Specifies activation parameters for BIP 341 using the Speedy Trial activation proposal discussed on the bitcoin-dev mailing list.
Testnet parameters were not discussed so I just chose block heights that corresponded to a start time of 2021/04/18 with 3 retarget periods of activation time and an additional 3 retarget periods for the minimum activation height.
Requires #1080 as it uses the
minimum_activation_height
specified there.