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
/
rpc
/
blockchain.cpp
Age
Commit message (
Expand
)
Author
2017-03-29
refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicit
Wladimir J. van der Laan
2017-03-27
refactor: Move GetDifficulty out of `rpc/server.h`
Wladimir J. van der Laan
2017-03-09
Merge #9853: Fix error codes from various RPCs
Wladimir J. van der Laan
2017-03-08
Refactor: Remove using namespace <xxx> from rpc/
Karl-Johan Alm
2017-03-07
Return correct error codes in blockchain.cpp.
John Newbery
2017-03-07
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-03
[rpc] Remove priority information from mempool RPC calls
Alex Morcos
2017-03-03
Define 7200 second timestamp window constant
Russell Yanofsky
2017-02-23
Trivial: Rephrase the definition of difficulty in the code.
Karl-Johan Alm
2017-02-16
Add two hour buffer to manual pruning
Alex Morcos
2017-01-12
Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.
Gregory Maxwell
2017-01-12
Merge #9472: Disentangle progress estimation from checkpoints and update it
Wladimir J. van der Laan
2017-01-12
Merge #9518: Return height of last block pruned by pruneblockchain RPC
MarcoFalke
2017-01-12
Merge #9297: Various RPC help outputs updated
MarcoFalke
2017-01-11
RPC help updated
Michael Rotarius
2017-01-11
Return height of last block pruned by pruneblockchain RPC
Russell Yanofsky
2017-01-10
Merge #8811: rpc: Add support for JSON-RPC named arguments
Wladimir J. van der Laan
2017-01-10
fixup! Add pruneblockchain RPC to enable manual block file pruning.
Russell Yanofsky
2017-01-10
Add pruneblockchain RPC to enable manual block file pruning.
mrbandrews
2017-01-10
Update RPC argument names
John Newbery
2017-01-05
Merge #8747: [rpc] Fix transaction size comments and RPC help text.
Wladimir J. van der Laan
2017-01-05
rpc: Argument name consistency
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for blockchain calls
Wladimir J. van der Laan
2017-01-04
Move tx estimation data out of CCheckPointData
Pieter Wuille
2017-01-04
[MOVEONLY] Move progress estimation out of checkpoints
Pieter Wuille
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-22
Added missing colons in when running help command
Anditto Heristyo
2016-12-08
Fix transaction size comments. Size now refers to virtual size as defined in ...
jonnynewbs
2016-12-05
Add option to return non-segwit serialization via rpc
Gregory Sanders
2016-12-04
Make the optional pblock in ActivateBestChain a shared_ptr
Matt Corallo
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-11-24
Correct help output for waitfor RPC commands
fanquake
2016-11-19
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-10-27
instance of 'mem pool' to 'mempool'
S. Matthew English
2016-10-20
Eliminating Inconsistencies in Textual Output
S. Matthew English
2016-10-19
Merge #7948: RPC: augment getblockchaininfo bip9_softforks data
Wladimir J. van der Laan
2016-10-19
RPC: augment getblockchaininfo bip9_softforks data
mruddy
2016-10-19
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-10-18
Merge #8865: Decouple peer-processing-logic from block-connection-logic
Wladimir J. van der Laan
2016-10-18
Merge #6996: Add preciousblock RPC
Wladimir J. van der Laan
2016-10-05
Merge #8884: Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the...
Wladimir J. van der Laan
2016-10-04
Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the lowest, not ...
Luke Dashjr
2016-10-04
Remove CConnman parameter from ProcessNewBlock/ActivateBestChain
Matt Corallo
2016-09-28
[rpc] throw JSONRPCError when utxo set can not be read
MarcoFalke
2016-09-27
Do not shadow variables
Pavel Janík
2016-09-09
Merge #8085: p2p: Begin encapsulation
Wladimir J. van der Laan
2016-09-08
net: Pass CConnman around as needed
Cory Fields
2016-09-07
add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests
Cory Fields
2016-09-02
Merge #8629: C++11: s/boost::scoped_ptr/std::unique_ptr/
Wladimir J. van der Laan
2016-09-01
C++11: s/boost::scoped_ptr/std::unique_ptr/
Jorge Timón
[next]