aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.cpp
AgeCommit message (Expand)Author
2023-10-02rpc: addnode arg to use BIP324 v2 p2pdhruv
2023-09-26rpc: bumpfee, improve doc for 'reduce_output' argfurszy
2023-08-22rpc: add test-only sendmsgtopeer rpcMartin Zumsande
2023-08-07Add importmempool RPCMarcoFalke
2023-07-20Merge bitcoin/bitcoin#26467: bumpfee: Allow the user to choose which output i...fanquake
2023-06-26bumpfee: Allow original change position to be specifiedAndrew Chow
2023-06-20scripted-diff: Following the C++ Standard rules for identifiers with _.Brotcrunsher
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-04rpc: add descriptorprocesspsbt rpcishaanam
2023-05-03RPC: Allow RPC methods accepting options to take named parametersRyan Ofsky
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2023-03-23refactor: rpc: hide and rename ParseNonRFCJSONValue()stickies-v
2023-03-10rpc: Add submit option to generateblockMarcoFalke
2023-03-03Merge bitcoin/bitcoin#26612: refactor: RPC: pass named argument value as stri...fanquake
2023-02-20Add test for unspendable transactions and parameter 'maxburnamount' to sendra...David Gumberg
2023-01-18refactor: use string_view for RPC named argument valuesstickies-v
2023-01-18refactor: reduce unnecessary complexity in ParseNonRFCJSONValuestickies-v
2023-01-18Merge bitcoin/bitcoin#26506: refactor: rpc: use convenience fn to auto parse ...MarcoFalke
2023-01-06rpc: Return accurate results for scanblocksAurèle Oulès
2023-01-04refactor: use convenience fn to auto parse non-string parametersstickies-v
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-13Merge bitcoin/bitcoin#23319: rpc: Return fee and prevout (utxos) to getrawtra...Andrew Chow
2022-12-02bitcoin-cli: Make it an error to specify the "args" parameter two different waysRyan Ofsky
2022-11-05rpc: Allow named and positional arguments to be used togetherRyan Ofsky
2022-10-30rpc: Return fee and prevout(s) to getrawtransactionDouglas Chimento
2022-10-04rpc: add scanblocks - scan for relevant blocks with descriptorsJonas Schnelli
2022-08-16Merge bitcoin/bitcoin#25504: RPC: allow to track coins by parent descriptorsAndrew Chow
2022-08-16rpc: add an include_change parameter to listsinceblockAntoine Poinsot
2022-08-05rpc/wallet: add simulaterawtransaction RPCKarl-Johan Alm
2022-06-23[rpc] add new submitpackage RPCglozow
2022-05-05Add RPC to get mempool txs spending outputst-bast
2022-03-29Add sendall RPC née sweepMurch
2022-01-25Merge bitcoin/bitcoin#23706: rpc: getblockfrompeer followupsMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-24rpc: use peer_id, block_hash for FetchBlockSjors Provoost
2021-12-08Merge bitcoin/bitcoin#20295: rpc: getblockfrompeerMarcoFalke
2021-12-06Include coinbase transactions in receivedby wallet rpcsAndrew Toth
2021-12-02rpc: getblockfrompeerSjors Provoost
2021-09-28psbt: sign without finalizingAndrew Chow
2021-09-25Allow lockunspent to store the lock in the wallet DBSamuel Dobson
2021-09-15Allow passing "tried" to rpc addpeeraddress to call CAddrMan::Good()Jon Atack
2021-08-10Add a new RPC command: restorewalletlsilva01
2021-07-10wallet, rpc: add listdescriptors private optionS3RK
2021-04-19index, rpc: Add use_index option for gettxoutsetinfoFabian Jahr
2021-04-19rpc, index: Add verbose amounts tracking to Coinstats indexFabian Jahr
2021-02-23rpc: add external_signer option to createwalletSjors Provoost
2021-01-28rpc: [refactor] Use concise C++11 code in CRPCConvertTable constructorMarcoFalke
2020-11-11wallet: introduce fee_rate (sat/vB) param/optionJon Atack
2020-09-26[send] Make send RPCs return fee reasonSishir Giri