Page MenuHomePhabricator

Update bitcoin-tx to use replay protected signatures
ClosedPublic

Authored by deadalnix on Jul 10 2017, 16:55.

Details

Summary

As per title.

Test Plan

bitcoin-tx is covered in bitcoin-util-test.json , and it's still passing when generating replay protected signatures.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
btctxforkid
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 482
Build 482: arc lint + arc unit

Event Timeline

There is no test affected by this change in default mode of operation?
That would be a lack of a test case somewhere.

There is a test that sign tx and check them, and other that use a specific set of flags. I think this is not ideal, but probably good enough for now.

There is a test that sign tx and check them, and other that use a specific set of flags. I think this is not ideal, but probably good enough for now.

Ok, I opened an issue to add the missing test case - the code looked good to me otherwise.

This revision is now accepted and ready to land.Jul 14 2017, 15:05
This revision was automatically updated to reflect the committed changes.