MarcoFalke
|
fa0074e2d8
|
scripted-diff: Bump copyright headers
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
|
2020-12-31 09:45:41 +01:00 |
|
Seleme Topuz
|
1343c86c7c
|
test: Update wait_until usage in tests not to use the one from utils
Replace "wait_until()" usage from utils, with the ones from BitcoinTestFramework and P2PInterface.
closes #19080
|
2020-08-26 18:01:59 +02:00 |
|
John Newbery
|
5e8df3312e
|
test: resort imports
|
2020-08-21 15:53:59 +01:00 |
|
John Newbery
|
85165d4332
|
scripted-diff: Rename mininode to p2p
-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-08-21 15:52:20 +01:00 |
|
Martin Zumsande
|
45eff751c6
|
Add functional test for P2P eviction logic of inbound peers
|
2020-06-06 22:30:29 +02:00 |
|