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
/
policy
Age
Commit message (
Expand
)
Author
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-07-20
Merge #10862: Remove unused variable int64_t nEnd. Fix typo: "conditon" → "...
Wladimir J. van der Laan
2017-07-19
Merge #10817: Redefine Dust and add a discard_rate
Wladimir J. van der Laan
2017-07-18
Fix typo: "conditon" → "condition"
practicalswift
2017-07-17
Improve api to estimatesmartfee
Alex Morcos
2017-07-17
Remove factor of 3 from definition of dust.
Alex Morcos
2017-07-17
Merge #10706: Improve wallet fee logic and fix GUI bugs
Wladimir J. van der Laan
2017-07-16
Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names ma...
practicalswift
2017-07-15
Fix typos
practicalswift
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-11
Merge #10543: Change API to estimaterawfee
Wladimir J. van der Laan
2017-07-10
Add function to report highest estimate target tracked per horizon
Alex Morcos
2017-07-10
Change API to estimaterawfee
Alex Morcos
2017-07-10
Add RPC options for RBF, confirmation target, and conservative fee estimation.
Alex Morcos
2017-07-06
remove default argument from estimateSmartFee
Alex Morcos
2017-07-06
Introduce a fee estimate mode.
Alex Morcos
2017-07-04
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-06-22
Fixed multiple typos
Dimitris Tsapakidis
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-15
Merge #10284: Always log debug information for fee calculation in CreateTrans...
Wladimir J. van der Laan
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-09
Merge #10521: Limit variable scope
Pieter Wuille
2017-06-05
Introduce MAX_BIP125_RBF_SEQUENCE constant
Luke Dashjr
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
Merge #10422: Fix timestamp in fee estimate debug message
Wladimir J. van der Laan
2017-06-05
Limit variable scope
practicalswift
2017-06-01
Merge CCoinsViewCache's GetOutputFor and AccessCoin
Pieter Wuille
2017-05-26
Merge #10419: [trivial] Fix three recently introduced typos
Pieter Wuille
2017-05-23
Merge #10347: Use range-based for loops (C++11) when looping over vector elem...
Pieter Wuille
2017-05-23
[trivial] Fix three recently introduced typos
practicalswift
2017-05-19
Prevent shadowing the global dustRelayFee.
Pavel Janík
2017-05-19
Use range-based for loops (C++11) when looping over vector elements
practicalswift
2017-05-18
Fix timestamp in fee estimate debug message
Alex Morcos
2017-05-17
Merge #10199: Better fee estimates
Pieter Wuille
2017-05-10
Comments and improved documentation
Alex Morcos
2017-05-10
minor cleanup: remove unnecessary variable
Alex Morcos
2017-05-10
Introduce a scale factor
Alex Morcos
2017-05-10
Historical block span
Alex Morcos
2017-05-10
Clean up fee estimate debug printing
Alex Morcos
2017-05-10
Track first recorded height
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-05-10
minor refactor: explicitly track start of new bucket range and don't update c...
Alex Morcos
2017-05-10
Make EstimateMedianVal smarter about small failures.
Alex Morcos
2017-05-10
Refactor to update moving average on fly
Alex Morcos
2017-05-10
Change parameters for fee estimation and estimates on all 3 time horizons.
Alex Morcos
2017-05-03
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
Jorge Timón
[next]