aboutsummaryrefslogtreecommitdiff
path: root/src/test/rpc_tests.cpp
AgeCommit message (Expand)Author
2024-06-12Merge bitcoin/bitcoin#29015: kernel: Streamline util libraryAva Chow
2024-06-07minor: remove unnecessary semicolons from RPC content type examplesMatthew Zipkin
2024-06-04Merge bitcoin/bitcoin#29997: rpc: Remove index-based Arg accessorAva Chow
2024-05-31doc: JSON-RPC request Content-Type is application/jsonLuke Dashjr
2024-05-16util: Move util/string.h functions to util namespaceRyan Ofsky
2024-05-16Merge bitcoin/bitcoin#27101: Support JSON-RPC 2.0 when requested by clientRyan Ofsky
2024-05-15rpc: Remove index-based Arg accessorMarcoFalke
2024-05-14doc: add comments and release-notes for JSON-RPC 2.0Matthew Zipkin
2024-04-29Merge bitcoin/bitcoin#29277: RPC: access RPC arguments by nameRyan Ofsky
2024-04-16test: Fix failing univalue float testMarcoFalke
2024-03-01rpc: add named arg helperstickies-v
2024-03-01rpc: add arg helper unit teststickies-v
2023-10-12tidy: modernize-use-emplaceMarcoFalke
2023-07-27Remove unused raw-pointer read helper from univalueMarcoFalke
2023-06-02Merge bitcoin/bitcoin#27256: refactor: rpc: Remove unnecessary uses of ParseN...fanquake
2023-06-01Merge bitcoin/bitcoin#26485: RPC: Accept options as named-only parametersAndrew Chow
2023-05-09scripted-diff: Use UniValue::find_value methodMarcoFalke
2023-05-03rpc: Add check for unintended option/parameter name clashesRyan Ofsky
2023-05-03RPC: Add add OBJ_NAMED_PARAMS typeRyan Ofsky
2023-03-23test: move coverage on ParseNonRFCJSONValue() to UniValue::read()stickies-v
2023-01-18test: add cases to JSON parsingstickies-v
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-09test: Suggested cleanups for rpc_namedparams testRyan Ofsky
2022-12-02rpc: Make it an error server-side to specify same named parameter multiple timesRyan Ofsky
2022-12-02test: Add RPC tests for same named parameter specified more than onceRyan Ofsky
2022-11-05rpc: Allow named and positional arguments to be used togetherRyan Ofsky
2022-07-29univalue: Remove unused and confusing set*() return valueMacroFake
2022-05-18scripted-diff: Use getInt<T> over get_int/get_int64MacroFake
2022-04-29test: Remove boost::split from rpc_tests.cppMacroFake
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-04-14test: Reset mocktime in the common setupMarcoFalke
2021-04-14test: Use mocktime to avoid intermittent failureMarcoFalke
2021-04-11Merge #21602: rpc: add additional ban time fields to listbannedMarcoFalke
2021-04-07Drop JSONRPCRequest constructors after #21366Russell Yanofsky
2021-04-07test: increase listbanned unit test coverageJon Atack
2021-04-05Merge #21302: wallet: createwallet examples for descriptor walletsW. J. van der Laan
2021-03-29refactor: replace util::Ref by std::any (C++17)Sebastian Falbesoner
2021-03-15Merge #21035: Remove pointer cast in CRPCTable::dumpArgMapMarcoFalke
2021-03-03test: HelpExampleCliNamed and HelpExampleRpcNamedIvan Metlushko
2021-03-02util: Avoid invalid integer negation in ValueFromAmount: make ValueFromAmount...practicalswift
2021-01-29refactor: Replace JSONRPCRequest fHelp field with mode fieldRussell Yanofsky
2020-05-13refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-16scripted-diff: Sort test includesMarcoFalke
2019-12-05node: Use mempool from node context instead of globalMarcoFalke
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-10-28Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky
2019-10-28scripted-diff: Rename InitInterfaces to NodeContextRussell Yanofsky
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift