Page MenuHomePhabricator

Add a context for running the p2p_tx_download test
ClosedPublic

Authored by Fabien on May 25 2021, 12:34.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC47e71e41159e: Add a context for running the p2p_tx_download test
Summary

Since transactions and proof relaying will have very close features,
most of the tests can be used for testing boths. This diff creates a
context object which will contain all the tx/proof only elements so the
tests can be used against both kind of inventory while keeping the logic
unchanged. As a first step, the networking constants are added to the
context. More will be added later until completion.

Test Plan
./test/functional/test_runner.py p2p_tx_download

Diff Detail

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