Dry run only for now.
Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING919980f616e5: [avalanche] Process AvalancheResponse
rABC919980f616e5: [avalanche] Process AvalancheResponse
Updated unit tests to do several poll/response cycles.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/net_processing.cpp | ||
---|---|---|
3431 ↗ | (On Diff #18737) | Consider using an intermediate variable for this value and using it in both places. |
3454 ↗ | (On Diff #18737) | I guess not relevant to this diff, but this misbehavior case clearly isn't tested. |
3505 ↗ | (On Diff #18737) | s/verctor/vector |
3518 ↗ | (On Diff #18737) | You added two new ban cases. Test for them. |
src/net_processing.cpp | ||
---|---|---|
3431 ↗ | (On Diff #18737) | Do you ever expect strCommand to be both equal to NetMsgType::AVAPOLL and NetMsgType::AVARESPONSE at the same time? |
src/net_processing.cpp | ||
---|---|---|
3431 ↗ | (On Diff #18737) | Reread my latest comment ^^:
But I'm not going to block this patch on this any longer. |