39 Commits (924de0bd75a7f75df65d7d15f9d1587a2e794abf)

Author SHA1 Message Date
Jorge Timón 1adf82ac39
RPC: Give more details when "generate" fails 8 years ago
Alex Morcos b2322e0fc6 Remove priority estimation 8 years ago
Suhas Daftuar 88c35491ab Fix compact block handling to not ban if block is invalid 8 years ago
S. Matthew English 1c3ecc70c8 instance of 'mem pool' to 'mempool' 8 years ago
Jonas Schnelli 69d1c25768
[RPC] Give RPC commands more information about the RPC request 8 years ago
Luke Dashjr 59daa58d6a RPC/Mining: getblocktemplate: Update and fix formatting of help 8 years ago
Jorge Timón b26a7b5377
RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC 8 years ago
Matt Corallo f5efa28393 Remove CConnman parameter from ProcessNewBlock/ActivateBestChain 8 years ago
Pavel Janík 4731cab8fb Do not shadow variables 8 years ago
Cory Fields c0569c7fa1 net: Add most functions needed for vNodes to CConnman 8 years ago
Cory Fields 8d58c4d81f net: Pass CConnman around as needed 8 years ago
Pavel Janík de1bbe3b78 Do not shadow global RPC table variable (tableRPC) 8 years ago
leijurv 1aacfc2da5
various typos 8 years ago
Luke Dashjr 160f895a80 Bugfix: Use pre-BIP141 sigops until segwit activates 8 years ago
Jameson Lopp 65f4532f13 document return value of networkhashps for getmininginfo RPC endpoint 8 years ago
Suhas Daftuar 2c06bae39e Rename "block cost" to "block weight" 8 years ago
Pieter Wuille 2b1f6f9ccf BIP141: Other consensus critical limits, and BIP145 9 years ago
Pieter Wuille 8b49040854 BIP141: Commitment structure and deployment 9 years ago
Daniel Kraft 9fce0629b4 [c++11] Use std::unique_ptr for block creation. 9 years ago
Luke Dashjr 12c708a4b3 getblocktemplate: Use version/force mutation to support pre-BIP9 clients 9 years ago
Luke Dashjr 98790608a4 getblocktemplate: Explicitly handle the distinction between GBT-affecting softforks vs not 9 years ago
Luke Dashjr d3df40e51a Implement BIP 9 GBT changes 9 years ago
Alex Morcos 4dc94d1036 Refactor CreateNewBlock to be a method of the BlockAssembler class 9 years ago
Wladimir J. van der Laan 07e4edb056 auto_ptr → unique_ptr 9 years ago
Wladimir J. van der Laan fb8a8cf2e6 rpc: Register calls where they are defined 9 years ago
Andrew C fe00ca758a Create generatetoaddress rpc 9 years ago
Pieter Wuille 8a253b342c Make the generate RPC call function for non-regtest 9 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 10 years ago
Jonas Schnelli d0fc10a844 detach wallet from miner 10 years ago
Jonas Schnelli ef5fca8b80 fix rpcmining/getblocktemplate univalue transition logic error 10 years ago
Philip Kaufmann a9ac95c1bc use const references where appropriate 10 years ago
Jonas Schnelli 9a8897f4ac Remove JSON Spirit wrapper, remove JSON Spirit leftovers 10 years ago
Jonas Schnelli 3df0411ad9 remove JSON Spirit UniValue wrapper 10 years ago
Jonas Schnelli 6c7bee0624 expicit set UniValue type to avoid empty values 10 years ago
Jonas Schnelli 53b4671a9d extend conversion to UniValue 10 years ago