index
:
archived-discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpcmining.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update Bitcoin references and addresses in strings to Dogecoin equivalents
Ross Nicoll
2015-10-31
1
-3
/
+3
*
Bring back "target" property of getauxblock
Patrick Lodder
2015-10-13
1
-2
/
+2
*
[auxpow] Guarantee backward compatibility on getauxblock
Patrick Lodder
2015-08-23
1
-1
/
+13
*
Minor AuxPoW fixes
Ross Nicoll
2015-07-28
1
-2
/
+2
*
Modify chain consensus parameters to be height aware
Ross Nicoll
2015-07-19
1
-11
/
+3
*
Adapt AuxPoW to Dogecoin
Ross Nicoll
2015-07-10
1
-28
/
+38
*
Merge AuxPoW support from Namecore
Daniel Kraft
2015-07-05
1
-1
/
+178
*
Be stricter in processing unrequested blocks
Suhas Daftuar
2015-06-03
1
-2
/
+2
*
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
jtimon
2015-05-15
1
-0
/
+1
*
remove unneeded incude of wallet/db.h from rpcmining.cpp
Philip Kaufmann
2015-05-14
1
-1
/
+0
*
Merge pull request #5696
Wladimir J. van der Laan
2015-04-26
1
-1
/
+2
|
\
|
*
Consensus: Create consensus/consensus.h with some constants
jtimon
2015-04-20
1
-1
/
+2
*
|
tests: Error when setgenerate is used on regtest
Wladimir J. van der Laan
2015-04-21
1
-0
/
+2
|
/
*
Chainparams: Refactor: Remove redundant AllowMinDifficultyBlocks() getter
Jorge Timón
2015-04-15
1
-1
/
+1
*
Merge pull request #5999
Wladimir J. van der Laan
2015-04-15
1
-1
/
+1
|
\
|
*
Chainparams: Cleanup: Delete CChainParams getters to attributes from Consensu...
Jorge Timón
2015-04-13
1
-1
/
+1
*
|
Fix missing lock in submitblock
Matt Corallo
2015-04-13
1
-9
/
+14
|
/
*
Revert mining changes in #5957
Wladimir J. van der Laan
2015-04-10
1
-7
/
+26
*
Bugfix: make CreateNewBlock return pindexPrev
Pieter Wuille
2015-04-01
1
-2
/
+2
*
Introduce separate 'generate' RPC call
Pieter Wuille
2015-04-01
1
-49
/
+42
*
Consensus: Refactor: Decouple pow.o from chainparams.o
Jorge Timón
2015-03-26
1
-1
/
+1
*
Fix --disable-wallet build after merge of #5681
Wladimir J. van der Laan
2015-03-24
1
-0
/
+1
*
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-03-12
1
-2
/
+2
*
Rename Interval() to DifficultyAdjustmentInterval()
Shaul Kfir
2015-02-17
1
-1
/
+1
*
Merge pull request #5739
Wladimir J. van der Laan
2015-02-09
1
-1
/
+1
|
\
|
*
Replace difficulty readjustment blocks with Interval()
Shaul Kfir
2015-02-02
1
-1
/
+1
*
|
fix getblocktemplate lock issue
Jonas Schnelli
2015-02-04
1
-8
/
+0
*
|
Removed main.h dependency from rpcserver.cpp
Eric Lombrozo
2015-01-28
1
-2
/
+9
|
/
*
Merge pull request #5599
Wladimir J. van der Laan
2015-01-24
1
-20
/
+0
|
\
|
*
Get rid of the internal miner's hashmeter
jtimon
2015-01-04
1
-20
/
+0
*
|
Use arith_uint256 where necessary
Wladimir J. van der Laan
2015-01-05
1
-2
/
+2
*
|
Merge pull request #5499
Wladimir J. van der Laan
2014-12-31
1
-2
/
+1
|
\
\
|
*
|
Bugfix: prioritisetransaction: Do some basic sanity checking on txid
Luke Dashjr
2014-12-17
1
-2
/
+1
|
|
/
*
|
en: Avoid ambiguous language regarding when transactions confirm
Luke Dashjr
2014-12-23
1
-2
/
+2
*
|
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
|
/
*
prioritisetransaction RPC: Restore compatibility with existing implementation...
Luke Dashjr
2014-12-01
1
-6
/
+5
*
Merge pull request #1816
Wladimir J. van der Laan
2014-11-24
1
-23
/
+73
|
\
|
*
submitblock: Check for duplicate submissions explicitly
Luke Dashjr
2014-11-20
1
-4
/
+21
|
*
Implement BIP 23 Block Proposal
Luke Dashjr
2014-11-20
1
-0
/
+33
|
*
Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblock
Luke Dashjr
2014-11-18
1
-21
/
+21
*
|
Update comments in src/rpc* to be doxygen compatible
Michael Ford
2014-11-20
1
-5
/
+7
*
|
Optimize -regtest setgenerate block generation
Gavin Andresen
2014-11-14
1
-8
/
+22
|
/
*
Merge pull request #3727
Wladimir J. van der Laan
2014-11-03
1
-1
/
+6
|
\
|
*
RPC: submitblock: Support for returning specific rejection reasons
Luke Dashjr
2014-10-30
1
-1
/
+6
*
|
Merge pull request #5106
Wladimir J. van der Laan
2014-11-03
1
-2
/
+34
|
\
|
|
*
Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d...
Luke Dashjr
2014-10-28
1
-1
/
+1
|
*
Rename RPC_TRANSACTION_* errors to RPC_VERIFY_* and use RPC_VERIFY_ERROR for ...
Luke Dashjr
2014-10-21
1
-1
/
+1
|
*
Bugfix: submitblock: Use a temporary CValidationState to determine accurately...
Luke Dashjr
2014-10-21
1
-1
/
+33
*
|
MOVEONLY: Move CFeeRate and Amount constants to amount.o
jtimon
2014-10-27
1
-0
/
+1
|
/
*
Add fTestnetToBeDeprecatedFieldRPC to CChainParams
jtimon
2014-10-10
1
-1
/
+1
[next]