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
|
4 years ago |
John Newbery
|
d5800da519
|
[test] Remove final references to mininode
|
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 |
Gleb Naumenko
|
cf1569e074
|
Add addr permission flag enabling non-cached addr sharing
|
4 years ago |
MarcoFalke
|
fab5586122
|
doc: Use precise permission flags where possible
|
4 years ago |
MarcoFalke
|
fa0540cd46
|
net: Extract download permission from noban
|
4 years ago |
MarcoFalke
|
fac6ef4fb2
|
test: Add test for no net permission
|
4 years ago |
MarcoFalke
|
fa488f131f
|
scripted-diff: Bump copyright headers
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
|
5 years ago |
MarcoFalke
|
facb71576c
|
net: Remove forcerelay of rejected txs
|
5 years ago |
MarcoFalke
|
aaaae4d0eb
|
test: Add p2p test for forcerelay permission
|
5 years ago |
MarcoFalke
|
fa6b57bcaa
|
test: Fix whitespace in p2p_permissions.py
|
5 years ago |
MarcoFalke
|
aaaaad6ac9
|
scripted-diff: Bump copyright of files changed in 2019
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
|
5 years ago |
nicolas.dorier
|
3b05f0f70f
|
Reformat p2p_permissions.py
|
5 years ago |
nicolas.dorier
|
ce7eac3cb0
|
[Fix] The default whitelistrelay should be true
|
5 years ago |
nicolas.dorier
|
c5b404e8f1
|
Add functional tests for flexible whitebind/list
|
5 years ago |