77 Commits (6b99dafe4204e8e86091e6dab6271e9d8aedfba7)

Author SHA1 Message Date
Pieter Wuille 8b49040854 BIP141: Commitment structure and deployment 8 years ago
Daniel Kraft 9fce0629b4 [c++11] Use std::unique_ptr for block creation. 8 years ago
Luke Dashjr 12c708a4b3 getblocktemplate: Use version/force mutation to support pre-BIP9 clients 8 years ago
Luke Dashjr 98790608a4 getblocktemplate: Explicitly handle the distinction between GBT-affecting softforks vs not 8 years ago
Luke Dashjr d3df40e51a Implement BIP 9 GBT changes 8 years ago
Alex Morcos 4dc94d1036 Refactor CreateNewBlock to be a method of the BlockAssembler class 8 years ago
Wladimir J. van der Laan 07e4edb056 auto_ptr → unique_ptr 8 years ago
Wladimir J. van der Laan fb8a8cf2e6 rpc: Register calls where they are defined 8 years ago
Andrew C fe00ca758a Create generatetoaddress rpc 8 years ago
Pieter Wuille 8a253b342c Make the generate RPC call function for non-regtest 8 years ago
Leviathn 8d1de43f0c Remove internal miner 9 years ago
instagibbs 993d089e82 Changed getnetworkhps value to double to avoid overflow. 9 years ago
Daniel Cousens a0eaff8a1d move rpc* to rpc/ 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Luke Dashjr b966aa836a Constrain constant values to a single location in code 9 years ago
Alex Morcos 56106a3300 Expose RPC calls for estimatesmart functions 9 years ago
Jorge Timón 6bc9e4056b Chainparams: Explicit CChainParams arg for miner: 9 years ago
Jorge Timón 598e494587 Chainparams: Explicit CChainParams arg for main (pre miner): 9 years ago
Luke Dashjr 5f9260f458 Bugfix: If genproclimit is omitted to RPC setgenerate, don't change it; also show correct default in getmininginfo 9 years ago
Jonas Schnelli 9623e93473 [Univalue] add univalue over subtree 9 years ago
MarcoFalke 51ff777357 [trivial] Fix rpc message "help generate" 9 years ago
Ian T e83df075f9 Update RPC generate help for numblocks to include required 9 years ago
Daniel Kraft 2016576998 Fix crash when mining with empty keypool. 9 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 9 years ago
Pavel Janík 1327897aee Reformat help text of estimatefee and estimatepriority to match other help texts. 9 years ago
Jonas Schnelli 5496253966 add CReserveScript to allow modular script keeping/returning 9 years ago
Jonas Schnelli d0fc10a844 detach wallet from miner 9 years ago
Jonas Schnelli ef5fca8b80 fix rpcmining/getblocktemplate univalue transition logic error 9 years ago
Philip Kaufmann a9ac95c1bc use const references where appropriate 9 years ago
Jonas Schnelli 9a8897f4ac Remove JSON Spirit wrapper, remove JSON Spirit leftovers 9 years ago
Jonas Schnelli 3df0411ad9 remove JSON Spirit UniValue wrapper 9 years ago
Jonas Schnelli 6c7bee0624 expicit set UniValue type to avoid empty values 9 years ago
Jonas Schnelli 53b4671a9d extend conversion to UniValue 9 years ago
Jeff Garzik 15982a8b69 Convert tree to using univalue. Eliminate all json_spirit uses. 9 years ago
Suhas Daftuar 9be0e6837b Be stricter in processing unrequested blocks 9 years ago
jtimon da29ecbcc6 Consensus: MOVEONLY: Move CValidationState from main consensus/validation 9 years ago
Philip Kaufmann 59b149ff82 remove unneeded incude of wallet/db.h from rpcmining.cpp 9 years ago
Wladimir J. van der Laan 27ce808fb5 tests: Error when setgenerate is used on regtest 9 years ago
jtimon 691161d419 Consensus: Create consensus/consensus.h with some constants 9 years ago
Jorge Timón bebe7282ff Chainparams: Refactor: Remove redundant AllowMinDifficultyBlocks() getter 9 years ago
Matt Corallo eb63bf86cf Fix missing lock in submitblock 9 years ago
Jorge Timón e8e8904dda Chainparams: Cleanup: Delete CChainParams getters to attributes from Consensus::Params 9 years ago
Wladimir J. van der Laan 48265f3cf4 Revert mining changes in #5957 9 years ago
Pieter Wuille e2edf95cd3 Bugfix: make CreateNewBlock return pindexPrev 9 years ago
Pieter Wuille 6b04508e37 Introduce separate 'generate' RPC call 9 years ago
Jorge Timón d698ef690f Consensus: Refactor: Decouple pow.o from chainparams.o 9 years ago
Wladimir J. van der Laan cbb2cf5522
Fix --disable-wallet build after merge of #5681 9 years ago
Jonas Schnelli 50c72f23ad [Move Only] Move wallet related things to src/wallet/ 9 years ago
Shaul Kfir e5ece053da Rename Interval() to DifficultyAdjustmentInterval() 10 years ago
Jonas Schnelli 17115d0a34 fix getblocktemplate lock issue 10 years ago