index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
rpc_net.py
Age
Commit message (
Expand
)
Author
2020-08-26
test: Update wait_until usage in tests not to use the one from utils
Seleme Topuz
2020-08-26
Merge #19760: test: Remove confusing mininode terminology
fanquake
2020-08-21
test: resort imports
John Newbery
2020-08-21
scripted-diff: Rename mininode to p2p
John Newbery
2020-08-15
test: rpc_net.py logging and test naming improvements
Jon Atack
2020-08-15
test: getpeerinfo last_block and last_transaction tests
Jon Atack
2020-08-12
Merge #19696: rpc: Fix addnode remove command error
Wladimir J. van der Laan
2020-08-12
[net] Add addpeeraddress RPC method
John Newbery
2020-08-12
[test] Test that getnodeaddresses() can return all known addresses
John Newbery
2020-08-11
rpc: Improve addnode remove command error message
Fabian Jahr
2020-07-22
test: Add test coverage for -networkactive option
Hennadii Stepanov
2020-06-19
net: Avoid wasting inv traffic during IBD
MarcoFalke
2020-05-29
rpc: Remove special case for unknown service flags
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-09-30
Merge #16987: test: Correct docstring param name.
MarcoFalke
2019-09-30
qa: Fix service flag comparison check in rpc_net test
Luke Dashjr
2019-09-30
Correct docstring param name.
John Bampton
2019-09-17
scripted-diff: test: Replace connect_nodes_bi with connect_nodes
MarcoFalke
2019-09-17
test: Use connect_nodes when connecting nodes in the test_framework
MarcoFalke
2019-09-11
tests: rename 'test_getnetworkinginfo' in 'test_getnetworkinfo'
darosior
2019-09-11
tests: add a test for the 'servicesnames' RPC field
darosior
2019-01-01
test: Fix rpc_net.py "pong" race condition
Ben Woosley
2018-11-13
rpc: Correctly name arguments
Jon Layton
2018-09-17
[rpc] Add getnodeaddresses RPC command
chris-belcher
2018-08-27
Report minfeefilter value in getpeerinfo rpc
Anthony Towns
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-03-28
[tests] Fix intermittent rpc_net.py failure.
John Newbery
2018-03-15
test: Use wait_until in tests where time was used for polling
Ben Woosley
2018-02-26
test: Use wait_until to ensure ping goes out
Ben Woosley
2018-01-25
[tests] Rename rpc_* functional tests.
Anthony Towns