Page MenuHomePhabricator

Remove oversized message detection from log and interface
ClosedPublic

Authored by Fabien on Nov 1 2020, 21:46.

Details

Summary
Test Plan
ninja all check-all

Diff Detail

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

Event Timeline

Fabien requested review of this revision.Nov 1 2020, 21:46
This revision is now accepted and ready to land.Nov 2 2020, 08:49
jasonbcox requested changes to this revision.Nov 2 2020, 22:01
jasonbcox added a subscriber: jasonbcox.
jasonbcox added inline comments.
test/functional/p2p_invalid_messages.py
95 ↗(On Diff #25339)

Our implementation differs a little bit. Shouldn't this debug log assertion stay? It should still be valid. Note that the message differs from the original PR and is not the same message as the Oversized message from... that was removed above.

This revision now requires changes to proceed.Nov 2 2020, 22:01

Revert the message check removal in the test, since we still have it.

This revision is now accepted and ready to land.Nov 3 2020, 02:55