Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove FindAndDelete and disable OP_CODESEPARATOR #1458
Conversation
daira
and others
added some commits
Sep 26, 2016
str4d
added
SECURITY
review needed
labels
Sep 30, 2016
str4d
added this to the 1.0.0-beta2 - audit mitigations and critical bug fixes milestone
Sep 30, 2016
This comment has been minimized.
This comment has been minimized.
Ideally we would have tests to check that OP_CODESEPARATOR is a disabled operation, and that it is included in the input to a sighash. However, IMHO that doesn't need to block this PR; please file another ticket to add those tests. utACK. |
daira
referenced this pull request
Oct 2, 2016
Closed
Specify changes related to OP_CODESEPARATOR #85
This comment has been minimized.
This comment has been minimized.
test_bitcoin fails:
|
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
Also in script_tests, uncomment the #ifdef to regenerate test data for transaction_tests. |
This comment has been minimized.
This comment has been minimized.
@ebfull that doesn't match the existing semantics for disabled opcodes (e.g. OP_LSHIFT). IIRC we decided to disable instead of removing to avoid issues with anything that assumed that opcode was for |
str4d
assigned
str4d and
bitcartel
and unassigned
str4d
Oct 3, 2016
This comment has been minimized.
This comment has been minimized.
@str4d Action items from earlier were: move test from invalid to valid, document why it is being moved and then ping Coinspect. |
This comment has been minimized.
This comment has been minimized.
I've done the first two locally, pushing now |
This comment has been minimized.
This comment has been minimized.
@str4d I have sent a message to @SergioDemianLerner regarding the test that failed. Will wait for feedback before merging. |
This comment has been minimized.
This comment has been minimized.
@ebfull does your thumb-up mean you're happy with leaving |
This comment has been minimized.
This comment has been minimized.
daira
removed
the
review needed
label
Oct 4, 2016
This comment has been minimized.
This comment has been minimized.
ACK a4f2555 |
This comment has been minimized.
This comment has been minimized.
I'm reviewing now. I'll need 30 minutes. |
This comment has been minimized.
This comment has been minimized.
No problem found. |
This comment has been minimized.
This comment has been minimized.
Excellent! Thank you @SergioDemianLerner. I'm happy to merge this. |
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
@zkbot force |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
@zkbot r- |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
@zkbot r+ |
This comment has been minimized.
This comment has been minimized.
|
pushed a commit
that referenced
this pull request
Oct 5, 2016
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@zkbot r+ |
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
|
str4d commentedSep 30, 2016
Closes #1386