aboutsummaryrefslogtreecommitdiff
path: root/test/functional/interface_rest.py
Commit message (Expand)AuthorAgeFilesLines
* Add Dogecoin block subsidiesRoss Nicoll2021-05-301-1/+1
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-2/+2
* tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift2019-12-061-0/+1
* test: Properly deserialize integers in little-endianMarcoFalke2019-11-251-1/+1
* scripted-diff: Update copyright in ./testMarcoFalke2019-03-021-1/+1
* scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke2019-03-021-2/+2
* Address test todos by removing -txindex to nodes.Amiti Uttarwar2019-02-171-20/+15
* Merge #15238: [QA] remove some magic mining constants in functional testsMarcoFalke2019-02-121-7/+9
|\
| * remove some magic mining constants in functional testsGregory Sanders2019-01-241-7/+9
* | Merge #15159: [RPC] Remove lookup to UTXO set from GetTransactionMarcoFalke2019-01-301-1/+2
|\ \ | |/ |/|
| * [RPC] Update getrawtransaction interfaceAmiti Uttarwar2019-01-261-1/+2
* | Merge #14353: REST: add blockhash call, fetch blockhash by heightJonas Schnelli2019-01-221-1/+18
|\ \
| * | [QA] add rest tests for /rest/blockhashbyheight/<HEIGHT>.<FORMAT>Jonas Schnelli2019-01-211-1/+18
| |/
* / qa: Improve tests of /rest/headers and /rest/blockJoão Barbosa2019-01-161-0/+10
|/
* qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Minor Python cleanups to make flake8 pass with the new rules enabledpracticalswift2018-04-161-2/+2
* [tests] simplify binary and hex response parsing in interface_rest.pyRoman Zeyde2018-04-031-18/+16
* [tests] only use 2 nodes in interface_rest.pyJohn Newbery2018-04-031-13/+11
* [tests] refactor interface_rest.py to avoid code repetitionJohn Newbery2018-04-031-125/+92
* [tests] Make json request building more consistent in interface_rest.pyJohn Newbery2018-04-031-49/+43
* [tests] improve logging and documentation in interface_rest.pyJohn Newbery2018-04-031-29/+31
* [tests] fix flake8 warnings in interface_rest.py testJohn Newbery2018-04-031-129/+116
* [REST] Handle UTXO retrieval when ignoring the mempoolRoman Zeyde2018-03-251-7/+32
* Fix typosDimitris Apostolou2018-03-211-1/+1
* Merge #12479: RPC: Add child transactions to getrawmempool verbose outputWladimir J. van der Laan2018-03-061-1/+3
|\
| * [Tests] Check output of parent/child tx list from getrawmempool, getmempoolde...Conor Scott2018-02-251-1/+3
* | qa: Move common args to bitcoin.confMarcoFalke2018-02-151-0/+1
|/
* [tests] Rename misc functional tests.Anthony Towns2018-01-251-0/+326