aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmining.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-7/+17
* Refactor: CTxMempool class to its own txmempool.{cpp,h}Gavin Andresen2013-11-041-4/+4
* Merge pull request #3119Pieter Wuille2013-10-201-1/+1
|\
| * Bump Year Number to 2013super32013-10-201-1/+1
* | Refactor/encapsulate chain globals into a CChain classPieter Wuille2013-10-111-10/+7
|/
* Support absence of wallet (pwalletMain==NULL) in several locations,Jeff Garzik2013-10-011-1/+12
* Merge pull request #2888 from litecoin-project/getnetworkhashpsJeff Garzik2013-10-011-0/+54
|\
| * Add getnetworkhashps to get the calculated network hashratecoblee2013-09-171-0/+54
* | RPC: getblocktemplate does not require a key, to create a block templateJeff Garzik2013-08-241-1/+2
* | CreateNewBlock() now takes scriptPubKey argument,Jeff Garzik2013-08-241-2/+2
|/
* Move internal miner/block creation to separate miner.cpp module.Jeff Garzik2013-07-311-0/+1
* main.h->core.h include dependency improvements.Jeff Garzik2013-06-241-1/+0
* Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-1/+2
* Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core.Eric Lombrozo2013-06-051-2/+2
* remove GetBoolArg() fDefault parameter defaulting to falsePhilip Kaufmann2013-06-011-11/+11
* Move pMiningKey init out of StartRPCThreadsWladimir J. van der Laan2013-05-301-0/+15
* Clean up mining CReserveKey to prevent crash at shutdownGavin Andresen2013-05-231-6/+3
* Do not use C++11 std::vector.data()Gavin Andresen2013-02-071-1/+1
* CValidationState frameworkPieter Wuille2013-01-301-2/+3
* moved "index_in_template" to a separate variable to clarify what it isForrest Voight2013-01-031-2/+3
* use fee/sigop data in BlockTemplate struct instead of (not always correctly) ...Forrest Voight2012-12-191-8/+2
* changed CreateNewBlock to return a CBlockTemplate object, which includes per-...Forrest Voight2012-12-191-14/+16
* Don't force getblocktemplate to have a parameter.Gregory Maxwell2012-10-241-1/+1
* Batch block connection during IBDPieter Wuille2012-10-201-3/+1
* UltraprunePieter Wuille2012-10-201-22/+19
* Document RPC error codesWladimir J. van der Laan2012-10-041-10/+10
* Merge pull request #1771 from luke-jr/bugfix_bip22_modeJeff Garzik2012-09-011-0/+4
|\
| * Bugfix: getblocktemplate: Accept optional "mode" parameter not being providedLuke Dashjr2012-09-011-0/+4
* | RPC, cosmetic: move more RPC code to new rpcblockchain.cpp moduleJeff Garzik2012-08-211-3/+0
* | RPC: submitblock returns null on success, string on errorJeff Garzik2012-08-211-2/+2
|/
* RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC codeJeff Garzik2012-08-211-0/+380