Sebastian Falbesoner
5b77f8098d
test: add p2p_lock acquires in p2p_leak_tx.py
4 years ago
Sebastian Falbesoner
cc8c6823b4
test: use MiniWallet for p2p_leak_tx.py
...
This test can now be run even with the Bitcoin Core wallet disabled.
4 years ago
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-
4 years ago
Sebastian Falbesoner
eeaaa58d2c
test: replace inv type magic numbers by constants
5 years ago
MarcoFalke
fa488f131f
scripted-diff: Bump copyright headers
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
5 years ago
Jon Atack
6112a20982
test: replace (send_message + sync_with_ping) with send_and_ping
5 years ago
MarcoFalke
fa78a2fc67
[tests] Test that nodes respond to getdata with notfound
...
If a node has not announced a tx at all, then it should respond to
getdata messages for that tx with notfound, to avoid leaking tx
origination privacy.
6 years ago