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
2023-10-25
test: use built-in collection types for type hints (Python 3.9 / PEP 585)
Sebastian Falbesoner
2023-06-29
test: fix PEP484 no implicit optional argument types errors
Jon Atack
2023-06-12
test: add coverage for `/deploymentinfo` passing a blockhash
brunoerg
2023-05-12
test: Return dict in MiniWallet::send_to
MarcoFalke
2023-04-17
test: add regression tests for #27468 (invalid URI segfaults)
Sebastian Falbesoner
2023-04-17
bugfix: rest: avoid segfault for invalid URI
pablomartin4btc
2023-04-01
test: refactor: replace unnecessary `BytesIO` uses
Sebastian Falbesoner
2023-03-15
Merge bitcoin/bitcoin#26207: rest: add verbose and mempool_sequence query par...
Andrew Chow
2023-01-16
test: add `rescan_utxos` in MiniWallet's initialization
kouloumos
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-13
Merge bitcoin/bitcoin#25412: rest: add `/deploymentinfo` endpoint
Andrew Chow
2022-10-05
tests: mempool/contents verbose and mempool_sequence query params tests
Andrew Toth
2022-09-20
test: wait for the expected basic block filter index in `interface_rest`
brunoerg
2022-08-16
test: add coverage for `/rest/deploymentinfo`
brunoerg
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
[next]