aboutsummaryrefslogtreecommitdiff
path: root/src/test/rpc_tests.cpp
AgeCommit message (Expand)Author
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
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-03-05Remove use of CRPCTable::appendCommand in wallet codeRussell Yanofsky
2018-12-06rpc: Avoid creating non-standard raw transactionsMarcoFalke
2018-11-06Pass chain and client variables where neededRussell Yanofsky
2018-08-11Replace median fee rate with feerate percentilesMarcin Jachymiak
2018-07-27Update copyright headers to 2018DrahtBot
2018-04-23Make tests pass after 2020Bernhard M. Wiedemann