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
...
*
|
Merge #16194: refactor: share blockmetadata with BlockManager
Wladimir J. van der Laan
2019-07-16
1
-2
/
+2
|
\
\
|
*
|
refactoring: remove mapBlockIndex global
James O'Beirne
2019-07-08
1
-2
/
+2
*
|
|
Merge #16240: JSONRPCRequest-aware RPCHelpMan
MarcoFalke
2019-07-09
1
-100
/
+32
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
rpc: switch to using RPCHelpMan.Check()
Karl-Johan Alm
2019-07-08
1
-100
/
+32
*
|
|
rpc: Clarify that block count means height excl genesis
MarcoFalke
2019-07-02
1
-5
/
+5
|
/
/
*
|
Merge #15427: Add support for descriptors to utxoupdatepsbt
Wladimir J. van der Laan
2019-07-02
1
-34
/
+5
|
\
\
|
|
/
|
/
|
|
*
Abstract out EvalDescriptorStringOrObject from scantxoutset
Pieter Wuille
2019-05-10
1
-34
/
+5
*
|
Fix RPC/pruneblockchain returned prune height
Jonas Schnelli
2019-06-11
1
-1
/
+6
*
|
Merge #16129: refactor: Remove unused includes
MarcoFalke
2019-06-06
1
-2
/
+0
|
\
\
|
*
|
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-2
/
+0
*
|
|
Merge #15976: refactor: move methods under CChainState (pt. 1)
Wladimir J. van der Laan
2019-06-05
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
refactoring: IsInitialBlockDownload -> CChainState
James O'Beirne
2019-05-16
1
-1
/
+1
|
*
|
refactoring: FlushStateToDisk -> CChainState
James O'Beirne
2019-05-16
1
-2
/
+2
*
|
|
Merge #14984: rpc: Speedup getrawmempool when verbose=true
MarcoFalke
2019-05-15
1
-1
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
rpc: Speedup getrawmempool when verbose=true
João Barbosa
2019-03-08
1
-1
/
+4
*
|
|
Merge #14802: rpc: faster getblockstats using BlockUndo data
MarcoFalke
2019-05-10
1
-15
/
+22
|
\
\
\
|
*
|
|
rpc: faster getblockstats using BlockUndo data
Felix Weis
2019-05-10
1
-15
/
+22
*
|
|
|
Merge #15744: refactor: Extract ParseDescriptorRange
MarcoFalke
2019-05-10
1
-2
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Extract ParseDescriptorRange
Ben Woosley
2019-04-13
1
-2
/
+1
*
|
|
|
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
1
-22
/
+22
*
|
|
|
Merge #15932: rpc: Serialize in getblock without cs_main
MarcoFalke
2019-05-03
1
-11
/
+25
|
\
\
\
\
|
*
|
|
|
rpc: Add lock annotations to block{,header}ToJSON
MarcoFalke
2019-05-02
1
-0
/
+4
|
*
|
|
|
rpc: Serialize in getblock without cs_main
MarcoFalke
2019-05-01
1
-8
/
+16
|
*
|
|
|
rpc: Use IsValidNumArgs in getblock
MarcoFalke
2019-05-01
1
-4
/
+6
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge #15323: rpc: Expose g_is_mempool_loaded via getmempoolinfo
MarcoFalke
2019-05-01
1
-2
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Move g_is_mempool_loaded into CTxMemPool::m_is_loaded
Ben Woosley
2019-03-22
1
-3
/
+3
|
*
|
|
rpc: Expose g_is_mempool_loaded via getmempoolinfo and /rest/mempool/info.json
Ben Woosley
2019-03-22
1
-0
/
+2
*
|
|
|
Merge #15670: refactor: combine Chain::findFirstBlockWithTime/findFirstBlockW...
MarcoFalke
2019-04-19
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
refactor: combine Chain::findFirstBlockWithTime/findFirstBlockWithTimeAndHeight
Antoine Riard
2019-03-27
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge #15655: Resolve the checkpoints <-> validation circular dependency
MarcoFalke
2019-04-19
1
-1
/
+0
|
\
\
\
\
|
*
|
|
|
Resolve the checkpoints <-> validation CD.
251
2019-03-23
1
-1
/
+0
|
|
/
/
/
*
|
|
|
Merge #14121: Index for BIP 157 block filters
MarcoFalke
2019-04-18
1
-0
/
+82
|
\
\
\
\
|
*
|
|
|
rpc: Add getblockfilter RPC method.
Jim Posen
2019-04-06
1
-0
/
+82
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge #15474: rest/rpc: Make mempoolinfo atomic
MarcoFalke
2019-04-17
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
rest/rpc: Make mempoolinfo atomic
João Barbosa
2019-03-08
1
-0
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
[build] Add several util units
John Newbery
2019-04-09
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
rpc: Rename size to vsize in mempool related calls
Miguel Herranz
2019-03-24
1
-2
/
+5
|
/
/
*
|
Merge #15402: Granular invalidateblock and RewindBlockIndex
Wladimir J. van der Laan
2019-03-07
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Call InvalidateBlock without cs_main held
Pieter Wuille
2019-02-24
1
-3
/
+3
*
|
Merge #15473: bench: Benchmark MempoolToJSON
MarcoFalke
2019-03-06
1
-28
/
+24
|
\
\
|
*
|
rpc: Pass mempool into MempoolToJSON
MarcoFalke
2019-02-25
1
-28
/
+24
|
|
/
*
|
Add support for stop/[start,stop] ranges to scantxoutset
Pieter Wuille
2019-02-28
1
-6
/
+9
*
|
rpc: Actually throw help when passed invalid number of params
MarcoFalke
2019-02-20
1
-5
/
+5
|
/
*
RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-11
1
-37
/
+37
*
Merge #15159: [RPC] Remove lookup to UTXO set from GetTransaction
MarcoFalke
2019-01-30
1
-1
/
+1
|
\
|
*
[RPC] Update getrawtransaction interface
Amiti Uttarwar
2019-01-26
1
-1
/
+1
*
|
RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-25
1
-168
/
+214
|
/
*
Merge #12153: Avoid permanent cs_main lock in getblockheader
Wladimir J. van der Laan
2019-01-08
1
-4
/
+9
|
\
|
*
rpc: Avoid permanent cs_main lock in getblockheader
João Barbosa
2019-01-04
1
-4
/
+9
*
|
Merge #15057: [rpc] Correct reconsiderblock help text, add test
Wladimir J. van der Laan
2019-01-07
1
-1
/
+1
|
\
\
|
|
/
|
/
|
[prev]
[next]