index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
/
blockchain.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Dogecoin block subsidies
Ross Nicoll
2021-05-30
1
-1
/
+2
*
docs: Correct getblockstats documentation for (sw)total_weight
Nadav Ivgi
2020-11-01
1
-2
/
+2
*
Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript)
Wladimir J. van der Laan
2020-10-15
1
-0
/
+1
|
\
|
*
Activate Taproot/Tapscript on regtest (BIP 341, BIP 342)
Pieter Wuille
2020-10-12
1
-0
/
+1
*
|
RPC: remove duplicate line in getblock help
Fabian Jahr
2020-10-03
1
-1
/
+0
|
/
*
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-22
1
-6
/
+35
*
Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockch...
MarcoFalke
2020-09-22
1
-119
/
+182
|
\
|
*
Assert that RPCArg names are equal to CRPCCommand ones (blockchain)
MarcoFalke
2020-08-31
1
-119
/
+182
*
|
Remove mapLinks in favor of entry inlined structs with iterator type erasure
Jeremy Rubin
2020-09-04
1
-3
/
+3
|
/
*
docs: Correct description for getblockstats's txs field
Nadav Ivgi
2020-08-21
1
-1
/
+1
*
doc: Fix getmempoolancestor RPC result doc
MarcoFalke
2020-08-19
1
-2
/
+4
*
refactor: Use C++11 range based for loops to simplify rpc code
MarcoFalke
2020-08-02
1
-3
/
+3
*
rpc: RPCResult Type of MempoolEntryDescription should be OBJ. If multiple ent...
Chris L
2020-07-24
1
-6
/
+6
*
Merge #19323: gui: Fix regression in *txoutset* in GUI console
MarcoFalke
2020-07-14
1
-6
/
+12
|
\
|
*
gui: Fix regression in GUI console
Hennadii Stepanov
2020-07-08
1
-6
/
+12
*
|
doc: Use precise permission flags where possible
MarcoFalke
2020-07-10
1
-4
/
+2
|
/
*
Merge #19328: Add gettxoutsetinfo hash_type option
MarcoFalke
2020-07-06
1
-6
/
+12
|
\
|
*
rpc: Add hash_type NONE to gettxoutsetinfo
Fabian Jahr
2020-06-22
1
-2
/
+2
|
*
rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)
Fabian Jahr
2020-06-22
1
-6
/
+12
*
|
Merge #19277: util: Add Assert identity function
MarcoFalke
2020-07-04
1
-1
/
+4
|
\
\
|
*
|
refactor: Remove unused EnsureChainman
MarcoFalke
2020-06-15
1
-1
/
+4
|
|
/
*
|
refactor: Remove confusing BlockIndex global
MarcoFalke
2020-06-29
1
-12
/
+10
*
|
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-06-24
1
-3
/
+3
|
/
*
Make GetWarnings() return bilingual_str
Hennadii Stepanov
2020-06-10
1
-1
/
+2
*
doc: Add documentation for 'checklevel' argument in 'verifychain' RPC call
Calvin Kim
2020-06-07
1
-1
/
+2
*
Merge #18807: [doc / test / mempool] unbroadcast follow-ups
MarcoFalke
2020-05-30
1
-1
/
+1
|
\
|
*
[doc] Update unbroadcast description in RPC results
Amiti Uttarwar
2020-05-25
1
-1
/
+1
*
|
Merge #16127: More thread safety annotation coverage
MarcoFalke
2020-05-27
1
-13
/
+9
|
\
\
|
*
|
rpc/blockchain.cpp: thread safety annotations for latestblock
Anthony Towns
2020-05-19
1
-8
/
+8
|
*
|
rpc/blockchain.cpp: Remove g_utxosetscan mutex that is only protecting a sing...
Anthony Towns
2020-05-06
1
-5
/
+1
*
|
|
Merge #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptible
MarcoFalke
2020-05-26
1
-5
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
rpc: Make gettxoutsetinfo/GetUTXOStats interruptible
MarcoFalke
2020-05-22
1
-2
/
+3
|
*
|
rpc: factor out RpcInterruptionPoint from dumptxoutset
MarcoFalke
2020-05-22
1
-3
/
+1
*
|
|
Merge #18698: Make g_chainman internal to validation
MarcoFalke
2020-05-23
1
-0
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
validation: Make ProcessNewBlock*() members of ChainstateManager
MarcoFalke
2020-05-21
1
-0
/
+6
*
|
|
Merge #18895: p2p: unbroadcast followups: rpcs, nLastResend, mempool sanity c...
fanquake
2020-05-22
1
-1
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[rpc] add unbroadcast info to mempool entries and getmempoolinfo
gzhao408
2020-05-19
1
-1
/
+4
|
|
/
*
|
Merge #18740: Remove g_rpc_node global
MarcoFalke
2020-05-21
1
-13
/
+20
|
\
\
|
*
|
refactor: Remove g_rpc_node global
Russell Yanofsky
2020-05-13
1
-2
/
+0
|
*
|
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-05-13
1
-11
/
+20
|
|
/
*
/
refactor: Remove unused bool parameter in RPCNotifyBlockChange()
Hennadii Stepanov
2020-05-19
1
-1
/
+1
|
/
*
rpc: Do not advertise dumptxoutset as a way to flush the chainstate
MarcoFalke
2020-04-28
1
-2
/
+1
*
Merge #17831: rpc: doc: Fix and extend getblockstats examples
MarcoFalke
2020-04-20
1
-2
/
+4
|
\
|
*
rpc: doc: Fix and extend getblockstats examples
Adam Soltys
2020-04-17
1
-2
/
+4
*
|
Merge #18607: rpc: Fix named arguments in documentation
MarcoFalke
2020-04-17
1
-1
/
+1
|
\
\
|
*
|
rpc: Document all aliases for second arg of getblock
MarcoFalke
2020-04-16
1
-1
/
+1
*
|
|
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge #18493: rpc: Remove deprecated "size" from mempool txs
MarcoFalke
2020-04-13
1
-3
/
+0
|
\
\
|
|
/
|
/
|
|
*
rpc: Remove deprecated "size" from mempool txs
Vasil Dimov
2020-04-01
1
-3
/
+0
*
|
Merge #17737: Add ChainstateManager, remove BlockManager global
MarcoFalke
2020-04-10
1
-1
/
+1
|
\
\
[next]