aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-21doc: Refactor/Format getrawtransaction RPC docs and add ScriptPubKeyDoc functionDouglas Chimento
2022-12-19Merge bitcoin/bitcoin#26515: rpc: skip getpeerinfo for a peer without CNodeSt...MarcoFalke
2022-12-13Merge bitcoin/bitcoin#23319: rpc: Return fee and prevout (utxos) to getrawtra...Andrew Chow
2022-12-13Merge bitcoin/bitcoin#26628: RPC: Reject RPC requests with same named paramet...MarcoFalke
2022-12-10Merge bitcoin/bitcoin#26213: rpc: Strict type checking for RPC boolean parame...fanquake
2022-12-07refactor: Replace isTrue with get_boolMarcoFalke
2022-12-07bugfix: Strict type checking for RPC boolean parametersMarcoFalke
2022-12-06rpc: reduce LOCK(cs_main) scope in gettxoutproofAndrew Toth
2022-12-06rpc: reduce LOCK(cs_main) scope in GetUndoChecked and getblockstatsAndrew Toth
2022-12-06rpc: reduce LOCK(cs_main) scope in blockToJSON Andrew Toth
2022-12-06rpc: reduce LOCK(cs_main) scope in GetBlockChecked and getblockAndrew Toth
2022-12-06Merge bitcoin/bitcoin#26609: refactor: Move `txmempool_entry.h` --> `kernel/m...MarcoFalke
2022-12-06Merge bitcoin/bitcoin#26238: clang-tidy: fixup named argument commentsMarcoFalke
2022-12-05Merge bitcoin/bitcoin#19888: rpc, test: Improve getblockstats for unspendablesAndrew Chow
2022-12-05Fixup clang-tidy named argument commentsfanquake
2022-12-05Merge bitcoin/bitcoin#24226: rpc: warn that nodes ignore requests for old sta...MarcoFalke
2022-12-02bitcoin-cli: Make it an error to specify the "args" parameter two different waysRyan Ofsky
2022-12-02rpc: Make it an error server-side to specify same named parameter multiple timesRyan Ofsky
2022-11-30refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`Hennadii Stepanov
2022-11-29Merge bitcoin/bitcoin#19762: rpc: Allow named and positional arguments to be ...Andrew Chow
2022-11-28rpc: Require NodeStateStats object in getpeerinfoMartin Zumsande
2022-11-25Merge bitcoin/bitcoin#26558: doc: add tr() descriptor example to deriveaddressesfanquake
2022-11-23doc: add tr() descriptor example to deriveaddressesFractalEncrypt
2022-11-21Merge bitcoin/bitcoin#26508: RPC/Blockchain: Minor improvements for scanblock...MacroFake
2022-11-18Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dep...glozow
2022-11-16refactor: Move `CTxMemPoolEntry` class to its own moduleHennadii Stepanov
2022-11-16RPC/blockchain: scan{blocks,txoutset>: Further doc improvementsLuke Dashjr
2022-11-16RPC/Blockchain: Clarify invalid-action error in scanblocks & scantxoutsetLuke Dashjr
2022-11-14Merge bitcoin/bitcoin#26240: rpc: Adjust RPCTypeCheckObj error stringMacroFake
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-26rpc: add missing lock around chainman.ActiveTip()Andrew Toth
2022-10-26Merge bitcoin/bitcoin#23927: rpc: Pruning nodes can not fetch blocks before s...Andrew Chow
2022-10-26Merge bitcoin/bitcoin#26275: Fix crash on deriveaddresses when index is 21474...MacroFake
2022-10-23rpc: Improve getblockstatsFabian Jahr
2022-10-13Merge bitcoin/bitcoin#25412: rest: add `/deploymentinfo` endpointAndrew Chow
2022-10-13Merge bitcoin/bitcoin#26109: rpc, doc: getpeerinfo updatesAndrew Chow
2022-10-13Merge bitcoin/bitcoin#23549: Add scanblocks RPC call (attempt 2)Andrew Chow
2022-10-13Merge bitcoin/bitcoin#25858: psbt: Only include PSBT_OUT_TAP_TREE when the ou...glozow
2022-10-12Merge bitcoin/bitcoin#26280: rpc: Return coinbase flag in scantxoutsetfanquake
2022-10-10Adjust RPCTypeCheckObj error stringLeonardo Araujo
2022-10-10Merge bitcoin/bitcoin#26118: log: Use steady clock for bench loggingMacroFake
2022-10-07rpc: Return coinbase flag in scantxoutsetMacroFake
2022-10-06psbt: Change m_tap_tree to store just the tuplesAndrew Chow
2022-10-06rpc: fix crash in deriveaddresses when derivation index is 2147483647muxator
2022-10-05refactor: mempool: use CTxMempool::Limitsstickies-v
2022-10-04rpc: add scanblocks - scan for relevant blocks with descriptorsJonas Schnelli
2022-10-04rpc: move-only: consolidate blockchain scan argsJames O'Beirne
2022-09-30Merge bitcoin/bitcoin#26074: refactor: Set RPCArg options with designated ini...MacroFake