-
Notifications
You must be signed in to change notification settings - Fork 37.3k
Speedy trial activation parameters for Taproot #21686
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
Conversation
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.
Concept NACK. Devs have no authority to make consensus changes against community consensus.
ACK 7e69b2f these match the BIP |
Maybe include the (expected) dates as comments? That's been done in the past, see #8937. ACK otherwise. |
7e69b2f
to
96608b1
Compare
Done. |
96608b1
to
f979b32
Compare
reack f979b32 |
utACK f979b32 As per: #21377 (comment) |
ACK f979b32 |
Note that luke-jr is on the record as committing to NACK lot=false proposals in general, in accordance with his list post on the topic:
|
"needs backport" (obviously) |
ACK f979b32 |
ACK f979b32 |
ACK f979b32 Fancy PGP signature-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 ACK f979b32 iQIzBAEBCAAdFiEE7ZvfetalXiMuhFJCV/+b28wwEAkFAmB37eMACgkQV/+b28ww |
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.
utACK f979b32 verified with the BIP draft
>> Time.at(1619222400).to_time.utc
=> 2021-04-24 00:00:00 UTC
>> Time.at(1628640000).to_time.utc
=> 2021-08-11 00:00:00 UTC
ACK f979b32 |
Github-Pull: bitcoin#21686 Rebased-From: f979b32
ACK f979b32 |
Github-Pull: bitcoin#21686 Rebased-From: f979b32
ACK f979b32 |
Being backported in #21701. |
Github-Pull: bitcoin#21686 Rebased-From: f979b32
cbd64c3 Add mainnet and testnet taproot activation params (Andrew Chow) ec78243 chainparams: drop versionbits threshold to 90% for mainnnet and signet (Anthony Towns) 6003573 versionbits: simplify state transitions (Anthony Towns) 3acf037 versionbits: Add explicit NEVER_ACTIVE deployments (Anthony Towns) b529222 fuzz: test versionbits delayed activation (Anthony Towns) 71917e0 tests: test versionbits delayed activation (Anthony Towns) 4cab84c versionbits: Add support for delayed activation (Anthony Towns) f9517e6 tests: clean up versionbits test (Anthony Towns) 1c01645 tests: test ComputeBlockVersion for all deployments (Anthony Towns) 2e9e7f4 tests: pull ComputeBlockVersion test into its own function (Anthony Towns) Pull request description: Backport of #21377 and #21686 ACKs for top commit: instagibbs: cherry-pick ACK cbd64c3 jnewbery: ACK cbd64c3 Sjors: tACK cbd64c3 MarcoFalke: cherry-pick-only ACK cbd64c3 🌾 Tree-SHA512: e9efb0ca9986d685161bcba5ed43efdc5f1dca88322cf65faccf17009b567c2d930c2aba4d1541539fc65347574ed4faa3d4558b907c779d1c128b3d2c681f31
Adds the activation parameters for taproot as specified in bitcoin/bips#1104