aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmining.cpp
AgeCommit message (Expand)Author
2016-06-08getblocktemplate: Use version/force mutation to support pre-BIP9 clientsLuke Dashjr
2016-06-08getblocktemplate: Explicitly handle the distinction between GBT-affecting sof...Luke Dashjr
2016-06-08Implement BIP 9 GBT changesLuke Dashjr
2016-02-10Changed getnetworkhps value to double to avoid overflow.instagibbs
2016-01-05Bump copyright headers to 2015MarcoFalke
2015-11-28Constrain constant values to a single location in codeLuke Dashjr
2015-11-27Merge pull request #6134Wladimir J. van der Laan
2015-11-16Expose RPC calls for estimatesmart functionsAlex Morcos
2015-11-11Chainparams: Explicit CChainParams arg for miner:Jorge Timón
2015-11-11Chainparams: Explicit CChainParams arg for main (pre miner):Jorge Timón
2015-10-01Bugfix: If genproclimit is omitted to RPC setgenerate, don't change it; also ...Luke Dashjr
2015-10-01[Univalue] add univalue over subtreeJonas Schnelli
2015-09-12[trivial] Fix rpc message "help generate"MarcoFalke
2015-09-03Update RPC generate help for numblocks to include requiredIan T
2015-08-18Fix crash when mining with empty keypool.Daniel Kraft
2015-07-23TRIVIAL: Missing includesJorge Timón
2015-07-20Reformat help text of estimatefee and estimatepriority to match other help te...Pavel Janík
2015-07-01add CReserveScript to allow modular script keeping/returningJonas Schnelli
2015-06-30detach wallet from minerJonas Schnelli
2015-06-05Merge pull request #6206Wladimir J. van der Laan
2015-06-04fix rpcmining/getblocktemplate univalue transition logic errorJonas Schnelli
2015-06-04use const references where appropriatePhilip Kaufmann
2015-06-04Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli
2015-06-04remove JSON Spirit UniValue wrapperJonas Schnelli
2015-06-04expicit set UniValue type to avoid empty valuesJonas Schnelli
2015-06-04extend conversion to UniValueJonas Schnelli
2015-06-04Convert tree to using univalue. Eliminate all json_spirit uses.Jeff Garzik
2015-06-02Be stricter in processing unrequested blocksSuhas Daftuar
2015-05-15Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon
2015-05-14remove unneeded incude of wallet/db.h from rpcmining.cppPhilip Kaufmann
2015-04-26Merge pull request #5696Wladimir J. van der Laan
2015-04-21tests: Error when setgenerate is used on regtestWladimir J. van der Laan
2015-04-20Consensus: Create consensus/consensus.h with some constantsjtimon
2015-04-15Chainparams: Refactor: Remove redundant AllowMinDifficultyBlocks() getterJorge Timón
2015-04-15Merge pull request #5999Wladimir J. van der Laan
2015-04-13Fix missing lock in submitblockMatt Corallo
2015-04-13Chainparams: Cleanup: Delete CChainParams getters to attributes from Consensu...Jorge Timón
2015-04-10Revert mining changes in #5957Wladimir J. van der Laan
2015-04-01Bugfix: make CreateNewBlock return pindexPrevPieter Wuille
2015-04-01Introduce separate 'generate' RPC callPieter Wuille
2015-03-26Consensus: Refactor: Decouple pow.o from chainparams.oJorge Timón
2015-03-24Fix --disable-wallet build after merge of #5681Wladimir J. van der Laan
2015-03-12[Move Only] Move wallet related things to src/wallet/Jonas Schnelli
2015-02-17Rename Interval() to DifficultyAdjustmentInterval()Shaul Kfir
2015-02-09Merge pull request #5739Wladimir J. van der Laan
2015-02-04fix getblocktemplate lock issueJonas Schnelli
2015-02-02Replace difficulty readjustment blocks with Interval()Shaul Kfir
2015-01-28Removed main.h dependency from rpcserver.cppEric Lombrozo
2015-01-24Merge pull request #5599Wladimir J. van der Laan
2015-01-05Use arith_uint256 where necessaryWladimir J. van der Laan