index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
interface_rest.py
Age
Commit message (
Expand
)
Author
2022-05-12
test: compare `/mempool/info` response with `getmempoolinfo` RPC
brunoerg
2022-05-03
test: add coverage for invalid requests for `blockfilterheaders`
brunoerg
2022-04-21
test: compare `/mempool/contents` response with `getrawmempool` RPC
brunoerg
2022-04-06
test: compare `/chaininfo` response with `getblockchaininfo` RPC
brunoerg
2022-04-05
Update /<count>/ endpoints to use a '?count=' query parameter instead
stickies-v
2022-01-31
test: speedup interface_rest.py by whitelisting peers (immediate tx relay)
Sebastian Falbesoner
2022-01-31
test: use MiniWallet for rest_interface.py
Sebastian Falbesoner
2022-01-13
test: rest /tx with an invalid/unknown txid
brunoerg
2021-12-22
[test] compare filter and header with the result of the getblockfilter RPC
Niklas Gögge
2021-12-22
[rest] add a more verbose error message for invalid header counts
Niklas Gögge
2021-12-20
Merge bitcoin/bitcoin#17631: Expose block filters over REST
MarcoFalke
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-11-10
scripted-diff: Remove redundant sync_all and sync_blocks
MarcoFalke
2021-10-19
Merge bitcoin/bitcoin#22918: rpc: Add level 3 verbosity to getblock RPC call ...
W. J. van der Laan
2021-10-17
Expose block filters over REST.
Matt Corallo
2021-10-12
rest: Return error when header count is not integral
MarcoFalke
2021-10-05
rest: Add test for prevout fields in getblock
fyquah
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-08-18
test: use f-strings in interface_*.py tests
fanquake
2021-08-04
test: refactor: remove binascii from test_framework
Zero-1729
2021-08-01
test: refactor: remove `hex_str_to_bytes` helper
Sebastian Falbesoner
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-11-25
test: Properly deserialize integers in little-endian
MarcoFalke
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
scripted-diff: test: Use py3.5 bytes::hex() method
MarcoFalke
2019-02-17
Address test todos by removing -txindex to nodes.
Amiti Uttarwar
2019-02-12
Merge #15238: [QA] remove some magic mining constants in functional tests
MarcoFalke
2019-01-30
Merge #15159: [RPC] Remove lookup to UTXO set from GetTransaction
MarcoFalke
2019-01-26
[RPC] Update getrawtransaction interface
Amiti Uttarwar
2019-01-24
remove some magic mining constants in functional tests
Gregory Sanders
2019-01-22
Merge #14353: REST: add blockhash call, fetch blockhash by height
Jonas Schnelli
2019-01-21
[QA] add rest tests for /rest/blockhashbyheight/<HEIGHT>.<FORMAT>
Jonas Schnelli
2019-01-16
qa: Improve tests of /rest/headers and /rest/block
João Barbosa
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-16
Minor Python cleanups to make flake8 pass with the new rules enabled
practicalswift
2018-04-03
[tests] simplify binary and hex response parsing in interface_rest.py
Roman Zeyde
2018-04-03
[tests] only use 2 nodes in interface_rest.py
John Newbery
2018-04-03
[tests] refactor interface_rest.py to avoid code repetition
John Newbery
2018-04-03
[tests] Make json request building more consistent in interface_rest.py
John Newbery
2018-04-03
[tests] improve logging and documentation in interface_rest.py
John Newbery
2018-04-03
[tests] fix flake8 warnings in interface_rest.py test
John Newbery
2018-03-25
[REST] Handle UTXO retrieval when ignoring the mempool
Roman Zeyde
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-06
Merge #12479: RPC: Add child transactions to getrawmempool verbose output
Wladimir J. van der Laan
2018-02-25
[Tests] Check output of parent/child tx list from getrawmempool, getmempoolde...
Conor Scott
2018-02-15
qa: Move common args to bitcoin.conf
MarcoFalke
2018-01-25
[tests] Rename misc functional tests.
Anthony Towns