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-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
2017-01-05
Merge #8747: [rpc] Fix transaction size comments and RPC help text.
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for mining calls
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-22
Added missing colons in when running help command
Anditto Heristyo
2016-12-08
Fix transaction size comments. Size now refers to virtual size as defined in ...
jonnynewbs
2016-12-04
Remove unused CDiskBlockPos* argument from ProcessNewBlock
Matt Corallo
2016-12-04
Switch pblock in ProcessNewBlock to a shared_ptr
Matt Corallo
2016-12-02
Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...
Pieter Wuille
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-11-29
Disable fee estimates for a confirm target of 1 block
Alex Morcos
2016-11-21
Always add default_witness_commitment with GBT client support
Pieter Wuille
2016-11-19
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-09
Replace CValidationState param in ProcessNewBlock with BlockChecked
Matt Corallo
2016-11-09
Remove pfrom parameter from ProcessNewBlock
Matt Corallo
2016-11-08
Revert "RPC: Give more details when "generate" fails"
Matt Corallo
2016-11-08
RPC: Give more details when "generate" fails
Jorge Timón
2016-11-07
Merge #9026: Fix handling of invalid compact blocks
Pieter Wuille
2016-11-07
Remove priority estimation
Alex Morcos
2016-11-03
Fix compact block handling to not ban if block is invalid
Suhas Daftuar
2016-10-27
instance of 'mem pool' to 'mempool'
S. Matthew English
2016-10-19
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-10-19
Merge #8951: RPC/Mining: getblocktemplate: Update and fix formatting of help
Wladimir J. van der Laan
2016-10-19
RPC/Mining: getblocktemplate: Update and fix formatting of help
Luke Dashjr
2016-10-18
Merge #8865: Decouple peer-processing-logic from block-connection-logic
Wladimir J. van der Laan
2016-10-18
Merge #8223: [c++11] Use std::unique_ptr for block creation.
Wladimir J. van der Laan
2016-10-18
RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC
Jorge Timón
2016-10-04
Remove CConnman parameter from ProcessNewBlock/ActivateBestChain
Matt Corallo
[next]