aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2024-09-11assumeUTXO: fix peers disconnection during syncfurszy
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-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
2024-07-05rpc: Use untranslated error strings in loadtxoutsetMarcoFalke
2024-07-05refactor: Use named arguments to get path arg in loadtxoutsetMarcoFalke
2024-07-02Merge bitcoin/bitcoin#29720: rpc: Avoid getchaintxstats invalid resultsAva Chow
2024-07-02Merge bitcoin/bitcoin#30267: assumeutxo: Check snapshot base block is not in ...Ava Chow
2024-07-02Merge bitcoin/bitcoin#30344: kernel: remove mempool_persistglozow
2024-07-02rpc: Reorder getchaintxstats outputMarcoFalke
2024-07-02rpc: Avoid getchaintxstats invalid resultsMarcoFalke
2024-06-27Merge bitcoin/bitcoin#30335: Mining interface followups, reduce cs_main locki...Ryan Ofsky
2024-06-27Merge bitcoin/bitcoin#28167: init: Add option for rpccookie permissions (repl...Ryan Ofsky
2024-06-27[wallet, rpc]: add `max_tx_weight` to tx funding optionsismaelsadeeq
2024-06-27init: add option for rpccookie permissionswillcl-ark
2024-06-27Have testBlockValidity hold cs_main instead of callerSjors Provoost
2024-06-27refactor: use CHECK_NONFATAL to avoid single-use symbolSjors Provoost