index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
/
mining.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace consensus values with Dogecoin equivalents
Ross Nicoll
2021-06-02
1
-1
/
+1
*
wallet: provide valid values if invalid estimate mode passed
Jon Atack
2020-11-12
1
-1
/
+1
*
Merge #19836: rpc: Properly deserialize txs with witness before signing
fanquake
2020-10-16
1
-1
/
+1
|
\
|
*
rpc: Adjust witness-tx deserialize error message
MarcoFalke
2020-10-13
1
-1
/
+1
*
|
Merge #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mi...
MarcoFalke
2020-08-31
1
-50
/
+72
|
\
\
|
|
/
|
/
|
|
*
rpc: Assert that RPCArg names are equal to CRPCCommand ones (mining)
MarcoFalke
2020-08-14
1
-50
/
+72
*
|
Merge #19646: doc: Updated outdated help command for getblocktemplate
Wladimir J. van der Laan
2020-08-28
1
-10
/
+9
|
\
\
|
|
/
|
/
|
|
*
Updated outdated help command for getblocktemplate (fixes #19625)
Jake Leventhal
2020-08-15
1
-10
/
+9
*
|
Merge #19455: rpc generate: print useful help and error message
Wladimir J. van der Laan
2020-08-14
1
-0
/
+12
|
\
\
|
*
|
rpc: print useful help and error message for generate
Jon Atack
2020-07-11
1
-0
/
+12
|
|
/
*
|
Merge #19528: rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc)
MarcoFalke
2020-08-14
1
-3
/
+3
|
\
\
|
*
|
refactor: Use C++11 range based for loops to simplify rpc code
MarcoFalke
2020-08-02
1
-3
/
+3
|
|
/
*
/
rpc: document returned error fields as optional if applicable
Sebastian Falbesoner
2020-08-02
1
-2
/
+2
|
/
*
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-06-24
1
-1
/
+1
*
Merge #19133: rpc, cli, test: add bitcoin-cli -generate command
Samuel Dobson
2020-06-21
1
-10
/
+8
|
\
|
*
rpc: make generatetoaddress locals const
Jon Atack
2020-06-02
1
-6
/
+3
|
*
rpc: create rpc/mining.h, hoist default max tries values to constant
Jon Atack
2020-06-01
1
-5
/
+6
*
|
RPC: Rephrase generatetoaddress help, and use PACKAGE_NAME
Luke Dashjr
2020-06-15
1
-1
/
+1
*
|
Make GetWarnings() return bilingual_str
Hennadii Stepanov
2020-06-10
1
-1
/
+2
|
/
*
doc: Fix unrelated typos reported by codespell
MarcoFalke
2020-05-27
1
-1
/
+1
*
validation: Make ProcessNewBlock*() members of ChainstateManager
MarcoFalke
2020-05-21
1
-9
/
+12
*
Merge #18740: Remove g_rpc_node global
MarcoFalke
2020-05-21
1
-8
/
+9
|
\
|
*
scripted-diff: Remove g_rpc_node references
Russell Yanofsky
2020-05-13
1
-1
/
+1
|
*
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-05-13
1
-7
/
+8
*
|
Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" key
MarcoFalke
2020-05-19
1
-0
/
+2
|
\
\
|
*
|
Bugfix: Include "csv","!segwit" in "rules"
Luke Dashjr
2020-01-17
1
-0
/
+2
*
|
|
miner: Avoid stack-use-after-return in validationinterface
MarcoFalke
2020-05-13
1
-6
/
+6
|
|
/
|
/
|
*
|
rpc: Rename first arg of generateblock RPC to "output"
MarcoFalke
2020-04-12
1
-4
/
+4
*
|
Merge #17693: rpc: Add generateblock to mine a custom set of transactions
MarcoFalke
2020-04-10
1
-31
/
+182
|
\
\
|
*
|
Add generateblock rpc
Andrew Toth
2020-03-27
1
-31
/
+182
*
|
|
rpc: Avoid initialization-order-fiasco on static CRPCCommand tables
MarcoFalke
2020-04-06
1
-2
/
+2
*
|
|
util: Replace i64tostr with ToString
MarcoFalke
2020-03-27
1
-1
/
+2
|
/
/
*
|
rpc: Document an RPCResult for all calls; Enforce at compile time
MarcoFalke
2020-03-13
1
-1
/
+1
*
|
Merge #18268: rpc: Remove redundant types from descriptions
MarcoFalke
2020-03-11
1
-1
/
+1
|
\
\
|
*
|
Remove redundant type information from rpc docs
David O'Callaghan
2020-03-05
1
-1
/
+1
*
|
|
Merge #17809: rpc: Auto-format RPCResult
MarcoFalke
2020-03-04
1
-100
/
+119
|
\
\
\
|
*
|
|
rpc: Auto-format RPCResult
MarcoFalke
2020-02-25
1
-100
/
+119
*
|
|
|
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-27
1
-3
/
+2
|
/
/
/
*
|
|
scripted-diff: Add missing spaces in RPCResult, Fix type names
MarcoFalke
2020-02-09
1
-15
/
+15
*
|
|
doc: Add missing "optional" to "long" estimaterawfee RPC help
MarcoFalke
2020-01-23
1
-6
/
+14
|
/
/
*
|
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
1
-1
/
+1
*
|
Merge #17781: rpc: Remove mempool global from miner
MarcoFalke
2020-01-02
1
-5
/
+9
|
\
\
|
*
|
rpc: Remove mempool global from miner
MarcoFalke
2019-12-23
1
-5
/
+9
*
|
|
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
|
/
/
*
|
Merge #17750: util: change GetWarnings parameter to bool
MarcoFalke
2019-12-16
1
-1
/
+1
|
\
\
|
*
|
util: change GetWarnings parameter to bool
John Newbery
2019-12-15
1
-1
/
+1
*
|
|
Merge #17564: rpc: Use mempool from node context instead of global
MarcoFalke
2019-12-16
1
-2
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
rpc: Use mempool from node context instead of global
MarcoFalke
2019-12-05
1
-2
/
+4
*
|
|
qa: unify unix epoch time descriptions
Jon Atack
2019-12-13
1
-2
/
+2
|
/
/
*
|
refactor: Remove unused COINBASE_FLAGS
Neha Narula
2019-11-20
1
-4
/
+1
[next]