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
/
rpcblockchain.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce BlockMap type for mapBlockIndex
Pieter Wuille
2014-09-04
1
-1
/
+1
*
Merge pull request #4768
Wladimir J. van der Laan
2014-09-01
1
-1
/
+1
|
\
|
*
Perform CVerifyDB on pcoinsdbview instead of pcoinsTip
Wladimir J. van der Laan
2014-08-27
1
-1
/
+1
*
|
rpc: Compute number of confirmations of a block from block height
Wladimir J. van der Laan
2014-08-29
1
-4
/
+6
|
/
*
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-0
/
+1
*
Closely track mempool byte total. Add "getmempoolinfo" RPC.
Jeff Garzik
2014-08-14
1
-0
/
+24
*
Implement "getchaintips" RPC command to monitor blockchain forks.
Daniel Kraft
2014-08-03
1
-0
/
+70
*
Avoid a segfault on getblock if it can't read a block from disk.
Ruben Dario Ponticelli
2014-07-10
1
-1
/
+3
*
Replace HexBits with strprintf
jtimon
2014-06-28
1
-1
/
+1
*
Add "chain" to getmininginfo, improve help in getblockchaininfo
jtimon
2014-06-17
1
-1
/
+1
*
add NetworkIDString() to chainparams
Philip Kaufmann
2014-06-12
1
-9
/
+6
*
remove unused code from getblockchaininfo()
Philip Kaufmann
2014-06-11
1
-3
/
+0
*
small formatting, indentation and comment fixes
Philip Kaufmann
2014-06-10
1
-2
/
+2
*
VerifyDB progress
Cozz Lovan
2014-06-03
1
-1
/
+1
*
removed a few unnecessary casts
Kamil Domanski
2014-05-13
1
-2
/
+2
*
switch from boost int types to <stdint.h>
Kamil Domanski
2014-05-13
1
-7
/
+7
*
rpc: add `getblockchaininfo` and `getnetworkinfo`
Wladimir J. van der Laan
2014-05-06
1
-0
/
+36
*
small changes to rpc command help message strings
Philip Kaufmann
2014-01-30
1
-2
/
+2
*
Move `settxfee` from rpcblockchain to rpcwallet
Wladimir J. van der Laan
2013-12-13
1
-24
/
+0
*
Add verbose boolean to getrawmempool
Gavin Andresen
2013-11-30
1
-12
/
+63
*
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan
2013-11-27
1
-3
/
+1
*
Issue #1865 - Clean up RPC help messages
sje
2013-11-13
1
-16
/
+141
*
Make CCoinsView use block hashes instead of indices
Pieter Wuille
2013-11-10
1
-2
/
+4
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-2
/
+9
*
Merge pull request #3119
Pieter Wuille
2013-10-20
1
-1
/
+1
|
\
|
*
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
*
|
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-10-11
1
-8
/
+8
|
/
*
Add RPC call decodescript
Peter Todd
2013-09-12
1
-2
/
+2
*
Make settxfee clear that units are btc/kb.
Gregory Maxwell
2013-09-05
1
-2
/
+2
*
Add 'chainwork' to getblock
Peter Todd
2013-07-24
1
-0
/
+1
*
RPC: add getbestblockhash, to return tip of best chain
Jeff Garzik
2013-07-03
1
-0
/
+9
*
Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in ma...
Eric Lombrozo
2013-06-23
1
-1
/
+1
*
RPC: add 'verifychain', to verify chain database at runtime
Jeff Garzik
2013-06-19
1
-0
/
+16
*
Merge pull request #2747 from luke-jr/getblock_verbose0
Jeff Garzik
2013-06-10
1
-3
/
+17
|
\
|
*
RPC: getblock(): Accept 2nd "verbose" parameter, similar to getrawtransaction...
Luke Dashjr
2013-06-07
1
-3
/
+17
*
|
Make FindBlockByHeight constant-time.
Pieter Wuille
2013-05-12
1
-2
/
+3
*
|
Improve gettxoutsetinfo command
Pieter Wuille
2013-05-01
1
-1
/
+4
*
|
Make output of gettxout RPC more consistent
Pieter Wuille
2013-01-04
1
-3
/
+4
*
|
Split off CBlockHeader from CBlock
Pieter Wuille
2012-11-16
1
-1
/
+1
*
|
Add gettxout and gettxoutsetinfo RPCs
Pieter Wuille
2012-10-20
1
-0
/
+62
|
/
*
Document RPC error codes
Wladimir J. van der Laan
2012-10-04
1
-1
/
+1
*
RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module
Jeff Garzik
2012-08-21
1
-0
/
+165