aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
AgeCommit message (Expand)Author
2021-04-15versionbits: Add explicit NEVER_ACTIVE deploymentsAnthony Towns
2021-04-15versionbits: Add support for delayed activationAnthony Towns
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-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-14Merge #19323: gui: Fix regression in *txoutset* in GUI consoleMarcoFalke
2020-07-10doc: Use precise permission flags where possibleMarcoFalke
2020-07-08gui: Fix regression in GUI consoleHennadii Stepanov
2020-07-06Merge #19328: Add gettxoutsetinfo hash_type optionMarcoFalke
2020-07-04Merge #19277: util: Add Assert identity functionMarcoFalke
2020-06-29refactor: Remove confusing BlockIndex globalMarcoFalke
2020-06-24refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan
2020-06-22rpc: Add hash_type NONE to gettxoutsetinfoFabian Jahr
2020-06-22rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)Fabian Jahr
2020-06-15refactor: Remove unused EnsureChainmanMarcoFalke
2020-06-10Make GetWarnings() return bilingual_strHennadii Stepanov
2020-06-07doc: Add documentation for 'checklevel' argument in 'verifychain' RPC callCalvin Kim
2020-05-30Merge #18807: [doc / test / mempool] unbroadcast follow-upsMarcoFalke
2020-05-27Merge #16127: More thread safety annotation coverageMarcoFalke
2020-05-26Merge #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptibleMarcoFalke
2020-05-25[doc] Update unbroadcast description in RPC resultsAmiti Uttarwar
2020-05-23Merge #18698: Make g_chainman internal to validationMarcoFalke
2020-05-22rpc: Make gettxoutsetinfo/GetUTXOStats interruptibleMarcoFalke
2020-05-22rpc: factor out RpcInterruptionPoint from dumptxoutsetMarcoFalke
2020-05-22Merge #18895: p2p: unbroadcast followups: rpcs, nLastResend, mempool sanity c...fanquake
2020-05-21validation: Make ProcessNewBlock*() members of ChainstateManagerMarcoFalke
2020-05-21Merge #18740: Remove g_rpc_node globalMarcoFalke
2020-05-19[rpc] add unbroadcast info to mempool entries and getmempoolinfogzhao408
2020-05-19rpc/blockchain.cpp: thread safety annotations for latestblockAnthony Towns
2020-05-19refactor: Remove unused bool parameter in RPCNotifyBlockChange()Hennadii Stepanov
2020-05-13refactor: Remove g_rpc_node globalRussell Yanofsky
2020-05-13refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky
2020-05-06rpc/blockchain.cpp: Remove g_utxosetscan mutex that is only protecting a sing...Anthony Towns
2020-04-28rpc: Do not advertise dumptxoutset as a way to flush the chainstateMarcoFalke
2020-04-20Merge #17831: rpc: doc: Fix and extend getblockstats examplesMarcoFalke
2020-04-17rpc: doc: Fix and extend getblockstats examplesAdam Soltys
2020-04-17Merge #18607: rpc: Fix named arguments in documentationMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-16rpc: Document all aliases for second arg of getblockMarcoFalke
2020-04-13Merge #18493: rpc: Remove deprecated "size" from mempool txsMarcoFalke
2020-04-10Merge #17737: Add ChainstateManager, remove BlockManager globalMarcoFalke