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
...
|
*
|
|
[doc] Add hint about getmempoolentry to getrawmempool help.
Karl-Johan Alm
2017-05-06
1
-0
/
+1
*
|
|
|
Add getchaintxstats RPC
Pieter Wuille
2017-05-03
1
-0
/
+66
*
|
|
|
Remove unused forward declaration for non-existent ScriptPubKeyToJSON(...)
practicalswift
2017-05-02
1
-1
/
+0
|
/
/
/
*
/
/
refactor TxToJSON() and ScriptPubKeyToJSON()
jonnynewbs
2017-04-28
1
-2
/
+3
|
/
/
*
|
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-04-01
1
-1
/
+1
*
|
refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicit
Wladimir J. van der Laan
2017-03-29
1
-2
/
+2
*
|
refactor: Move GetDifficulty out of `rpc/server.h`
Wladimir J. van der Laan
2017-03-27
1
-7
/
+2
|
/
*
Merge #9853: Fix error codes from various RPCs
Wladimir J. van der Laan
2017-03-09
1
-6
/
+11
|
\
|
*
Return correct error codes in blockchain.cpp.
John Newbery
2017-03-07
1
-6
/
+11
*
|
Refactor: Remove using namespace <xxx> from rpc/
Karl-Johan Alm
2017-03-08
1
-29
/
+28
|
/
*
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-07
1
-4
/
+0
|
\
|
*
[rpc] Remove priority information from mempool RPC calls
Alex Morcos
2017-03-03
1
-4
/
+0
*
|
Define 7200 second timestamp window constant
Russell Yanofsky
2017-03-03
1
-1
/
+1
|
/
*
Trivial: Rephrase the definition of difficulty in the code.
Karl-Johan Alm
2017-02-23
1
-2
/
+7
*
Add two hour buffer to manual pruning
Alex Morcos
2017-02-16
1
-2
/
+4
*
Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.
Gregory Maxwell
2017-01-12
1
-2
/
+2
*
Merge #9472: Disentangle progress estimation from checkpoints and update it
Wladimir J. van der Laan
2017-01-12
1
-1
/
+1
|
\
|
*
Move tx estimation data out of CCheckPointData
Pieter Wuille
2017-01-04
1
-1
/
+1
|
*
[MOVEONLY] Move progress estimation out of checkpoints
Pieter Wuille
2017-01-04
1
-1
/
+1
*
|
Merge #9518: Return height of last block pruned by pruneblockchain RPC
MarcoFalke
2017-01-12
1
-3
/
+10
|
\
\
|
*
|
Return height of last block pruned by pruneblockchain RPC
Russell Yanofsky
2017-01-11
1
-3
/
+10
*
|
|
Merge #9297: Various RPC help outputs updated
MarcoFalke
2017-01-12
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
RPC help updated
Michael Rotarius
2017-01-11
1
-3
/
+3
*
|
|
fixup! Add pruneblockchain RPC to enable manual block file pruning.
Russell Yanofsky
2017-01-10
1
-1
/
+11
*
|
|
Add pruneblockchain RPC to enable manual block file pruning.
mrbandrews
2017-01-10
1
-0
/
+31
|
/
/
*
|
Merge #8811: rpc: Add support for JSON-RPC named arguments
Wladimir J. van der Laan
2017-01-10
1
-51
/
+51
|
\
\
|
*
|
Update RPC argument names
John Newbery
2017-01-10
1
-29
/
+29
|
*
|
rpc: Argument name consistency
Wladimir J. van der Laan
2017-01-05
1
-1
/
+1
|
*
|
rpc: Named arguments for blockchain calls
Wladimir J. van der Laan
2017-01-05
1
-31
/
+31
|
|
/
*
|
Merge #8747: [rpc] Fix transaction size comments and RPC help text.
Wladimir J. van der Laan
2017-01-05
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
Fix transaction size comments. Size now refers to virtual size as defined in ...
jonnynewbs
2016-12-08
1
-5
/
+5
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
|
Added missing colons in when running help command
Anditto Heristyo
2016-12-22
1
-9
/
+9
*
|
Add option to return non-segwit serialization via rpc
Gregory Sanders
2016-12-05
1
-1
/
+1
*
|
Make the optional pblock in ActivateBestChain a shared_ptr
Matt Corallo
2016-12-04
1
-2
/
+2
*
|
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
*
|
Correct help output for waitfor RPC commands
fanquake
2016-11-24
1
-10
/
+10
|
/
*
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-19
1
-3
/
+3
*
instance of 'mem pool' to 'mempool'
S. Matthew English
2016-10-27
1
-1
/
+1
*
Eliminating Inconsistencies in Textual Output
S. Matthew English
2016-10-20
1
-3
/
+3
*
Merge #7948: RPC: augment getblockchaininfo bip9_softforks data
Wladimir J. van der Laan
2016-10-19
1
-1
/
+3
|
\
|
*
RPC: augment getblockchaininfo bip9_softforks data
mruddy
2016-10-19
1
-1
/
+3
*
|
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-10-19
1
-79
/
+79
|
/
*
Merge #8865: Decouple peer-processing-logic from block-connection-logic
Wladimir J. van der Laan
2016-10-18
1
-2
/
+2
|
\
|
*
Remove CConnman parameter from ProcessNewBlock/ActivateBestChain
Matt Corallo
2016-10-04
1
-2
/
+2
*
|
Merge #6996: Add preciousblock RPC
Wladimir J. van der Laan
2016-10-18
1
-0
/
+40
|
\
\
|
*
|
Add preciousblock RPC
Pieter Wuille
2016-08-26
1
-0
/
+40
*
|
|
Merge #8884: Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the...
Wladimir J. van der Laan
2016-10-05
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the lowest, not ...
Luke Dashjr
2016-10-04
1
-1
/
+1
*
|
|
[rpc] throw JSONRPCError when utxo set can not be read
MarcoFalke
2016-09-28
1
-0
/
+2
[prev]
[next]