index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
/
mining.cpp
Age
Commit message (
Expand
)
Author
2017-11-02
Deprecate confusing blockmaxsize, fix getmininginfo output
Matt Corallo
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-20
Merge #10783: [RPC] Various rpc argument fixes
Wladimir J. van der Laan
2017-07-18
Avoid redundant redeclaration of GetWarnings(const string&)
practicalswift
2017-07-17
Convert named argument from nblocks to conf_target
Alex Morcos
2017-07-17
Improve api to estimatesmartfee
Alex Morcos
2017-07-17
check for null values in rpc args and handle appropriately
Gregory Sanders
2017-07-14
Properly bound check conf_target in wallet RPC calls
Alex Morcos
2017-07-14
Remove checking of mempool min fee from estimateSmartFee.
Alex Morcos
2017-07-14
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-07-10
Improve error reporting for estimaterawfee
Alex Morcos
2017-07-10
Change API to estimaterawfee
Alex Morcos
2017-06-29
rpc: Move the `generate` RPC call to rpcwallet
Wladimir J. van der Laan
2017-06-24
Merge #10191: [trivial] Rename unused RPC arguments 'dummy'
Wladimir J. van der Laan
2017-06-15
Merge #10284: Always log debug information for fee calculation in CreateTrans...
Wladimir J. van der Laan
2017-06-14
[RPCs] Remove submitblock parameters argument help text
John Newbery
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
Output Fee Estimation Calculations in CreateTransaction
Alex Morcos
2017-06-12
Merge #10488: Note that the prioritizetransaction dummy value is deprecated, ...
Wladimir J. van der Laan
2017-06-09
Merge #10521: Limit variable scope
Pieter Wuille
2017-06-06
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-06-06
Remove references to priority that snuck back in in 870824e9.
Matt Corallo
2017-06-06
Merge #10252: RPC/Mining: Restore API compatibility for prioritisetransaction
Wladimir J. van der Laan
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
Limit variable scope
practicalswift
2017-05-30
scripted-diff: s/BIP9DeploymentInfo/VBDeploymentInfo/
Jorge Timón
2017-05-23
RPC/Mining: Restore API compatibility for prioritisetransaction
Luke Dashjr
2017-05-17
Make more json-like output from estimaterawfee
Alex Morcos
2017-05-10
Comments and improved documentation
Alex Morcos
2017-05-10
Introduce a scale factor
Alex Morcos
2017-05-10
Rewrite estimateSmartFee
Alex Morcos
2017-05-10
Track failures in fee estimation.
Alex Morcos
2017-05-10
Expose estimaterawfee
Alex Morcos
2017-04-20
Merge #9942: Refactor CBlockPolicyEstimator
Wladimir J. van der Laan
2017-04-10
Call estimate(Smart)Fee directly from CBlockPolicyEstimator
Alex Morcos
2017-04-07
Use std::shared_ptr instead of boost::shared_ptr in ScriptForMining
Matt Corallo
2017-04-07
Add override to functions using CValidationInterface methods
Matt Corallo
2017-04-03
Add braces to submitblock per current style.
Gregory Maxwell
2017-04-03
Check transaction count early in submitblock.
Gregory Maxwell
2017-03-27
refactor: Move GetDifficulty out of `rpc/server.h`
Wladimir J. van der Laan
2017-03-14
Don't require segwit in getblocktemplate for segwit signalling or mining
Suhas Daftuar
2017-03-08
Refactor: Remove using namespace <xxx> from rpc/
Karl-Johan Alm
2017-03-03
[rpc] Remove priorityDelta from prioritisetransaction
Alex Morcos
2017-02-27
[rpc] Remove estimatepriority and estimatesmartpriority.
Alex Morcos
2017-02-22
Merge #9801: Removed redundant parameter from mempool.PrioritiseTransaction
Wladimir J. van der Laan
2017-02-21
Removed redundant parameter from mempool.PrioritiseTransaction
gubatron
2017-02-02
Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activates
Luke Dashjr
2017-01-14
Remove redundant semicolons
practicalswift
2017-01-10
Merge #8811: rpc: Add support for JSON-RPC named arguments
Wladimir J. van der Laan
2017-01-10
Update RPC argument names
John Newbery
[next]