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_rpc.py
Age
Commit message (
Expand
)
Author
2024-05-14
rpc: JSON-RPC 2.0 should not respond to "notifications"
Matthew Zipkin
2024-05-14
rpc: Avoid returning HTTP errors for JSON-RPC 2.0 requests
Matthew Zipkin
2024-05-14
rpc: Add "jsonrpc" field and drop null "result"/"error" fields
Matthew Zipkin
2024-05-14
rpc: identify JSON-RPC 2.0 requests
Matthew Zipkin
2024-03-07
test: cover JSONRPC 2.0 requests, batches, and notifications
Matthew Zipkin
2024-03-07
test: refactor interface_rpc.py
Matthew Zipkin
2023-06-21
scripted-diff: Use wallets_path and chain_path where possible
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-09
tests: Use waitfornewblock for work queue test in interface_rpc
Andrew Chow
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-08-18
test: use f-strings in interface_*.py tests
fanquake
2021-03-19
Merge #18335: bitcoin-cli: print useful error if bitcoind rpc work queue exce...
MarcoFalke
2020-09-13
Test batch rpc with params
Gregory Sanders
2020-08-04
add functional test
Larry Ruane
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-02-04
Merge #16681: Tests: Use self.chain instead of 'regtest' in all current tests
MarcoFalke
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-10-26
Tests: Use self.chain instead of 'regtest' in almost all current tests
Jorge Timón
2019-05-16
Add a 'logpath' field to getrpcinfo
darosior
2019-03-01
Add regtests for HTTP status codes.
Daniel Kraft
2019-01-02
qa: Add tests for getrpcinfo
João Barbosa
2018-11-21
Add regtest for JSON-RPC batch calls.
Daniel Kraft