Blocksign: Enter emergency mode when invalid blocks have a valid proof - #324
Closed
jtimon wants to merge 3 commits into
Closed
Blocksign: Enter emergency mode when invalid blocks have a valid proof#324jtimon wants to merge 3 commits into
jtimon wants to merge 3 commits into
Conversation
jtimon
force-pushed
the
e14-emergency-mode-invalid-blocks
branch
from
March 27, 2018 05:47
639c891 to
faa6cf7
Compare
jtimon
force-pushed
the
e14-emergency-mode-invalid-blocks
branch
from
August 11, 2018 02:59
faa6cf7 to
2f9ebe0
Compare
Contributor
Author
|
Needed rebase. |
jtimon
force-pushed
the
e14-emergency-mode-invalid-blocks
branch
from
August 13, 2018 18:24
2f9ebe0 to
72a87bd
Compare
jtimon
force-pushed
the
e14-emergency-mode-invalid-blocks
branch
from
September 7, 2018 21:14
72a87bd to
e913a8d
Compare
Contributor
Author
|
Needed rebase |
Contributor
tomt1664
pushed a commit
that referenced
this pull request
Aug 31, 2026
abede47eb8 Merge BlockstreamResearch/simplicity#324: Bitcoin Application for Simplicity eae2b6f2fd misc: minor changes from #324 review b2b8577164 cmake: add cmr and bitcoin/cmr to build df01c33990 Add basic CMake build support for libBitcoinSimplicity 4924ea7c6c Implementation of cmr.c for bitcoin 9782370700 Implementation of exec.c for bitcoin 512feba872 Add SIMPLICITY_FALLTHROUGH macro and enable -Wimplicit-fallthrough in CI git-subtree-dir: src/simplicity git-subtree-split: abede47eb835f5d39568cc705cefe5bf9e6ee769
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.
If the block.scriptPubKey (aka proof.challenge) is OP_RETURN (the default for regtest-like chains), then the node doesn't enter emergency mode.
Dependencies: