aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
AgeCommit message (Expand)Author
2020-05-27doc: Fix unrelated typos reported by codespellMarcoFalke
2020-05-21validation: Make ProcessNewBlock*() members of ChainstateManagerMarcoFalke
2020-05-21Merge #18740: Remove g_rpc_node globalMarcoFalke
2020-05-19Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" keyMarcoFalke
2020-05-13miner: Avoid stack-use-after-return in validationinterfaceMarcoFalke
2020-05-13scripted-diff: Remove g_rpc_node referencesRussell Yanofsky
2020-05-13refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky
2020-04-12rpc: Rename first arg of generateblock RPC to "output"MarcoFalke
2020-04-10Merge #17693: rpc: Add generateblock to mine a custom set of transactionsMarcoFalke
2020-04-06rpc: Avoid initialization-order-fiasco on static CRPCCommand tablesMarcoFalke
2020-03-27Add generateblock rpcAndrew Toth
2020-03-27util: Replace i64tostr with ToStringMarcoFalke
2020-03-13rpc: Document an RPCResult for all calls; Enforce at compile timeMarcoFalke
2020-03-11Merge #18268: rpc: Remove redundant types from descriptionsMarcoFalke
2020-03-05Remove redundant type information from rpc docsDavid O'Callaghan
2020-03-04Merge #17809: rpc: Auto-format RPCResultMarcoFalke
2020-02-27Refactor FormatStateMessage into ValidationStateJeffrey Czyz
2020-02-25rpc: Auto-format RPCResultMarcoFalke
2020-02-09scripted-diff: Add missing spaces in RPCResult, Fix type namesMarcoFalke
2020-01-23doc: Add missing "optional" to "long" estimaterawfee RPC helpMarcoFalke
2020-01-17Bugfix: Include "csv","!segwit" in "rules"Luke Dashjr
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-02Merge #17781: rpc: Remove mempool global from minerMarcoFalke
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-12-23rpc: Remove mempool global from minerMarcoFalke
2019-12-16Merge #17750: util: change GetWarnings parameter to boolMarcoFalke
2019-12-16Merge #17564: rpc: Use mempool from node context instead of globalMarcoFalke
2019-12-15util: change GetWarnings parameter to boolJohn Newbery
2019-12-13qa: unify unix epoch time descriptionsJon Atack
2019-12-05rpc: Use mempool from node context instead of globalMarcoFalke
2019-11-20refactor: Remove unused COINBASE_FLAGSNeha Narula
2019-11-04Merge #17318: replace asserts in RPC code with CHECK_NONFATAL and add linterMarcoFalke
2019-11-02Merge #17285: doc: Bip70 removal follow-upWladimir J. van der Laan
2019-11-01doc: Remove explicit network name referencesFabian Jahr
2019-10-30replace asserts in RPC code with CHECK_NONFATAL and add linterAdam Jonas
2019-10-30Merge #15921: validation: Tidy up ValidationState interfaceWladimir J. van der Laan
2019-10-30Merge #16943: test: Add generatetodescriptor RPCWladimir J. van der Laan
2019-10-30rpc: Add generatetodescriptorMarcoFalke
2019-10-29[validation] Remove unused first_invalid parameter from ProcessNewBlockHeaders()John Newbery
2019-10-29[validation] Add CValidationState subclassesJohn Newbery
2019-10-28scripted-diff: Remove g_connman, g_banman globalsRussell Yanofsky
2019-10-28Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky
2019-08-15Merge #16060: Bury bip9 deploymentsMarcoFalke
2019-08-14[Consensus] Bury segwit deploymentJohn Newbery
2019-08-13rpc: Fix getblocktemplate CLI example (#16594)Emil Engler
2019-07-09Merge #16240: JSONRPCRequest-aware RPCHelpManMarcoFalke
2019-07-08rpc: switch to using RPCHelpMan.Check()Karl-Johan Alm
2019-07-03Merge #16262: rpc: Allow shutdown while in generateblocksWladimir J. van der Laan
2019-07-03rpc: fix RPC help requirements for getblocktemplateKarl-Johan Alm
2019-06-23rpc: Allow shutdown while in generateblocksPatrick Strateman