index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpcblockchain.cpp
Age
Commit message (
Expand
)
Author
2015-04-30
checkpoints: Decouple checkpoints from Params
Cory Fields
2015-01-28
Removed main.h dependency from rpcserver.cpp
Eric Lombrozo
2015-01-05
String conversions uint256 -> uint256S
Wladimir J. van der Laan
2015-01-05
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-09
[REST] JSON output: remove block infos from tx details if it is nested in block
Jonas Schnelli
2014-12-09
[REST] /rest/block response with full tx details
Jonas Schnelli
2014-12-01
Extra explanation for getchaintips
Pieter Wuille
2014-12-01
Merge pull request #5386
Wladimir J. van der Laan
2014-11-27
Report status of chain tips
Pieter Wuille
2014-11-26
Add 'invalidateblock' and 'reconsiderblock' RPC commands.
Pieter Wuille
2014-11-24
Improve chainstate/blockindex disk writing policy
Pieter Wuille
2014-11-20
Update comments in src/rpc* to be doxygen compatible
Michael Ford
2014-10-31
minor cleanup: include orders, end comments etc.
Philip Kaufmann
2014-10-27
Merge pull request #5115
Wladimir J. van der Laan
2014-10-24
getblockhash: throw JSONRPCError (not runtime_error)
dexX7
2014-10-21
rpc: Fix leveldb iterator leak, and flush before `gettxoutsetinfo`
Wladimir J. van der Laan
2014-10-14
RPC additions after headers-first
Pieter Wuille
2014-09-24
Get rid of the dummy CCoinsViewCache constructor arg
Pieter Wuille
2014-09-04
Introduce BlockMap type for mapBlockIndex
Pieter Wuille
2014-09-01
Merge pull request #4768
Wladimir J. van der Laan
2014-08-29
rpc: Compute number of confirmations of a block from block height
Wladimir J. van der Laan
2014-08-27
Perform CVerifyDB on pcoinsdbview instead of pcoinsTip
Wladimir J. van der Laan
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-14
Closely track mempool byte total. Add "getmempoolinfo" RPC.
Jeff Garzik
2014-08-03
Implement "getchaintips" RPC command to monitor blockchain forks.
Daniel Kraft
2014-07-10
Avoid a segfault on getblock if it can't read a block from disk.
Ruben Dario Ponticelli
2014-06-28
Replace HexBits with strprintf
jtimon
2014-06-17
Add "chain" to getmininginfo, improve help in getblockchaininfo
jtimon
2014-06-12
add NetworkIDString() to chainparams
Philip Kaufmann
2014-06-11
remove unused code from getblockchaininfo()
Philip Kaufmann
2014-06-10
small formatting, indentation and comment fixes
Philip Kaufmann
2014-06-03
VerifyDB progress
Cozz Lovan
2014-05-13
removed a few unnecessary casts
Kamil Domanski
2014-05-13
switch from boost int types to <stdint.h>
Kamil Domanski
2014-05-06
rpc: add `getblockchaininfo` and `getnetworkinfo`
Wladimir J. van der Laan
2014-01-30
small changes to rpc command help message strings
Philip Kaufmann
2013-12-13
Move `settxfee` from rpcblockchain to rpcwallet
Wladimir J. van der Laan
2013-11-30
Add verbose boolean to getrawmempool
Gavin Andresen
2013-11-27
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan
2013-11-13
Issue #1865 - Clean up RPC help messages
sje
2013-11-10
Make CCoinsView use block hashes instead of indices
Pieter Wuille
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-20
Merge pull request #3119
Pieter Wuille
2013-10-20
Bump Year Number to 2013
super3
2013-10-11
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-09-12
Add RPC call decodescript
Peter Todd
2013-09-05
Make settxfee clear that units are btc/kb.
Gregory Maxwell
2013-07-24
Add 'chainwork' to getblock
Peter Todd
2013-07-03
RPC: add getbestblockhash, to return tip of best chain
Jeff Garzik
[next]