aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Dogecoin block subsidiesRoss Nicoll2021-05-301-1/+2
* docs: Correct getblockstats documentation for (sw)total_weightNadav Ivgi2020-11-011-2/+2
* Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript)Wladimir J. van der Laan2020-10-151-0/+1
|\
| * Activate Taproot/Tapscript on regtest (BIP 341, BIP 342)Pieter Wuille2020-10-121-0/+1
* | RPC: remove duplicate line in getblock helpFabian Jahr2020-10-031-1/+0
|/
* Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltasGregory Sanders2020-09-221-6/+35
* Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockch...MarcoFalke2020-09-221-119/+182
|\
| * Assert that RPCArg names are equal to CRPCCommand ones (blockchain)MarcoFalke2020-08-311-119/+182
* | Remove mapLinks in favor of entry inlined structs with iterator type erasureJeremy Rubin2020-09-041-3/+3
|/
* docs: Correct description for getblockstats's txs fieldNadav Ivgi2020-08-211-1/+1
* doc: Fix getmempoolancestor RPC result docMarcoFalke2020-08-191-2/+4
* refactor: Use C++11 range based for loops to simplify rpc codeMarcoFalke2020-08-021-3/+3
* rpc: RPCResult Type of MempoolEntryDescription should be OBJ. If multiple ent...Chris L2020-07-241-6/+6
* Merge #19323: gui: Fix regression in *txoutset* in GUI consoleMarcoFalke2020-07-141-6/+12
|\
| * gui: Fix regression in GUI consoleHennadii Stepanov2020-07-081-6/+12
* | doc: Use precise permission flags where possibleMarcoFalke2020-07-101-4/+2
|/
* Merge #19328: Add gettxoutsetinfo hash_type optionMarcoFalke2020-07-061-6/+12
|\
| * rpc: Add hash_type NONE to gettxoutsetinfoFabian Jahr2020-06-221-2/+2
| * rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)Fabian Jahr2020-06-221-6/+12
* | Merge #19277: util: Add Assert identity functionMarcoFalke2020-07-041-1/+4
|\ \
| * | refactor: Remove unused EnsureChainmanMarcoFalke2020-06-151-1/+4
| |/
* | refactor: Remove confusing BlockIndex globalMarcoFalke2020-06-291-12/+10
* | refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan2020-06-241-3/+3
|/
* Make GetWarnings() return bilingual_strHennadii Stepanov2020-06-101-1/+2
* doc: Add documentation for 'checklevel' argument in 'verifychain' RPC callCalvin Kim2020-06-071-1/+2
* Merge #18807: [doc / test / mempool] unbroadcast follow-upsMarcoFalke2020-05-301-1/+1
|\
| * [doc] Update unbroadcast description in RPC resultsAmiti Uttarwar2020-05-251-1/+1
* | Merge #16127: More thread safety annotation coverageMarcoFalke2020-05-271-13/+9
|\ \
| * | rpc/blockchain.cpp: thread safety annotations for latestblockAnthony Towns2020-05-191-8/+8
| * | rpc/blockchain.cpp: Remove g_utxosetscan mutex that is only protecting a sing...Anthony Towns2020-05-061-5/+1
* | | Merge #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptibleMarcoFalke2020-05-261-5/+4
|\ \ \ | |_|/ |/| |
| * | rpc: Make gettxoutsetinfo/GetUTXOStats interruptibleMarcoFalke2020-05-221-2/+3
| * | rpc: factor out RpcInterruptionPoint from dumptxoutsetMarcoFalke2020-05-221-3/+1
* | | Merge #18698: Make g_chainman internal to validationMarcoFalke2020-05-231-0/+6
|\ \ \ | |/ / |/| |
| * | validation: Make ProcessNewBlock*() members of ChainstateManagerMarcoFalke2020-05-211-0/+6
* | | Merge #18895: p2p: unbroadcast followups: rpcs, nLastResend, mempool sanity c...fanquake2020-05-221-1/+4
|\ \ \ | |/ / |/| |
| * | [rpc] add unbroadcast info to mempool entries and getmempoolinfogzhao4082020-05-191-1/+4
| |/
* | Merge #18740: Remove g_rpc_node globalMarcoFalke2020-05-211-13/+20
|\ \
| * | refactor: Remove g_rpc_node globalRussell Yanofsky2020-05-131-2/+0
| * | refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky2020-05-131-11/+20
| |/
* / refactor: Remove unused bool parameter in RPCNotifyBlockChange()Hennadii Stepanov2020-05-191-1/+1
|/
* rpc: Do not advertise dumptxoutset as a way to flush the chainstateMarcoFalke2020-04-281-2/+1
* Merge #17831: rpc: doc: Fix and extend getblockstats examplesMarcoFalke2020-04-201-2/+4
|\
| * rpc: doc: Fix and extend getblockstats examplesAdam Soltys2020-04-171-2/+4
* | Merge #18607: rpc: Fix named arguments in documentationMarcoFalke2020-04-171-1/+1
|\ \
| * | rpc: Document all aliases for second arg of getblockMarcoFalke2020-04-161-1/+1
* | | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
| |/ |/|
* | Merge #18493: rpc: Remove deprecated "size" from mempool txsMarcoFalke2020-04-131-3/+0
|\ \ | |/ |/|
| * rpc: Remove deprecated "size" from mempool txsVasil Dimov2020-04-011-3/+0
* | Merge #17737: Add ChainstateManager, remove BlockManager globalMarcoFalke2020-04-101-1/+1
|\ \