index
:
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
*
move rpc* to rpc/
Daniel Cousens
2016-01-21
1
-800
/
+0
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
Constrain constant values to a single location in code
Luke Dashjr
2015-11-28
1
-2
/
+2
*
Merge pull request #6134
Wladimir J. van der Laan
2015-11-27
1
-0
/
+72
|
\
|
*
Expose RPC calls for estimatesmart functions
Alex Morcos
2015-11-16
1
-0
/
+72
*
|
Chainparams: Explicit CChainParams arg for miner:
Jorge Timón
2015-11-11
1
-2
/
+2
*
|
Chainparams: Explicit CChainParams arg for main (pre miner):
Jorge Timón
2015-11-11
1
-3
/
+3
|
/
*
Bugfix: If genproclimit is omitted to RPC setgenerate, don't change it; also ...
Luke Dashjr
2015-10-01
1
-2
/
+2
*
[Univalue] add univalue over subtree
Jonas Schnelli
2015-10-01
1
-1
/
+1
*
[trivial] Fix rpc message "help generate"
MarcoFalke
2015-09-12
1
-0
/
+1
*
Update RPC generate help for numblocks to include required
Ian T
2015-09-03
1
-1
/
+1
*
Fix crash when mining with empty keypool.
Daniel Kraft
2015-08-18
1
-1
/
+5
*
TRIVIAL: Missing includes
Jorge Timón
2015-07-23
1
-0
/
+3
*
Reformat help text of estimatefee and estimatepriority to match other help te...
Pavel Janík
2015-07-20
1
-12
/
+10
*
add CReserveScript to allow modular script keeping/returning
Jonas Schnelli
2015-07-01
1
-3
/
+7
*
detach wallet from miner
Jonas Schnelli
2015-06-30
1
-17
/
+10
*
Merge pull request #6206
Wladimir J. van der Laan
2015-06-05
1
-2
/
+1
|
\
|
*
use const references where appropriate
Philip Kaufmann
2015-06-04
1
-2
/
+1
*
|
fix rpcmining/getblocktemplate univalue transition logic error
Jonas Schnelli
2015-06-04
1
-1
/
+1
|
/
*
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
1
-16
/
+15
*
remove JSON Spirit UniValue wrapper
Jonas Schnelli
2015-06-04
1
-13
/
+13
*
expicit set UniValue type to avoid empty values
Jonas Schnelli
2015-06-04
1
-9
/
+9
*
extend conversion to UniValue
Jonas Schnelli
2015-06-04
1
-2
/
+2
*
Convert tree to using univalue. Eliminate all json_spirit uses.
Jeff Garzik
2015-06-04
1
-10
/
+9
*
Be stricter in processing unrequested blocks
Suhas Daftuar
2015-06-02
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
|
|
/
[next]