Bugfix: chainparams: Add missing (always enabled) Taproot deployment for Signet#20157
Merged
maflcko merged 1 commit intobitcoin:masterfrom Oct 21, 2020
Merged
Bugfix: chainparams: Add missing (always enabled) Taproot deployment for Signet#20157maflcko merged 1 commit intobitcoin:masterfrom
maflcko merged 1 commit intobitcoin:masterfrom
Conversation
Member
|
How is this bug observable? |
Member
Author
|
I didn't try, but in theory the deployment params are going to be uninitialized and could be anything? |
maflcko
reviewed
Oct 15, 2020
Contributor
|
taproot is already activated on global(?) signet? how to activate manually on my own custom signet? |
cb2bf18 to
b645e99
Compare
b645e99 to
2d5793c
Compare
Contributor
|
utACK 2d5793c |
Member
|
@kallewoof @ajtowns are you ok with having taproot always active on signet? @luke-jr Can you update the PR title as it's no longer disabled. |
Contributor
Yep! |
Member
|
review ACK 2d5793c |
Member
|
Master: |
Member
|
Checked that this pull fixes the uninitialized read and also prints: |
sidhujag
pushed a commit
to syscoin/syscoin
that referenced
this pull request
Oct 21, 2020
…) Taproot deployment for Signet 2d5793c Bugfix: chainparams: Add missing (disabled) Taproot deployment for Signet (Luke Dashjr) Pull request description: Is there a way we can trigger compiler warnings if a deployment is undefined? ACKs for top commit: decryp2kanon: utACK 2d5793c MarcoFalke: review ACK 2d5793c Tree-SHA512: 135cefae0f8dc552b0f682c2b87cabca7a4716290a36410a55968850e803a5049234e3cc597c8ef8d7917ae5d5ea3fb851e160df171b6793114c6bc01c5ea3e7
Merged
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Is there a way we can trigger compiler warnings if a deployment is undefined?