Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-26 | test: use explicit p2p objects where available | Oliver Gugger | |
To make the intent of the tests easier to understand, we reference the p2p connection objects by their explicit names instead of the p2ps array. | |||
2020-08-21 | scripted-diff: Rename mininode to p2p | John Newbery | |
-BEGIN VERIFY SCRIPT- sed -i 's/\.mininode/\.p2p/g' $(git grep -l "mininode") git mv test/functional/test_framework/mininode.py test/functional/test_framework/p2p.py -END VERIFY SCRIPT- | |||
2020-05-23 | test: Remove global wait_until from p2p_getdata | MarcoFalke | |
2020-05-23 | test: pep-8 p2p_getdata.py | MarcoFalke | |
2020-04-29 | [test] test that an invalid GETDATA doesn't prevent processing of future ↵ | Amiti Uttarwar | |
messages Co-Authored-By: John Newbery <john@johnnewbery.com> |