aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2024-09-03Merge bitcoin/bitcoin#26619: log: expand BCLog::LogFlags (categories) to 64 bitsAva Chow
2024-09-03Merge bitcoin/bitcoin#30742: kernel: Use spans instead of vectors for passing...Ava Chow
2024-09-03Merge bitcoin/bitcoin#29553: assumeutxo: Add dumptxoutset height param, remov...Ava Chow
2024-09-01rpc, refactor: Prevent potential race conditions in dumptxoutsetFabian Jahr
2024-09-01doc: Improve assumeutxo guide and add more docs/commentsFabian Jahr
2024-09-01RPC: Add type parameter to dumptxoutsetFabian Jahr
2024-09-01RPC: Extract ReconsiderBlock helperFabian Jahr
2024-09-01RPC: Extract InvalidateBlock helperFabian Jahr
2024-08-30validation: Use span for ProcessNewBlockHeadersTheCharlatan
2024-08-29scripted-diff: LogPrint -> LogDebugMarcoFalke
2024-08-28Merge bitcoin/bitcoin#22838: descriptors: Be able to specify change and recei...glozow
2024-08-13log: expand BCLog::LogFlags (categories) to 64 bitsLarry Ruane
2024-08-13Deduplicate list of chain strings in RPC help textsMartin Saposnic
2024-08-12doc: add missing "testnet4" network string in RPC/init help textsSebastian Falbesoner
2024-08-12Merge bitcoin/bitcoin#30524: doc: rpc: Use "output script" consistently (2/2)merge-script
2024-08-09Merge bitcoin/bitcoin#30598: assumeutxo: Drop block height from metadataAva Chow
2024-08-08assumeutxo: Drop block height from metadataFabian Jahr
2024-08-08rpc: Have deriveaddresses derive receiving and changeAva Chow
2024-08-08descriptors: Change Parse to return vector of descriptorsAva Chow
2024-08-07Merge bitcoin/bitcoin#30525: doc, rpc : `#30275` followupsAva Chow
2024-08-05rpc: clarify ALREADY_IN_CHAIN rpc errorswillcl-ark
2024-08-05Merge bitcoin/bitcoin#29656: chainparams: Change nChainTx type to uint64_tglozow
2024-08-04Merge bitcoin/bitcoin#29798: Logging cleanupRyan Ofsky
2024-08-04scripted-diff: Modernize naming of nChainTx and nTxCountFabian Jahr
2024-08-04rpc: make logging method reject "0" category and correct the help textVasil Dimov
2024-08-02Merge bitcoin/bitcoin#30352: policy: Add PayToAnchor(P2A), `OP_1 <0x4e73>` as...glozow
2024-08-02[rpc, fees]: add more detail on the fee estimation modesismaelsadeeq
2024-08-02Merge bitcoin/bitcoin#30544: rpc: fix maybe-uninitialized compile warning in ...merge-script
2024-07-30policy: Add OP_1 <0x4e73> as a standard output typeGreg Sanders
2024-07-29rpc: fix maybe-uninitialized compile warning in getchaintxstatsMichael Dietz
2024-07-28Merge bitcoin/bitcoin#30515: rpc: add utxo's blockhash and number of confirma...merge-script
2024-07-27rpc: add utxo's blockhash and number of confirmations to scantxoutset outputLuis Schwab
2024-07-25doc: rpc: Use "output script" consistently (2/2)MarcoFalke
2024-07-25Merge bitcoin/bitcoin#30482: rest: Reject truncated hex txid early in getutxo...merge-script
2024-07-25Merge bitcoin/bitcoin#30275: Fee Estimation: change `estimatesmartfee` defaul...merge-script
2024-07-24refactor: Replace ParseHashStr with FromHexMarcoFalke
2024-07-23Merge bitcoin/bitcoin#30408: rpc: doc: use "output script" terminology consis...Ava Chow
2024-07-18Merge bitcoin/bitcoin#30356: refactor: add coinbase constraints to BlockAssem...Ryan Ofsky
2024-07-18[fees]: change `estimatesmartfee` default mode to `economical`ismaelsadeeq
2024-07-17Merge bitcoin/bitcoin#29523: Wallet: Add `max_tx_weight` to transaction fund...Ava Chow
2024-07-16Merge bitcoin/bitcoin#30429: rpc: Use CHECK_NONFATAL over AssertAva Chow
2024-07-16refactor: pass BlockCreateOptions to createNewBlockSjors Provoost
2024-07-16refactor: use CHECK_NONFATAL to avoid single-use symbolSjors Provoost
2024-07-12rpc: Use CHECK_NONFATAL over AssertMarcoFalke
2024-07-11Merge bitcoin/bitcoin#30406: refactor: modernize-use-equals-defaultmerge-script
2024-07-10Merge bitcoin/bitcoin#29668: prune, rpc: Check undo data when finding prunehe...Ava Chow
2024-07-09Merge bitcoin/bitcoin#30396: random: add benchmarks and drop unnecessary Shuf...Ava Chow
2024-07-08rpc: doc: use "output script" terminology consistently in "asm"/"hex" resultsSebastian Falbesoner
2024-07-08tidy: modernize-use-equals-defaultMarcoFalke
2024-07-06random: drop ad-hoc Shuffle in favor of std::shufflePieter Wuille