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-06-01
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-06-01
Refactor GetUTXOStats in preparation for per-COutPoint iteration
Pieter Wuille
2017-06-01
Replace CCoins-based CTxMemPool::pruneSpent with isSpent
Pieter Wuille
2017-05-26
Report on-disk size in gettxoutsetinfo
Pieter Wuille
2017-05-26
Remove/ignore tx version in utxo and undo
Pieter Wuille
2017-05-23
Merge #9571: RPC: getblockchaininfo returns BIP signaling statistics
Wladimir J. van der Laan
2017-05-15
Merge #8704: [RPC] Transaction details in getblock
Wladimir J. van der Laan
2017-05-12
Use a verbosity instead of two verbose parameters
Andrew Chow
2017-05-09
Merge #9279: Consensus: Move CFeeRate out of libconsensus
Wladimir J. van der Laan
2017-05-08
Merge #10310: [doc] Add hint about getmempoolentry to getrawmempool help.
MarcoFalke
2017-05-06
[doc] Add hint about getmempoolentry to getrawmempool help.
Karl-Johan Alm
2017-05-03
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
Jorge Timón
2017-05-03
Add getchaintxstats RPC
Pieter Wuille
2017-05-02
Remove unused forward declaration for non-existent ScriptPubKeyToJSON(...)
practicalswift
2017-04-28
refactor TxToJSON() and ScriptPubKeyToJSON()
jonnynewbs
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
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-24
RPC: getblockchaininfo: BIP9 stats
Matthew Zipkin
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
[next]