aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
AgeCommit message (Expand)Author
2021-03-29refactor: replace util::Ref by std::any (C++17)Sebastian Falbesoner
2021-03-29Merge #20286: rpc: deprecate `addresses` and `reqSigs` from rpc outputsMarcoFalke
2021-03-26Merge #21390: test: Test improvements for UTXO set hash testsMarcoFalke
2021-03-23rpc: Improve gettxoutsetinfo helpFabian Jahr
2021-03-23rpc: deprecate `addresses` and `reqSigs` from rpc outputsMichael Dietz
2021-03-15rpc: remove scantxoutset EXPERIMENTAL warningJon Atack
2021-03-15Merge #20556: rpc: Properly document return values (submitblock, gettxout, ge...fanquake
2021-03-08node/coinstats: Pass in BlockManager to GetUTXOStatsCarl Dong
2021-03-04Merge #21055: [Bundle 3/n] Prune remaining g_chainman usage in validation fun...Wladimir J. van der Laan
2021-03-01validation: Pass in chainstate to CVerifyDB::VerifyDBCarl Dong
2021-03-01validation: Remove global ::VersionBitsTip{State,SinceHeight,Statistics}Carl Dong
2021-03-01validation: Pass in chainstate to ::PruneBlockFilesManualCarl Dong
2021-02-27rpc: document optional fields for getchaintxstats resultSebastian Falbesoner
2021-02-25rpc: Properly document scantxoutset return valueMarcoFalke
2021-02-25rpc: Properly document gettxout return valueMarcoFalke
2021-02-23Merge #21053: rpc, test: document {previous,next}blockhash as optionalMarcoFalke
2021-02-22validation: Remove global ::{{Precious,Invalidate}Block,ResetBlockFailureFlags}Carl Dong
2021-02-12move-onlyish: break out CreateUTXOSnapshot from dumptxoutsetJames O'Beirne
2021-02-12Merge #19145: Add hash_type MUHASH for gettxoutsetinfoWladimir J. van der Laan
2021-02-10Merge #21114: Deduplicate some block-to-JSON codeWladimir J. van der Laan
2021-02-10Deduplicate some block-to-JSON code.Daniel Kraft
2021-02-08Merge #20944: rpc: Return total fee in getmempoolinfoMarcoFalke
2021-02-01Merge #20749: [Bundle 1/n] Prune g_chainman usage related to ::LookupBlockIndexWladimir J. van der Laan
2021-01-30rpc: Add hash_type MUHASH to gettxoutsetinfoFabian Jahr
2021-01-29rpc, test: document {previous,next}blockhash as optionalSebastian Falbesoner
2021-01-28validation: Remove global ::ActivateBestChainCarl Dong
2021-01-28scripted-diff: Use BlockManager::LookupBlockIndexCarl Dong
2021-01-28rpc: Return total fee in mempoolMarcoFalke
2021-01-28rpc: Remove duplicate name and argNames from CRPCCommandMarcoFalke
2021-01-15Replace fs::absolute calls with AbsPathJoin callsKiminuo
2021-01-12doc, rpc: add missing signet mentions in network name listsSebastian Falbesoner
2021-01-07Merge #20584: Declare de facto const reference variables/member functions as ...MarcoFalke
2020-12-24Merge #18772: rpc: calculate fees in getblock using BlockUndo dataMarcoFalke
2020-12-06Don't declare de facto const reference variables as non-constpracticalswift
2020-12-03Remove the remaining fee estimation globalsAntoine Poinsot
2020-11-01docs: Correct getblockstats documentation for (sw)total_weightNadav Ivgi
2020-10-15Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript)Wladimir J. van der Laan
2020-10-12Activate Taproot/Tapscript on regtest (BIP 341, BIP 342)Pieter Wuille
2020-10-09RPC: getblock: tx fee calculation for verbosity 2 via Undo dataElliott Jin
2020-10-03RPC: remove duplicate line in getblock helpFabian Jahr
2020-09-22Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltasGregory Sanders
2020-09-22Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockch...MarcoFalke
2020-09-04Remove mapLinks in favor of entry inlined structs with iterator type erasureJeremy Rubin
2020-08-31Assert that RPCArg names are equal to CRPCCommand ones (blockchain)MarcoFalke
2020-08-21docs: Correct description for getblockstats's txs fieldNadav Ivgi
2020-08-19doc: Fix getmempoolancestor RPC result docMarcoFalke
2020-08-02refactor: Use C++11 range based for loops to simplify rpc codeMarcoFalke
2020-07-24rpc: RPCResult Type of MempoolEntryDescription should be OBJ. If multiple ent...Chris L
2020-07-24rpc: reset scantxoutset progress on finishPavol Rusnak
2020-07-14Merge #19323: gui: Fix regression in *txoutset* in GUI consoleMarcoFalke