aboutsummaryrefslogtreecommitdiff
path: root/test/functional/interface_rest.py
AgeCommit message (Expand)Author
2024-03-12Merge bitcoin/bitcoin#27114: p2p: Allow whitelisting manual connectionsAva Chow
2024-02-28test: add option to speed up tx relay/mempool syncbrunoerg
2024-02-22test: Fix intermittent issue in interface_rest.pyMarcoFalke
2023-10-25test: use built-in collection types for type hints (Python 3.9 / PEP 585)Sebastian Falbesoner
2023-06-29test: fix PEP484 no implicit optional argument types errorsJon Atack
2023-06-12test: add coverage for `/deploymentinfo` passing a blockhashbrunoerg
2023-05-12test: Return dict in MiniWallet::send_toMarcoFalke
2023-04-17test: add regression tests for #27468 (invalid URI segfaults)Sebastian Falbesoner
2023-04-17bugfix: rest: avoid segfault for invalid URIpablomartin4btc
2023-04-01test: refactor: replace unnecessary `BytesIO` usesSebastian Falbesoner
2023-03-15Merge bitcoin/bitcoin#26207: rest: add verbose and mempool_sequence query par...Andrew Chow
2023-01-16test: add `rescan_utxos` in MiniWallet's initializationkouloumos
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-10-13Merge bitcoin/bitcoin#25412: rest: add `/deploymentinfo` endpointAndrew Chow
2022-10-05tests: mempool/contents verbose and mempool_sequence query params testsAndrew Toth
2022-09-20test: wait for the expected basic block filter index in `interface_rest`brunoerg
2022-08-16test: add coverage for `/rest/deploymentinfo`brunoerg
2022-05-12test: compare `/mempool/info` response with `getmempoolinfo` RPCbrunoerg
2022-05-03test: add coverage for invalid requests for `blockfilterheaders`brunoerg
2022-04-21test: compare `/mempool/contents` response with `getrawmempool` RPCbrunoerg
2022-04-06test: compare `/chaininfo` response with `getblockchaininfo` RPCbrunoerg
2022-04-05Update /<count>/ endpoints to use a '?count=' query parameter insteadstickies-v
2022-01-31test: speedup interface_rest.py by whitelisting peers (immediate tx relay)Sebastian Falbesoner
2022-01-31test: use MiniWallet for rest_interface.pySebastian Falbesoner
2022-01-13test: rest /tx with an invalid/unknown txidbrunoerg
2021-12-22[test] compare filter and header with the result of the getblockfilter RPCNiklas Gögge
2021-12-22[rest] add a more verbose error message for invalid header countsNiklas Gögge
2021-12-20Merge bitcoin/bitcoin#17631: Expose block filters over RESTMarcoFalke
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-10scripted-diff: Remove redundant sync_all and sync_blocksMarcoFalke
2021-10-19Merge bitcoin/bitcoin#22918: rpc: Add level 3 verbosity to getblock RPC call ...W. J. van der Laan
2021-10-17Expose block filters over REST.Matt Corallo
2021-10-12rest: Return error when header count is not integralMarcoFalke
2021-10-05rest: Add test for prevout fields in getblockfyquah
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-08-18test: use f-strings in interface_*.py testsfanquake
2021-08-04test: refactor: remove binascii from test_frameworkZero-1729
2021-08-01test: refactor: remove `hex_str_to_bytes` helperSebastian Falbesoner
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-11-25test: Properly deserialize integers in little-endianMarcoFalke
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke
2019-02-17Address test todos by removing -txindex to nodes.Amiti Uttarwar
2019-02-12Merge #15238: [QA] remove some magic mining constants in functional testsMarcoFalke
2019-01-30Merge #15159: [RPC] Remove lookup to UTXO set from GetTransactionMarcoFalke
2019-01-26[RPC] Update getrawtransaction interfaceAmiti Uttarwar
2019-01-24remove some magic mining constants in functional testsGregory Sanders
2019-01-22Merge #14353: REST: add blockhash call, fetch blockhash by heightJonas Schnelli
2019-01-21[QA] add rest tests for /rest/blockhashbyheight/<HEIGHT>.<FORMAT>Jonas Schnelli
2019-01-16qa: Improve tests of /rest/headers and /rest/blockJoão Barbosa