Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2020-08-26 | test: Update wait_until usage in tests not to use the one from utils | Seleme Topuz | |
Replace "wait_until()" usage from utils, with the ones from BitcoinTestFramework and P2PInterface. closes #19080 | |||
2020-08-21 | test: resort imports | John Newbery | |
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-06-06 | Add functional test for P2P eviction logic of inbound peers | Martin Zumsande | |