aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/txoutproof.cpp
AgeCommit message (Expand)Author
2023-05-10refactor: Move functions to BlockManager methodsTheCharlatan
2023-01-26Use DataStream where possibleMarcoFalke
2023-01-22scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARGfanquake
2022-12-06rpc: reduce LOCK(cs_main) scope in gettxoutproofAndrew Toth
2022-09-09scripted-diff: rename CChainState -> ChainstateJames O'Beirne
2022-05-18Do not call global Params() when chainman is in scopeMacroFake
2022-04-25Remove not needed clang-format off commentsMarcoFalke
2022-04-04refactor: fix clang-tidy named args usagefanquake
2022-03-17Move txoutproof RPCs to txoutproof.cppMarcoFalke