Page MenuHomePhabricator

Adding test case for SINGLE|ANYONECANPAY hash type in tx_valid.json
ClosedPublic

Authored by fpelliccioni on Sep 12 2019, 20:52.

Details

Summary

We are missing a test vector for SINGLE|ANYONECANPAY inside of tx_valid.json. This addresses the issue #12060

Backport of Bitcoin Core PR12082
https://github.com/bitcoin/bitcoin/pull/12082

Test Plan
make check-all

Diff Detail

Repository
rABC Bitcoin ABC
Branch
feature-backport-0910cbe4e
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 7436
Build 12915: Bitcoin ABC Buildbot (legacy)
Build 12914: arc lint + arc unit

Event Timeline

check-all is unnecessary in that case. If you use cmake, I strongly advise you use ninja instead of make and it is way faster.

This revision is now accepted and ready to land.Sep 13 2019, 08:18

check-all is unnecessary in that case. If you use cmake, I strongly advise you use ninja instead of make and it is way faster.

Thanks for the advice!