aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace consensus values with Dogecoin equivalentsRoss Nicoll2021-06-021-1/+1
* wallet: provide valid values if invalid estimate mode passedJon Atack2020-11-121-1/+1
* Merge #19836: rpc: Properly deserialize txs with witness before signingfanquake2020-10-161-1/+1
|\
| * rpc: Adjust witness-tx deserialize error messageMarcoFalke2020-10-131-1/+1
* | Merge #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mi...MarcoFalke2020-08-311-50/+72
|\ \ | |/ |/|
| * rpc: Assert that RPCArg names are equal to CRPCCommand ones (mining)MarcoFalke2020-08-141-50/+72
* | Merge #19646: doc: Updated outdated help command for getblocktemplateWladimir J. van der Laan2020-08-281-10/+9
|\ \ | |/ |/|
| * Updated outdated help command for getblocktemplate (fixes #19625)Jake Leventhal2020-08-151-10/+9
* | Merge #19455: rpc generate: print useful help and error messageWladimir J. van der Laan2020-08-141-0/+12
|\ \
| * | rpc: print useful help and error message for generateJon Atack2020-07-111-0/+12
| |/
* | Merge #19528: rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc)MarcoFalke2020-08-141-3/+3
|\ \
| * | refactor: Use C++11 range based for loops to simplify rpc codeMarcoFalke2020-08-021-3/+3
| |/
* / rpc: document returned error fields as optional if applicableSebastian Falbesoner2020-08-021-2/+2
|/
* refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan2020-06-241-1/+1
* Merge #19133: rpc, cli, test: add bitcoin-cli -generate commandSamuel Dobson2020-06-211-10/+8
|\
| * rpc: make generatetoaddress locals constJon Atack2020-06-021-6/+3
| * rpc: create rpc/mining.h, hoist default max tries values to constantJon Atack2020-06-011-5/+6
* | RPC: Rephrase generatetoaddress help, and use PACKAGE_NAMELuke Dashjr2020-06-151-1/+1
* | Make GetWarnings() return bilingual_strHennadii Stepanov2020-06-101-1/+2
|/
* doc: Fix unrelated typos reported by codespellMarcoFalke2020-05-271-1/+1
* validation: Make ProcessNewBlock*() members of ChainstateManagerMarcoFalke2020-05-211-9/+12
* Merge #18740: Remove g_rpc_node globalMarcoFalke2020-05-211-8/+9
|\
| * scripted-diff: Remove g_rpc_node referencesRussell Yanofsky2020-05-131-1/+1
| * refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky2020-05-131-7/+8
* | Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" keyMarcoFalke2020-05-191-0/+2
|\ \
| * | Bugfix: Include "csv","!segwit" in "rules"Luke Dashjr2020-01-171-0/+2
* | | miner: Avoid stack-use-after-return in validationinterfaceMarcoFalke2020-05-131-6/+6
| |/ |/|
* | rpc: Rename first arg of generateblock RPC to "output"MarcoFalke2020-04-121-4/+4
* | Merge #17693: rpc: Add generateblock to mine a custom set of transactionsMarcoFalke2020-04-101-31/+182
|\ \
| * | Add generateblock rpcAndrew Toth2020-03-271-31/+182
* | | rpc: Avoid initialization-order-fiasco on static CRPCCommand tablesMarcoFalke2020-04-061-2/+2
* | | util: Replace i64tostr with ToStringMarcoFalke2020-03-271-1/+2
|/ /
* | rpc: Document an RPCResult for all calls; Enforce at compile timeMarcoFalke2020-03-131-1/+1
* | Merge #18268: rpc: Remove redundant types from descriptionsMarcoFalke2020-03-111-1/+1
|\ \
| * | Remove redundant type information from rpc docsDavid O'Callaghan2020-03-051-1/+1
* | | Merge #17809: rpc: Auto-format RPCResultMarcoFalke2020-03-041-100/+119
|\ \ \
| * | | rpc: Auto-format RPCResultMarcoFalke2020-02-251-100/+119
* | | | Refactor FormatStateMessage into ValidationStateJeffrey Czyz2020-02-271-3/+2
|/ / /
* | | scripted-diff: Add missing spaces in RPCResult, Fix type namesMarcoFalke2020-02-091-15/+15
* | | doc: Add missing "optional" to "long" estimaterawfee RPC helpMarcoFalke2020-01-231-6/+14
|/ /
* | scripted-diff: Bump copyright of files changed in 2020MarcoFalke2020-01-151-1/+1
* | Merge #17781: rpc: Remove mempool global from minerMarcoFalke2020-01-021-5/+9
|\ \
| * | rpc: Remove mempool global from minerMarcoFalke2019-12-231-5/+9
* | | scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
|/ /
* | Merge #17750: util: change GetWarnings parameter to boolMarcoFalke2019-12-161-1/+1
|\ \
| * | util: change GetWarnings parameter to boolJohn Newbery2019-12-151-1/+1
* | | Merge #17564: rpc: Use mempool from node context instead of globalMarcoFalke2019-12-161-2/+4
|\ \ \ | |/ / |/| |
| * | rpc: Use mempool from node context instead of globalMarcoFalke2019-12-051-2/+4
* | | qa: unify unix epoch time descriptionsJon Atack2019-12-131-2/+2
|/ /
* | refactor: Remove unused COINBASE_FLAGSNeha Narula2019-11-201-4/+1