Page MenuHomePhabricator

[standardness] activate SCRIPT_VERIFY_INPUT_SIGCHECKS in next upgrade
ClosedPublic

Authored by markblundeberg on Feb 8 2020, 09:30.

Details

Summary

Just as a standardness rule, limit the per-input sigchecks.

https://github.com/bitcoincashorg/bitcoincash.org/pull/443

Test Plan

ninja check-extended check-upgrade-activated-extended

Rerun ninja check-all with cmake .. -DBUILD_BITCOIN_WALLET=OFF.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
stdsigchecks
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 9462
Build 16842: Default Diff Build & Tests
Build 16841: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Feb 9 2020, 01:23
markblundeberg edited the summary of this revision. (Show Details)

update after D5130 landing, now the mempool is reprocessed on upgrade so this has no dependencies.

update test to work with nowallet build