Commit Graph

43 Commits (619f8a27ad0f6a44f0ad1a1e55a0aaaef7a91312)

Author SHA1 Message Date
Sebastian Falbesoner 438e6f4c33 test: speedup interface_rest.py by whitelisting peers (immediate tx relay)
3 years ago
Sebastian Falbesoner 11b9684dfd test: use MiniWallet for rest_interface.py
3 years ago
brunoerg bd52684508 test: rest /tx with an invalid/unknown txid
3 years ago
Niklas Gögge 4523d28b6b [test] compare filter and header with the result of the getblockfilter RPC
3 years ago
Niklas Gögge 064abd14a5 [rest] add a more verbose error message for invalid header counts
3 years ago
MarcoFalke 70d6a09f5c
Merge bitcoin/bitcoin#17631: Expose block filters over REST
3 years ago
MarcoFalke fac23c2114
scripted-diff: Bump copyright headers
3 years ago
MarcoFalke fa974f1f14
scripted-diff: Remove redundant sync_all and sync_blocks
3 years ago
W. J. van der Laan 986003aff9
Merge bitcoin/bitcoin#22918: rpc: Add level 3 verbosity to getblock RPC call (#21245 modified)
3 years ago
Matt Corallo ef7c8228fd Expose block filters over REST.
3 years ago
MarcoFalke fa8d492894
rest: Return error when header count is not integral
3 years ago
fyquah 459104b2aa rest: Add test for prevout fields in getblock
3 years ago
MarcoFalke fa0b916971
scripted-diff: Use generate* from TestFramework
3 years ago
fanquake c2a5d560df
test: use f-strings in interface_*.py tests
3 years ago
Zero-1729 5a1bef60a0
test: refactor: remove binascii from test_framework
3 years ago
Sebastian Falbesoner ca6c154ef1 test: refactor: remove `hex_str_to_bytes` helper
3 years ago
practicalswift 993e38a4e2 tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
5 years ago
MarcoFalke fad9fdbea5
test: Properly deserialize integers in little-endian
5 years ago
MarcoFalke faa7cdf764
scripted-diff: Update copyright in ./test
6 years ago
MarcoFalke fa6bf21f5e
scripted-diff: test: Use py3.5 bytes::hex() method
6 years ago
Amiti Uttarwar 8e4b4f683a Address test todos by removing -txindex to nodes.
6 years ago
MarcoFalke 029d28a7aa
Merge #15238: [QA] remove some magic mining constants in functional tests
6 years ago
MarcoFalke a47319dada
Merge #15159: [RPC] Remove lookup to UTXO set from GetTransaction
6 years ago
Amiti Uttarwar 04da9f4834 [RPC] Update getrawtransaction interface
6 years ago
Gregory Sanders 1e7f741745 remove some magic mining constants in functional tests
6 years ago
Jonas Schnelli 82cf6813a4
Merge #14353: REST: add blockhash call, fetch blockhash by height
6 years ago
Jonas Schnelli 579d418f74
[QA] add rest tests for /rest/blockhashbyheight/<HEIGHT>.<FORMAT>
6 years ago
João Barbosa 7cf994d5cf qa: Improve tests of /rest/headers and /rest/block
6 years ago
MarcoFalke fac9539836
qa: Run all tests even if wallet is not compiled
6 years ago
DrahtBot eb7daf4d60 Update copyright headers to 2018
6 years ago
practicalswift f020aca297 Minor Python cleanups to make flake8 pass with the new rules enabled
7 years ago
Roman Zeyde 55efc1f62c
[tests] simplify binary and hex response parsing in interface_rest.py
7 years ago
John Newbery ade5964e3f
[tests] only use 2 nodes in interface_rest.py
7 years ago
John Newbery ad00fbed3c
[tests] refactor interface_rest.py to avoid code repetition
7 years ago
John Newbery 7a3181a767
[tests] Make json request building more consistent in interface_rest.py
7 years ago
John Newbery 3fd4490db1
[tests] improve logging and documentation in interface_rest.py
7 years ago
John Newbery abf190e4e7
[tests] fix flake8 warnings in interface_rest.py test
7 years ago
Roman Zeyde 9cb9af8c41
[REST] Handle UTXO retrieval when ignoring the mempool
7 years ago
Dimitris Apostolou 4d9b4256d8 Fix typos
7 years ago
Wladimir J. van der Laan cd5e4381d4
Merge #12479: RPC: Add child transactions to getrawmempool verbose output
7 years ago
Conor Scott 1dfb4e7d75 [Tests] Check output of parent/child tx list from getrawmempool, getmempooldescendants, getmempoolancestors, and REST interface
7 years ago
MarcoFalke face7220b7
qa: Move common args to bitcoin.conf
7 years ago
Anthony Towns 3150b3fea7 [tests] Rename misc functional tests.
7 years ago