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 #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-27
1
-6
/
+6
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-6
/
+6
*
|
|
|
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-13
1
-9
/
+7
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add LookupBlockIndex function
João Barbosa
2018-03-06
1
-9
/
+7
|
|
|
/
|
|
/
|
*
/
|
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
1
-1
/
+1
|
/
/
*
|
Merge #12356: Fix 'mempool min fee not met' debug output
Wladimir J. van der Laan
2018-02-15
1
-2
/
+2
|
\
\
|
*
|
Consistently use FormatStateMessage in RPC error output
Ben Woosley
2018-02-08
1
-2
/
+2
*
|
|
scripted-diff: Use UniValue.pushKV instead of push_back(Pair())
Karel Bilek
2018-02-10
1
-63
/
+63
|
/
/
*
|
[rpc] Remove deprecated getmininginfo RPC option
John Newbery
2018-02-05
1
-6
/
+1
*
|
[rpc] remove deprecated estimatefee RPC
John Newbery
2018-02-05
1
-38
/
+3
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
|
/
*
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
1
-2
/
+0
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-22
/
+22
*
Fix -Wthread-safety-analysis warnings. Change the sync.h primitives to std fr...
Matt Corallo
2017-11-06
1
-5
/
+5
*
Change getmininginfo errors field to warnings
Andrew Chow
2017-09-27
1
-2
/
+7
*
Unify help text for GetWarnings output in get*info RPCs
Andrew Chow
2017-09-27
1
-2
/
+2
*
[rpc] Deprecate estimatefee RPC
John Newbery
2017-09-26
1
-0
/
+6
*
Merge #11267: rpc: update cli for estimate*fee argument rename
MarcoFalke
2017-09-12
1
-1
/
+1
|
\
|
*
rpc: make estimatesmartfee argument naming consistent with documentation
Wladimir J. van der Laan
2017-09-08
1
-1
/
+1
*
|
Deprecate confusing blockmaxsize, fix getmininginfo output
Matt Corallo
2017-09-11
1
-2
/
+0
|
/
*
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
1
-3
/
+4
*
Merge #11173: RPC: Fix currency unit string in the help text
MarcoFalke
2017-09-05
1
-4
/
+4
|
\
|
*
Fix currency/fee-rate unit string in the help text
Akio Nakamura
2017-09-05
1
-4
/
+4
*
|
rpc: Push down safe mode checks
Andrew Chow
2017-08-29
1
-10
/
+11
|
/
*
Merge #11050: Avoid treating null RPC arguments different from missing arguments
Wladimir J. van der Laan
2017-08-22
1
-1
/
+1
|
\
|
*
Get rid of redundant RPC params.size() checks
Russell Yanofsky
2017-08-14
1
-1
/
+1
*
|
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-1
/
+1
|
/
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-3
/
+3
*
Merge #10783: [RPC] Various rpc argument fixes
Wladimir J. van der Laan
2017-07-20
1
-3
/
+3
|
\
|
*
check for null values in rpc args and handle appropriately
Gregory Sanders
2017-07-17
1
-3
/
+3
*
|
Avoid redundant redeclaration of GetWarnings(const string&)
practicalswift
2017-07-18
1
-0
/
+1
*
|
Convert named argument from nblocks to conf_target
Alex Morcos
2017-07-17
1
-21
/
+15
*
|
Improve api to estimatesmartfee
Alex Morcos
2017-07-17
1
-15
/
+35
|
/
*
Properly bound check conf_target in wallet RPC calls
Alex Morcos
2017-07-14
1
-0
/
+10
*
Remove checking of mempool min fee from estimateSmartFee.
Alex Morcos
2017-07-14
1
-2
/
+1
*
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-07-14
1
-4
/
+5
*
Improve error reporting for estimaterawfee
Alex Morcos
2017-07-10
1
-25
/
+46
*
Change API to estimaterawfee
Alex Morcos
2017-07-10
1
-49
/
+51
*
rpc: Move the `generate` RPC call to rpcwallet
Wladimir J. van der Laan
2017-06-29
1
-37
/
+1
*
Merge #10191: [trivial] Rename unused RPC arguments 'dummy'
Wladimir J. van der Laan
2017-06-24
1
-7
/
+4
|
\
|
*
[RPCs] Remove submitblock parameters argument help text
John Newbery
2017-06-14
1
-7
/
+4
*
|
Merge #10284: Always log debug information for fee calculation in CreateTrans...
Wladimir J. van der Laan
2017-06-15
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Output Fee Estimation Calculations in CreateTransaction
Alex Morcos
2017-06-13
1
-3
/
+3
*
|
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
1
-1
/
+1
|
\
\
|
*
|
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-1
/
+1
*
|
|
Merge #10488: Note that the prioritizetransaction dummy value is deprecated, ...
Wladimir J. van der Laan
2017-06-12
1
-4
/
+5
|
\
\
\
|
*
|
|
Remove references to priority that snuck back in in 870824e9.
Matt Corallo
2017-06-06
1
-4
/
+5
|
|
|
/
|
|
/
|
*
|
|
Merge #10521: Limit variable scope
Pieter Wuille
2017-06-09
1
-4
/
+2
|
\
\
\
|
*
|
|
Limit variable scope
practicalswift
2017-06-05
1
-4
/
+2
|
|
|
/
|
|
/
|
*
|
|
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-06-06
1
-5
/
+3
|
|
/
|
/
|
[prev]
[next]