aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
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
2024-06-26mempool: move LoadMempool/DumpMempool to nodeCory Fields
2024-06-26refactor: testBlockValidity make out argument lastSjors Provoost
2024-06-23doc: Add note to getblockfrompeer on missing undo dataFabian Jahr
2024-06-23rpc: Make pruneheight also reflect undo data presenceFabian Jahr
2024-06-21refactor, blockstorage: Generalize GetFirstStoredBlockFabian Jahr
2024-06-19refactor: Move early loadtxoutset checks into ActiveSnapshotFabian Jahr
2024-06-18rpc: call IsInitialBlockDownload via miner interfaceSjors Provoost
2024-06-18rpc: minize getTipHash() calls in gbtSjors Provoost
2024-06-18rpc: call processNewBlock via miner interfaceSjors Provoost
2024-06-18rpc: getTransactionsUpdated via miner interfaceSjors Provoost
2024-06-18rpc: call CreateNewBlock via miner interfaceSjors Provoost
2024-06-18rpc: getblocktemplate getTipHash() via Miner interfaceSjors Provoost
2024-06-18rpc: call TestBlockValidity via miner interfaceSjors Provoost
2024-06-18Introduce Mining interfaceSjors Provoost
2024-06-13refactor: remove warnings globalsstickies-v
2024-06-13move-only: move warnings from common to nodestickies-v
2024-06-12Merge bitcoin/bitcoin#29015: kernel: Streamline util libraryAva Chow
2024-06-12Merge bitcoin/bitcoin#29325: consensus: Store transaction nVersion as uint32_tmerge-script
2024-06-07refactor: Rename CTransaction::nVersion to versionAva Chow
2024-06-07consensus: Store transaction nVersion as uint32_tAva Chow