aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmining.cpp
AgeCommit message (Expand)Author
2013-01-03moved "index_in_template" to a separate variable to clarify what it isForrest Voight
2012-12-19use fee/sigop data in BlockTemplate struct instead of (not always correctly) ...Forrest Voight
2012-12-19changed CreateNewBlock to return a CBlockTemplate object, which includes per-...Forrest Voight
2012-10-24Don't force getblocktemplate to have a parameter.Gregory Maxwell
2012-10-20Batch block connection during IBDPieter Wuille
2012-10-20UltraprunePieter Wuille
2012-10-04Document RPC error codesWladimir J. van der Laan
2012-09-01Merge pull request #1771 from luke-jr/bugfix_bip22_modeJeff Garzik
2012-09-01Bugfix: getblocktemplate: Accept optional "mode" parameter not being providedLuke Dashjr
2012-08-21RPC, cosmetic: move more RPC code to new rpcblockchain.cpp moduleJeff Garzik
2012-08-21RPC: submitblock returns null on success, string on errorJeff Garzik
2012-08-21RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC codeJeff Garzik