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
...
*
|
Merge #17318: replace asserts in RPC code with CHECK_NONFATAL and add linter
MarcoFalke
2019-11-04
1
-4
/
+4
|
\
\
|
*
|
replace asserts in RPC code with CHECK_NONFATAL and add linter
Adam Jonas
2019-10-30
1
-4
/
+4
*
|
|
Merge #17285: doc: Bip70 removal follow-up
Wladimir J. van der Laan
2019-11-02
1
-1
/
+1
|
\
\
\
|
*
|
|
doc: Remove explicit network name references
Fabian Jahr
2019-11-01
1
-1
/
+1
*
|
|
|
Merge #15921: validation: Tidy up ValidationState interface
Wladimir J. van der Laan
2019-10-30
1
-6
/
+6
|
\
\
\
\
|
*
|
|
|
[validation] Remove unused first_invalid parameter from ProcessNewBlockHeaders()
John Newbery
2019-10-29
1
-1
/
+1
|
*
|
|
|
[validation] Add CValidationState subclasses
John Newbery
2019-10-29
1
-5
/
+5
|
|
/
/
/
*
|
|
|
Merge #16943: test: Add generatetodescriptor RPC
Wladimir J. van der Laan
2019-10-30
1
-0
/
+44
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
rpc: Add generatetodescriptor
MarcoFalke
2019-10-30
1
-0
/
+44
|
|
/
/
*
|
|
scripted-diff: Remove g_connman, g_banman globals
Russell Yanofsky
2019-10-28
1
-2
/
+2
*
|
|
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
1
-0
/
+1
|
/
/
*
|
Merge #16060: Bury bip9 deployments
MarcoFalke
2019-08-15
1
-3
/
+2
|
\
|
|
*
[Consensus] Bury segwit deployment
John Newbery
2019-08-14
1
-3
/
+2
*
|
rpc: Fix getblocktemplate CLI example (#16594)
Emil Engler
2019-08-13
1
-1
/
+1
|
/
*
Merge #16240: JSONRPCRequest-aware RPCHelpMan
MarcoFalke
2019-07-09
1
-31
/
+10
|
\
|
*
rpc: switch to using RPCHelpMan.Check()
Karl-Johan Alm
2019-07-08
1
-30
/
+9
|
*
rpc: fix RPC help requirements for getblocktemplate
Karl-Johan Alm
2019-07-03
1
-1
/
+1
*
|
Merge #16262: rpc: Allow shutdown while in generateblocks
Wladimir J. van der Laan
2019-07-03
1
-4
/
+3
|
\
\
|
|
/
|
/
|
|
*
rpc: Allow shutdown while in generateblocks
Patrick Strateman
2019-06-23
1
-4
/
+3
*
|
validation: Add missing mempool locks
MarcoFalke
2019-06-07
1
-1
/
+1
*
|
txpool: Make nTransactionsUpdated atomic
MarcoFalke
2019-06-07
1
-0
/
+1
|
/
*
refactoring: IsInitialBlockDownload -> CChainState
James O'Beirne
2019-05-16
1
-1
/
+1
*
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
1
-12
/
+12
*
[rpc] simplify generate RPC
John Newbery
2019-04-10
1
-12
/
+6
*
[build] Add several util units
John Newbery
2019-04-09
1
-0
/
+2
*
doc: rpc-mining: Clarify error messages
MarcoFalke
2019-03-28
1
-2
/
+2
*
Remove uses of fee globals in wallet code
Russell Yanofsky
2019-02-22
1
-2
/
+4
*
Merge #15383: [rpc] mining: Omit uninitialized currentblockweight, currentblo...
MarcoFalke
2019-02-15
1
-14
/
+14
|
\
|
*
[rpc] mining: Omit uninitialized currentblockweight, currentblocktx
MarcoFalke
2019-02-12
1
-14
/
+14
*
|
Merge #14918: RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-12
1
-21
/
+21
|
\
\
|
|
/
|
/
|
|
*
RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-11
1
-21
/
+21
*
|
Move ParseConfirmTarget from rpc/mining to rpc/util
Russell Yanofsky
2019-02-08
1
-10
/
+0
|
/
*
RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-25
1
-54
/
+63
*
Merge #14811: Mining: Enforce that segwit option must be set in GBT
MarcoFalke
2018-12-21
1
-14
/
+9
|
\
|
*
[mining] segwit option must be set in GBT
John Newbery
2018-12-10
1
-14
/
+9
*
|
RPCHelpMan: Support required arguments after optional ones
MarcoFalke
2018-12-10
1
-1
/
+1
|
/
*
rpc: Document default values for optional arguments
MarcoFalke
2018-12-07
1
-3
/
+3
*
rpc: Pass argument descriptions to RPCHelpMan
MarcoFalke
2018-11-27
1
-70
/
+33
*
Use RPCHelpMan for all RPCs
MarcoFalke
2018-11-14
1
-39
/
+92
*
rpc: Correctly name arguments
Jon Layton
2018-11-13
1
-2
/
+2
*
rpc: Include rpc/util.h where needed for RPCHelpMan
MarcoFalke
2018-11-09
1
-1
/
+2
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-2
/
+2
*
Merge #14468: [wallet] Deprecate generate RPC method
MarcoFalke
2018-10-23
1
-0
/
+2
|
\
|
*
[rpc] add 'getnewaddress' hint to 'generatetoaddress' help text.
John Newbery
2018-10-23
1
-0
/
+2
*
|
[doc] getblocktemplate: use SegWit in example
Sjors Provoost
2018-10-13
1
-2
/
+2
|
/
*
[rpc] Descriptions: Textual consistency fixes
Jon Layton
2018-10-09
1
-1
/
+1
*
Merge #13311: Don't edit Chainparams after initialization
MarcoFalke
2018-09-24
1
-0
/
+1
|
\
|
*
MOVEONLY: Move versionbits info out of versionbits.o
Jorge Timón
2018-09-23
1
-0
/
+1
*
|
Merge #13424: Consistently validate txid / blockhash length and encoding in r...
MarcoFalke
2018-09-24
1
-2
/
+2
|
\
\
|
*
|
Consistently use ParseHashV to validate hash inputs in rpc
Ben Woosley
2018-08-07
1
-2
/
+2
[prev]
[next]