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
/
rpcmining.cpp
Age
Commit message (
Expand
)
Author
2013-02-07
Do not use C++11 std::vector.data()
Gavin Andresen
2013-01-30
CValidationState framework
Pieter Wuille
2013-01-03
moved "index_in_template" to a separate variable to clarify what it is
Forrest Voight
2012-12-19
use fee/sigop data in BlockTemplate struct instead of (not always correctly) ...
Forrest Voight
2012-12-19
changed CreateNewBlock to return a CBlockTemplate object, which includes per-...
Forrest Voight
2012-10-24
Don't force getblocktemplate to have a parameter.
Gregory Maxwell
2012-10-20
Batch block connection during IBD
Pieter Wuille
2012-10-20
Ultraprune
Pieter Wuille
2012-10-04
Document RPC error codes
Wladimir J. van der Laan
2012-09-01
Merge pull request #1771 from luke-jr/bugfix_bip22_mode
Jeff Garzik
2012-09-01
Bugfix: getblocktemplate: Accept optional "mode" parameter not being provided
Luke Dashjr
2012-08-21
RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module
Jeff Garzik
2012-08-21
RPC: submitblock returns null on success, string on error
Jeff Garzik
2012-08-21
RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code
Jeff Garzik