index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpcmining.cpp
Age
Commit message (
Expand
)
Author
2015-10-01
Bugfix: If genproclimit is omitted to RPC setgenerate, don't change it; also ...
Luke Dashjr
2015-10-01
[Univalue] add univalue over subtree
Jonas Schnelli
2015-09-12
[trivial] Fix rpc message "help generate"
MarcoFalke
2015-09-03
Update RPC generate help for numblocks to include required
Ian T
2015-08-18
Fix crash when mining with empty keypool.
Daniel Kraft
2015-07-23
TRIVIAL: Missing includes
Jorge Timón
2015-07-20
Reformat help text of estimatefee and estimatepriority to match other help te...
Pavel Janík
2015-07-01
add CReserveScript to allow modular script keeping/returning
Jonas Schnelli
2015-06-30
detach wallet from miner
Jonas Schnelli
2015-06-05
Merge pull request #6206
Wladimir J. van der Laan
2015-06-04
fix rpcmining/getblocktemplate univalue transition logic error
Jonas Schnelli
2015-06-04
use const references where appropriate
Philip Kaufmann
2015-06-04
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
remove JSON Spirit UniValue wrapper
Jonas Schnelli
2015-06-04
expicit set UniValue type to avoid empty values
Jonas Schnelli
2015-06-04
extend conversion to UniValue
Jonas Schnelli
2015-06-04
Convert tree to using univalue. Eliminate all json_spirit uses.
Jeff Garzik
2015-06-02
Be stricter in processing unrequested blocks
Suhas Daftuar
2015-05-15
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
jtimon
2015-05-14
remove unneeded incude of wallet/db.h from rpcmining.cpp
Philip Kaufmann
2015-04-26
Merge pull request #5696
Wladimir J. van der Laan
2015-04-21
tests: Error when setgenerate is used on regtest
Wladimir J. van der Laan
2015-04-20
Consensus: Create consensus/consensus.h with some constants
jtimon
2015-04-15
Chainparams: Refactor: Remove redundant AllowMinDifficultyBlocks() getter
Jorge Timón
2015-04-15
Merge pull request #5999
Wladimir J. van der Laan
2015-04-13
Fix missing lock in submitblock
Matt Corallo
2015-04-13
Chainparams: Cleanup: Delete CChainParams getters to attributes from Consensu...
Jorge Timón
2015-04-10
Revert mining changes in #5957
Wladimir J. van der Laan
2015-04-01
Bugfix: make CreateNewBlock return pindexPrev
Pieter Wuille
2015-04-01
Introduce separate 'generate' RPC call
Pieter Wuille
2015-03-26
Consensus: Refactor: Decouple pow.o from chainparams.o
Jorge Timón
2015-03-24
Fix --disable-wallet build after merge of #5681
Wladimir J. van der Laan
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-02-17
Rename Interval() to DifficultyAdjustmentInterval()
Shaul Kfir
2015-02-09
Merge pull request #5739
Wladimir J. van der Laan
2015-02-04
fix getblocktemplate lock issue
Jonas Schnelli
2015-02-02
Replace difficulty readjustment blocks with Interval()
Shaul Kfir
2015-01-28
Removed main.h dependency from rpcserver.cpp
Eric Lombrozo
2015-01-24
Merge pull request #5599
Wladimir J. van der Laan
2015-01-05
Use arith_uint256 where necessary
Wladimir J. van der Laan
2015-01-04
Get rid of the internal miner's hashmeter
jtimon
2014-12-31
Merge pull request #5499
Wladimir J. van der Laan
2014-12-23
en: Avoid ambiguous language regarding when transactions confirm
Luke Dashjr
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-17
Bugfix: prioritisetransaction: Do some basic sanity checking on txid
Luke Dashjr
2014-12-01
prioritisetransaction RPC: Restore compatibility with existing implementation...
Luke Dashjr
2014-11-24
Merge pull request #1816
Wladimir J. van der Laan
2014-11-20
Update comments in src/rpc* to be doxygen compatible
Michael Ford
2014-11-20
submitblock: Check for duplicate submissions explicitly
Luke Dashjr
2014-11-20
Implement BIP 23 Block Proposal
Luke Dashjr
[next]