aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_net.py
Commit message (Expand)AuthorAgeFilesLines
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-1/+1
* test: Fix intermittent rpc_net issueMarcoFalke2020-11-041-5/+4
* [tests] Remove getnettotals/getpeerinfo consistency testJohn Newbery2020-10-281-23/+9
* [test] Clarify setup of node topology.Amiti Uttarwar2020-10-271-2/+5
* [move-only, test]: Match test order with run orderAmiti Uttarwar2020-10-271-30/+30
* test: Fix rpc_net intermittent issueMarcoFalke2020-10-211-0/+1
* scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank2020-10-201-5/+4
* [rpc] Add connection type to getpeerinfo RPC, update testsAmiti Uttarwar2020-09-211-0/+6
* Merge #19405: rpc, cli: add network in/out connections to `getnetworkinfo` an...Wladimir J. van der Laan2020-09-041-4/+10
|\
| * Add in/out connections to rpc getnetworkinfoJon Atack2020-08-241-4/+10
* | test: Update wait_until usage in tests not to use the one from utilsSeleme Topuz2020-08-261-4/+3
* | Merge #19760: test: Remove confusing mininode terminologyfanquake2020-08-261-6/+6
|\ \ | |/ |/|
| * test: resort importsJohn Newbery2020-08-211-6/+6
| * scripted-diff: Rename mininode to p2pJohn Newbery2020-08-211-1/+1
* | test: rpc_net.py logging and test naming improvementsJon Atack2020-08-151-16/+23
* | test: getpeerinfo last_block and last_transaction testsJon Atack2020-08-151-3/+17
|/
* Merge #19696: rpc: Fix addnode remove command errorWladimir J. van der Laan2020-08-121-0/+7
|\
| * rpc: Improve addnode remove command error messageFabian Jahr2020-08-111-0/+7
* | [net] Add addpeeraddress RPC methodJohn Newbery2020-08-121-19/+13
* | [test] Test that getnodeaddresses() can return all known addressesJohn Newbery2020-08-121-5/+13
|/
* test: Add test coverage for -networkactive optionHennadii Stepanov2020-07-221-2/+4
* net: Avoid wasting inv traffic during IBDMarcoFalke2020-06-191-1/+3
* rpc: Remove special case for unknown service flagsMarcoFalke2020-05-291-0/+9
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift2019-12-061-0/+1
* Merge #16987: test: Correct docstring param name.MarcoFalke2019-09-301-1/+1
|\
| * Correct docstring param name.John Bampton2019-09-301-1/+1
* | qa: Fix service flag comparison check in rpc_net testLuke Dashjr2019-09-301-14/+7
|/
* scripted-diff: test: Replace connect_nodes_bi with connect_nodesMarcoFalke2019-09-171-2/+2
* test: Use connect_nodes when connecting nodes in the test_frameworkMarcoFalke2019-09-171-1/+8
* tests: rename 'test_getnetworkinginfo' in 'test_getnetworkinfo'darosior2019-09-111-2/+2
* tests: add a test for the 'servicesnames' RPC fielddarosior2019-09-111-1/+34
* test: Fix rpc_net.py "pong" race conditionBen Woosley2019-01-011-2/+2
* rpc: Correctly name argumentsJon Layton2018-11-131-3/+3
* [rpc] Add getnodeaddresses RPC commandchris-belcher2018-09-171-0/+39
* Report minfeefilter value in getpeerinfo rpcAnthony Towns2018-08-271-0/+5
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* [tests] Fix intermittent rpc_net.py failure.John Newbery2018-03-281-13/+21
* test: Use wait_until in tests where time was used for pollingBen Woosley2018-03-151-8/+2
* test: Use wait_until to ensure ping goes outBen Woosley2018-02-261-4/+4
* [tests] Rename rpc_* functional tests.Anthony Towns2018-01-251-0/+98