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-06-04
fix missing univalue types during constructing
Jonas Schnelli
2015-06-04
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
remove JSON Spirit UniValue wrapper
Jonas Schnelli
2015-06-04
expicit set UniValue type to avoid empty values
Jonas Schnelli
2015-06-04
extend conversion to UniValue
Jonas Schnelli
2015-06-04
Convert tree to using univalue. Eliminate all json_spirit uses.
Jeff Garzik
2015-05-15
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
jtimon
2015-05-14
Typo in GetRawMemPool RPC method help: "]" --> "}"
Chris Arnesen
2015-05-11
Merge pull request #6058
Wladimir J. van der Laan
2015-05-11
appropriate response when trying to get a block in pruned mode
Jonas Schnelli
2015-04-30
checkpoints: Decouple checkpoints from Params
Cory Fields
2015-04-26
add autoprune information to RPC "getblockchaininfo"
Jonas Schnelli
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
[next]