aboutsummaryrefslogtreecommitdiff
path: root/tests/functional_tests/p2p.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9740tobtoht2025-03-101-2/+105
|\ | | | | | | 008ba966d blockchain sync: reduce disk writes from 2 to 1 per tx (jeffro256)
| * blockchain sync: reduce disk writes from 2 to 1 per txjeffro2562025-03-101-2/+105
| |
* | tests: Improve p2p tx propagation functional testiamamyth2025-02-131-10/+29
|/ | | | | | | | | Reduce the likelihood of false positive failures in the p2p transaction propagation functional test by waiting up to a maximum timeout for a transaction to propagate, rather than using a fixed timeout, to reflect the random delay of Dandelion++ transaction propagation. This strategy also speeds test execution in cases where propagation occurs faster than the previously expected fixed delay.
* Copyright: Update to 2022mj-xmr2022-03-041-1/+2
|
* functional_tests: add a large (many randomx epochs) p2p reorg testmoneromooo-monero2020-08-271-0/+19
|
* functional_tests: add p2p functional testsmoneromooo-monero2020-08-261-0/+168
Tests tx/block propagation and reorgs