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
2021-05-31
Merge bitcoin/bitcoin#21989: test: Use COINBASE_MATURITY in functional tests
MarcoFalke
2021-05-31
Use COINBASE_MATURITY constant in functional tests.
Kiminuo
2021-05-23
test: addpeeraddress functional test coverage
Jon Atack
2021-05-19
test: improve getnodeaddresses coverage, test by network
Jon Atack
2021-04-07
rpc: add network field to rpc getnodeaddresses
Jon Atack
2021-03-01
net: Do not skip the I2P network from GetNetworkNames()
Vasil Dimov
2021-02-15
Merge #20965: net, rpc: return NET_UNROUTABLE as not_publicly_routable, auto...
MarcoFalke
2021-02-02
rpc: use GetNetworkNames() in getnetworkinfo and getpeerinfo helps
Jon Atack
2021-01-27
Use MiniWallet in rpc_net.py
Andrew Chow
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-11-04
test: Fix intermittent rpc_net issue
MarcoFalke
2020-10-28
[tests] Remove getnettotals/getpeerinfo consistency test
John Newbery
2020-10-27
[test] Clarify setup of node topology.
Amiti Uttarwar
2020-10-27
[move-only, test]: Match test order with run order
Amiti Uttarwar
2020-10-21
test: Fix rpc_net intermittent issue
MarcoFalke
2020-10-20
scripted-diff: test: Replace uses of (dis)?connect_nodes global
Prayank
2020-09-21
[rpc] Add connection type to getpeerinfo RPC, update tests
Amiti Uttarwar
2020-09-04
Merge #19405: rpc, cli: add network in/out connections to `getnetworkinfo` an...
Wladimir J. van der Laan
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-24
Add in/out connections to rpc getnetworkinfo
Jon Atack
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