aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_net.py
AgeCommit message (Expand)Author
2021-05-31Merge bitcoin/bitcoin#21989: test: Use COINBASE_MATURITY in functional testsMarcoFalke
2021-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2021-05-23test: addpeeraddress functional test coverageJon Atack
2021-05-19test: improve getnodeaddresses coverage, test by networkJon Atack
2021-04-07rpc: add network field to rpc getnodeaddressesJon Atack
2021-03-01net: Do not skip the I2P network from GetNetworkNames()Vasil Dimov
2021-02-15Merge #20965: net, rpc: return NET_UNROUTABLE as not_publicly_routable, auto...MarcoFalke
2021-02-02rpc: use GetNetworkNames() in getnetworkinfo and getpeerinfo helpsJon Atack
2021-01-27Use MiniWallet in rpc_net.pyAndrew Chow
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-11-04test: Fix intermittent rpc_net issueMarcoFalke
2020-10-28[tests] Remove getnettotals/getpeerinfo consistency testJohn Newbery
2020-10-27[test] Clarify setup of node topology.Amiti Uttarwar
2020-10-27[move-only, test]: Match test order with run orderAmiti Uttarwar
2020-10-21test: Fix rpc_net intermittent issueMarcoFalke
2020-10-20scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank
2020-09-21[rpc] Add connection type to getpeerinfo RPC, update testsAmiti Uttarwar
2020-09-04Merge #19405: rpc, cli: add network in/out connections to `getnetworkinfo` an...Wladimir J. van der Laan
2020-08-26test: Update wait_until usage in tests not to use the one from utilsSeleme Topuz
2020-08-26Merge #19760: test: Remove confusing mininode terminologyfanquake
2020-08-24Add in/out connections to rpc getnetworkinfoJon Atack
2020-08-21test: resort importsJohn Newbery
2020-08-21scripted-diff: Rename mininode to p2pJohn Newbery
2020-08-15test: rpc_net.py logging and test naming improvementsJon Atack
2020-08-15test: getpeerinfo last_block and last_transaction testsJon Atack
2020-08-12Merge #19696: rpc: Fix addnode remove command errorWladimir J. van der Laan
2020-08-12[net] Add addpeeraddress RPC methodJohn Newbery
2020-08-12[test] Test that getnodeaddresses() can return all known addressesJohn Newbery
2020-08-11rpc: Improve addnode remove command error messageFabian Jahr
2020-07-22test: Add test coverage for -networkactive optionHennadii Stepanov
2020-06-19net: Avoid wasting inv traffic during IBDMarcoFalke
2020-05-29rpc: Remove special case for unknown service flagsMarcoFalke
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-09-30Merge #16987: test: Correct docstring param name.MarcoFalke
2019-09-30qa: Fix service flag comparison check in rpc_net testLuke Dashjr
2019-09-30Correct docstring param name.John Bampton
2019-09-17scripted-diff: test: Replace connect_nodes_bi with connect_nodesMarcoFalke
2019-09-17test: Use connect_nodes when connecting nodes in the test_frameworkMarcoFalke
2019-09-11tests: rename 'test_getnetworkinginfo' in 'test_getnetworkinfo'darosior
2019-09-11tests: add a test for the 'servicesnames' RPC fielddarosior
2019-01-01test: Fix rpc_net.py "pong" race conditionBen Woosley
2018-11-13rpc: Correctly name argumentsJon Layton
2018-09-17[rpc] Add getnodeaddresses RPC commandchris-belcher
2018-08-27Report minfeefilter value in getpeerinfo rpcAnthony Towns
2018-07-27Update copyright headers to 2018DrahtBot
2018-03-28[tests] Fix intermittent rpc_net.py failure.John Newbery
2018-03-15test: Use wait_until in tests where time was used for pollingBen Woosley
2018-02-26test: Use wait_until to ensure ping goes outBen Woosley
2018-01-25[tests] Rename rpc_* functional tests.Anthony Towns