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
...
*
|
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
|
|
/
|
/
|
*
|
Merge #10252: RPC/Mining: Restore API compatibility for prioritisetransaction
Wladimir J. van der Laan
2017-06-06
1
-7
/
+12
|
\
\
|
*
|
RPC/Mining: Restore API compatibility for prioritisetransaction
Luke Dashjr
2017-05-23
1
-7
/
+12
|
|
/
*
/
scripted-diff: s/BIP9DeploymentInfo/VBDeploymentInfo/
Jorge Timón
2017-05-30
1
-4
/
+4
|
/
*
Make more json-like output from estimaterawfee
Alex Morcos
2017-05-17
1
-20
/
+25
*
Comments and improved documentation
Alex Morcos
2017-05-10
1
-1
/
+1
*
Introduce a scale factor
Alex Morcos
2017-05-10
1
-0
/
+2
*
Rewrite estimateSmartFee
Alex Morcos
2017-05-10
1
-5
/
+14
*
Track failures in fee estimation.
Alex Morcos
2017-05-10
1
-0
/
+3
*
Expose estimaterawfee
Alex Morcos
2017-05-10
1
-0
/
+74
*
Merge #9942: Refactor CBlockPolicyEstimator
Wladimir J. van der Laan
2017-04-20
1
-2
/
+3
|
\
|
*
Call estimate(Smart)Fee directly from CBlockPolicyEstimator
Alex Morcos
2017-04-10
1
-2
/
+3
*
|
Use std::shared_ptr instead of boost::shared_ptr in ScriptForMining
Matt Corallo
2017-04-07
1
-4
/
+3
*
|
Add override to functions using CValidationInterface methods
Matt Corallo
2017-04-07
1
-1
/
+1
|
/
*
Add braces to submitblock per current style.
Gregory Maxwell
2017-04-03
1
-8
/
+13
*
Check transaction count early in submitblock.
Gregory Maxwell
2017-04-03
1
-0
/
+4
*
refactor: Move GetDifficulty out of `rpc/server.h`
Wladimir J. van der Laan
2017-03-27
1
-0
/
+1
*
Don't require segwit in getblocktemplate for segwit signalling or mining
Suhas Daftuar
2017-03-14
1
-4
/
+14
*
Refactor: Remove using namespace <xxx> from rpc/
Karl-Johan Alm
2017-03-08
1
-13
/
+11
*
[rpc] Remove priorityDelta from prioritisetransaction
Alex Morcos
2017-03-03
1
-11
/
+8
*
[rpc] Remove estimatepriority and estimatesmartpriority.
Alex Morcos
2017-02-27
1
-65
/
+0
*
Merge #9801: Removed redundant parameter from mempool.PrioritiseTransaction
Wladimir J. van der Laan
2017-02-22
1
-1
/
+1
|
\
|
*
Removed redundant parameter from mempool.PrioritiseTransaction
gubatron
2017-02-21
1
-1
/
+1
*
|
Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activates
Luke Dashjr
2017-02-02
1
-2
/
+6
|
/
*
Remove redundant semicolons
practicalswift
2017-01-14
1
-2
/
+2
*
Merge #8811: rpc: Add support for JSON-RPC named arguments
Wladimir J. van der Laan
2017-01-10
1
-31
/
+31
|
\
|
*
Update RPC argument names
John Newbery
2017-01-10
1
-11
/
+11
|
*
rpc: Named arguments for mining calls
Wladimir J. van der Laan
2017-01-05
1
-22
/
+22
*
|
Merge #8747: [rpc] Fix transaction size comments and RPC help text.
Wladimir J. van der Laan
2017-01-05
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fix transaction size comments. Size now refers to virtual size as defined in ...
jonnynewbs
2016-12-08
1
-2
/
+4
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
|
Added missing colons in when running help command
Anditto Heristyo
2016-12-22
1
-4
/
+4
[prev]
[next]