Page MenuHomePhabricator

Merge #14719: qa: Check specific reject reasons in feature_block
ClosedPublic

Authored by nakihito on Jun 11 2020, 02:20.

Details

Reviewers
Fabien
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rABCbbe97bafe5d5: Merge #14719: qa: Check specific reject reasons in feature_block
Summary

fa7da0617c814aeb06d5c70c4bb8e18c79fb8725 qa: Check specific reject reasons in feature_block (MarcoFalke)

Pull request description:

There are some consensus checks that are essentially turned off because we never send the block, but only the header. It happens that the header was sufficient to determine the invalidity of the block according to our consensus rules in those cases. Fix that by forcing the full block on the node unsolicited.

Tree-SHA512: a5534318370367ea8de07d853de7e845c8f5637cd6d5457e932a9555af26cc212625e443c00c93586d556cc770f301248e7cabd68131a37791ae91706e7e40b2

Backport of Core PR14719

Test Plan
ninja check-extended

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a reviewer: Restricted Owners Package.Jun 11 2020, 02:20

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

Fabien requested changes to this revision.Jun 11 2020, 07:28
Fabien added a subscriber: Fabien.

This is broken. You didn't notice it because the test plan is inadequate.

This revision now requires changes to proceed.Jun 11 2020, 07:28

Fixed test and text plan.

Fabien requested changes to this revision.Jun 12 2020, 06:37

The test plan is still wrong

This revision now requires changes to proceed.Jun 12 2020, 06:37

Actually fixed test plan.

This revision is now accepted and ready to land.Jun 15 2020, 09:09