aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmining.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update Bitcoin references and addresses in strings to Dogecoin equivalentsRoss Nicoll2015-10-311-3/+3
* Bring back "target" property of getauxblockPatrick Lodder2015-10-131-2/+2
* [auxpow] Guarantee backward compatibility on getauxblockPatrick Lodder2015-08-231-1/+13
* Minor AuxPoW fixesRoss Nicoll2015-07-281-2/+2
* Modify chain consensus parameters to be height awareRoss Nicoll2015-07-191-11/+3
* Adapt AuxPoW to DogecoinRoss Nicoll2015-07-101-28/+38
* Merge AuxPoW support from NamecoreDaniel Kraft2015-07-051-1/+178
* Be stricter in processing unrequested blocksSuhas Daftuar2015-06-031-2/+2
* Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon2015-05-151-0/+1
* remove unneeded incude of wallet/db.h from rpcmining.cppPhilip Kaufmann2015-05-141-1/+0
* Merge pull request #5696Wladimir J. van der Laan2015-04-261-1/+2
|\
| * Consensus: Create consensus/consensus.h with some constantsjtimon2015-04-201-1/+2
* | tests: Error when setgenerate is used on regtestWladimir J. van der Laan2015-04-211-0/+2
|/
* Chainparams: Refactor: Remove redundant AllowMinDifficultyBlocks() getterJorge Timón2015-04-151-1/+1
* Merge pull request #5999Wladimir J. van der Laan2015-04-151-1/+1
|\
| * Chainparams: Cleanup: Delete CChainParams getters to attributes from Consensu...Jorge Timón2015-04-131-1/+1
* | Fix missing lock in submitblockMatt Corallo2015-04-131-9/+14
|/
* Revert mining changes in #5957Wladimir J. van der Laan2015-04-101-7/+26
* Bugfix: make CreateNewBlock return pindexPrevPieter Wuille2015-04-011-2/+2
* Introduce separate 'generate' RPC callPieter Wuille2015-04-011-49/+42
* Consensus: Refactor: Decouple pow.o from chainparams.oJorge Timón2015-03-261-1/+1
* Fix --disable-wallet build after merge of #5681Wladimir J. van der Laan2015-03-241-0/+1
* [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-2/+2
* Rename Interval() to DifficultyAdjustmentInterval()Shaul Kfir2015-02-171-1/+1
* Merge pull request #5739Wladimir J. van der Laan2015-02-091-1/+1
|\
| * Replace difficulty readjustment blocks with Interval()Shaul Kfir2015-02-021-1/+1
* | fix getblocktemplate lock issueJonas Schnelli2015-02-041-8/+0
* | Removed main.h dependency from rpcserver.cppEric Lombrozo2015-01-281-2/+9
|/
* Merge pull request #5599Wladimir J. van der Laan2015-01-241-20/+0
|\
| * Get rid of the internal miner's hashmeterjtimon2015-01-041-20/+0
* | Use arith_uint256 where necessaryWladimir J. van der Laan2015-01-051-2/+2
* | Merge pull request #5499Wladimir J. van der Laan2014-12-311-2/+1
|\ \
| * | Bugfix: prioritisetransaction: Do some basic sanity checking on txidLuke Dashjr2014-12-171-2/+1
| |/
* | en: Avoid ambiguous language regarding when transactions confirmLuke Dashjr2014-12-231-2/+2
* | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
|/
* prioritisetransaction RPC: Restore compatibility with existing implementation...Luke Dashjr2014-12-011-6/+5
* Merge pull request #1816Wladimir J. van der Laan2014-11-241-23/+73
|\
| * submitblock: Check for duplicate submissions explicitlyLuke Dashjr2014-11-201-4/+21
| * Implement BIP 23 Block ProposalLuke Dashjr2014-11-201-0/+33
| * Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblockLuke Dashjr2014-11-181-21/+21
* | Update comments in src/rpc* to be doxygen compatibleMichael Ford2014-11-201-5/+7
* | Optimize -regtest setgenerate block generationGavin Andresen2014-11-141-8/+22
|/
* Merge pull request #3727Wladimir J. van der Laan2014-11-031-1/+6
|\
| * RPC: submitblock: Support for returning specific rejection reasonsLuke Dashjr2014-10-301-1/+6
* | Merge pull request #5106Wladimir J. van der Laan2014-11-031-2/+34
|\|
| * Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d...Luke Dashjr2014-10-281-1/+1
| * Rename RPC_TRANSACTION_* errors to RPC_VERIFY_* and use RPC_VERIFY_ERROR for ...Luke Dashjr2014-10-211-1/+1
| * Bugfix: submitblock: Use a temporary CValidationState to determine accurately...Luke Dashjr2014-10-211-1/+33
* | MOVEONLY: Move CFeeRate and Amount constants to amount.ojtimon2014-10-271-0/+1
|/
* Add fTestnetToBeDeprecatedFieldRPC to CChainParamsjtimon2014-10-101-1/+1