aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/authproxy.py
AgeCommit message (Expand)Author
2024-06-07test: use json-rpc 2.0 in all functional tests by defaultMatthew Zipkin
2024-05-14rpc: JSON-RPC 2.0 should not respond to "notifications"Matthew Zipkin
2023-06-29test: Rename EncodeDecimal to serialization_fallbackMarcoFalke
2023-06-21test: Allow pathlib.Path as RPC argument via authproxyMarcoFalke
2023-04-04test: Remove windows workaround in authproxyMarcoFalke
2023-03-31test: Remove python3.5 workaround in authproxyMarcoFalke
2023-02-20Merge bitcoin/bitcoin#25950: test: fix test abort for high timeout values (an...fanquake
2023-02-17test: fix test abort for high timeout values (and `--timeout-factor 0`)Sebastian Falbesoner
2022-11-05rpc: Allow named and positional arguments to be used togetherRyan Ofsky
2021-09-25test: Remove Windows workaround in authproxyMarcoFalke
2020-06-25test: retry when write to a socket fails on macOSIvan Metlushko
2020-04-12test: Try once more when RPC connection fails on WindowsMarcoFalke
2020-04-12test: Document why connection is re-constructed on windowsMarcoFalke
2020-04-12test: Remove python 3.4 workaroundMarcoFalke
2019-04-08test: Properly log named args in authproxyMarcoFalke
2019-03-01Add regtests for HTTP status codes.Daniel Kraft
2018-09-17tests: Make it possible to run functional tests on WindowsChun Kuan Lee
2018-03-29Remove assigned but never used local variablespracticalswift
2017-10-16[tests] Don't subclass from object for Python 3John Newbery
2017-10-16[tests] authproxy.py: tidy up __init__()John Newbery
2017-10-16[tests] fix flake8 warnings in authproxy.pyJohn Newbery
2017-10-16[tests] use python3 for authproxy.pyJohn Newbery
2017-10-03Make AuthServiceProxy._batch method usableRussell Yanofsky
2017-07-17[tests] [wallet] Add wallet endpoint support to authproxyJohn Newbery
2017-05-07test: Add elapsed time to RPC tracingWladimir J. van der Laan
2017-03-20Rename rpc-tests directory to functionalJohn Newbery