aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
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-08assumeutxo: Drop block height from metadataFabian Jahr
2024-08-04scripted-diff: Modernize naming of nChainTx and nTxCountFabian Jahr
2024-08-02Merge bitcoin/bitcoin#30544: rpc: fix maybe-uninitialized compile warning in ...merge-script
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-23Merge bitcoin/bitcoin#30408: rpc: doc: use "output script" terminology consis...Ava Chow
2024-07-12rpc: Use CHECK_NONFATAL over AssertMarcoFalke
2024-07-10Merge bitcoin/bitcoin#29668: prune, rpc: Check undo data when finding prunehe...Ava Chow
2024-07-08rpc: doc: use "output script" terminology consistently in "asm"/"hex" resultsSebastian Falbesoner
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-02rpc: Reorder getchaintxstats outputMarcoFalke
2024-07-02rpc: Avoid getchaintxstats invalid resultsMarcoFalke
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-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-05-24assumeutxo: Add network magic ctor param to SnapshotMetadataFabian Jahr
2024-05-23Merge bitcoin/bitcoin#29612: rpc: Optimize serialization and enhance metadata...Ava Chow
2024-05-21rpc: Enhance metadata of the dumptxoutset outputFabian Jahr
2024-05-21assumeutxo: Add documentation on dumptxoutset serialization formatFabian Jahr
2024-05-21rpc: Optimize serialization disk space of dumptxoutsetFabian Jahr
2024-05-20rpc: avoid copying into UniValueCory Fields
2024-05-16util: Move util/string.h functions to util namespaceRyan Ofsky
2024-05-13rpc: move UniValue in blockToJSONwillcl-ark
2024-05-01rpc: return warnings as an array instead of just a single onestickies-v
2024-04-29Merge bitcoin/bitcoin#29277: RPC: access RPC arguments by nameRyan Ofsky
2024-03-12rpc: read raw block in getblock and deserialize for verbosity > 0Andrew Toth
2024-03-08Merge bitcoin/bitcoin#28960: kernel: Remove dependency on CSchedulerAva Chow
2024-03-01rpc: access some args by namestickies-v
2024-02-15refactor: De-globalize g_signalsTheCharlatan
2024-01-30rpc: Do not wait for headers inside loadtxoutsetMarcoFalke
2024-01-17rpc: Fix race in loadtxoutsetMarcoFalke
2024-01-08Merge bitcoin/bitcoin#29184: RPC/Blockchain: scanblocks: Accept named param f...glozow
2024-01-05Merge bitcoin/bitcoin#28890: rpc: Remove deprecated -rpcserialversionfanquake
2024-01-04RPC/Blockchain: scanblocks: Accept named param for filter_false_positivesLuke Dashjr
2023-12-14Merge bitcoin/bitcoin#29040: refactor: Remove pre-C++20 code, fs::path cleanupAva Chow
2023-12-14refactor: Rename fs::path::u8string() to fs::path::utf8string()MarcoFalke
2023-12-11Remove deprecated -rpcserialversionMarcoFalke
2023-12-07refactor: rpc: Pass CBlockIndex by reference instead of pointerMarcoFalke