Age | Commit message (Expand) | Author |
2017-06-09 | Merge #10521: Limit variable scope | Pieter Wuille |
2017-06-05 | Introduce MAX_BIP125_RBF_SEQUENCE constant | Luke Dashjr |
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 |
2017-05-03 | Consensus: Minimal way to move dust out of consensus | Jorge Timón |
2017-04-23 | Trivial: fix fee estimate write error log message | CryptAxe |
2017-04-20 | Merge #10181: Include cleanup | Wladimir J. van der Laan |
2017-04-20 | Change file format for fee estimates. | Alex Morcos |
2017-04-13 | Missing includes | Jorge Timón |
2017-04-10 | MOVEONLY: move TxConfirmStats to cpp | Alex Morcos |
2017-04-10 | Initialize TxConfirmStats in constructor | Alex Morcos |
2017-04-10 | Read and Write fee estimate file directly from CBlockPolicyEstimator | Alex Morcos |
2017-04-10 | Call estimate(Smart)Fee directly from CBlockPolicyEstimator | Alex Morcos |
2017-04-10 | Give CBlockPolicyEstimator it's own lock | Alex Morcos |
2017-04-10 | Make processBlockTx private. | Alex Morcos |
2017-04-01 | Change LogAcceptCategory to use uint32_t rather than sets of strings. | Gregory Maxwell |
2017-03-07 | Merge #9548: Remove min reasonable fee | Wladimir J. van der Laan |
2017-02-27 | [cleanup] Remove estimatePriority and estimateSmartPriority | Alex Morcos |
2017-02-27 | [mining] Remove -blockprioritysize. | Alex Morcos |
2017-02-21 | Remove harmless read of unusued priority estimates | Alex Morcos |
2017-01-17 | CBlockPolicyEstimator now uses hard coded minimum bucket feerate | Alex Morcos |
2017-01-17 | Change fee estimation bucket limit variable names | Alex Morcos |
2017-01-16 | Merge #9380: Separate different uses of minimum fees | Wladimir J. van der Laan |
2017-01-16 | Introduce -dustrelayfee | Alex Morcos |
2017-01-16 | Introduce -incrementalrelayfee | Alex Morcos |
2017-01-04 | Introduce -blockmintxfee | Alex Morcos |
2017-01-04 | Fix edge case with stale fee estimates | Alex Morcos |
2017-01-04 | Add clarifying comments to fee estimation | Alex Morcos |