172 Commits (f1250033bd149626cfe42008ca145733be850dfe)

Author SHA1 Message Date
Luke Dashjr 18b0c69e2f
Bugfix: Include <memory> for std::unique_ptr 7 years ago
Johnson Lau 0a000b9b73 Policy to reject extremely small transactions 7 years ago
Johnson Lau d353dd121b Add constant scriptCode policy in non-segwit scripts 7 years ago
Adrian Gallagher a74a01e617
Litecoin: Branding 7 years ago
Pieter Wuille 0c8ea6380c Abstract out IsSolvable from Witnessifier 7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
Matt Corallo 62e7c04fb8 Remove dead feeest-file read code for old versions 7 years ago
practicalswift a720b928c8 Remove includes in .cpp files for things the corresponding .h file already included 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
practicalswift fa6d1228e9 Use unique_ptr:s for {fee,short,long}Stats (TxConfirmStats) 7 years ago
practicalswift fe862c5ad4 Avoid division by zero in the case of a corrupt estimates file 7 years ago
Pieter Wuille c091b99379 Implement BIP173 addresses and tests 7 years ago
Matt Corallo 1789e4675b Force explicit double -> int conversion for CFeeRate constructor 7 years ago
Matt Corallo 53a6590f49 Make float <-> int casts explicit outside of test, qt, CFeeRate 7 years ago
Matt Corallo 3dc263c9b9 Use a sensible default for blockmaxweight 7 years ago
Matt Corallo ba206d2c63 Deprecate confusing blockmaxsize, fix getmininginfo output 7 years ago
Murch 3a3a9f978b Ignore old format estimation file 7 years ago
practicalswift 55509f1a11 Document assumptions that are being made to avoid division by zero 7 years ago
Dan Raviv b426e24678 Remove redundant explicitly defined copy ctors 7 years ago
practicalswift 64fb0ac016 Declare single-argument (non-converting) constructors "explicit" 7 years ago
practicalswift 5a6671c4ca Fix typo: "conditon" → "condition" 7 years ago
Alex Morcos 439c4e8ad5 Improve api to estimatesmartfee 7 years ago
Alex Morcos b1385852ef Remove factor of 3 from definition of dust. 7 years ago
practicalswift 2c2e90d1d4 Fix incorrect Doxygen tag (@ince@since). Make Doxygen parameter names match actual parameter names. 7 years ago
practicalswift 0189d8ed19 Fix typos 7 years ago
Alex Morcos fd29d3df29 Remove checking of mempool min fee from estimateSmartFee. 7 years ago
Gregory Maxwell 3babbcb487 Remove confusing MAX_BLOCK_BASE_SIZE. 7 years ago
Alex Morcos 1fafd704da Add function to report highest estimate target tracked per horizon 7 years ago
Alex Morcos 9c85b91dc1 Change API to estimaterawfee 7 years ago
Alex Morcos f135923ee2 Add RPC options for RBF, confirmation target, and conservative fee estimation. 7 years ago
Alex Morcos e0738e3d31 remove default argument from estimateSmartFee 7 years ago
Alex Morcos d507c301bc Introduce a fee estimate mode. 7 years ago
esneider ca67ddf0b7 Move the AreInputsStandard documentation next to its implementation 8 years ago
Dimitris Tsapakidis 0a5a6b90bc Fixed multiple typos 8 years ago
Jorge Timón 5995735c5b
scripted-diff: Remove #include <boost/foreach.hpp> 8 years ago
Alex Morcos 1bebfc8d3a Output Fee Estimation Calculations in CreateTransaction 8 years ago
Luke Dashjr b005bf21a7 Introduce MAX_BIP125_RBF_SEQUENCE constant 8 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 8 years ago
practicalswift 90593ed92c Limit variable scope 8 years ago
Pieter Wuille 119e552f7c Merge CCoinsViewCache's GetOutputFor and AccessCoin 8 years ago
practicalswift efc2e3302d [trivial] Fix three recently introduced typos 8 years ago
Pavel Janík 43c587738d Prevent shadowing the global dustRelayFee. 8 years ago
practicalswift 211adc074a Use range-based for loops (C++11) when looping over vector elements 8 years ago
Alex Morcos 8d4f401269 Fix timestamp in fee estimate debug message 8 years ago
Alex Morcos 2d2e17052c Comments and improved documentation 8 years ago
Alex Morcos ef589f8d40 minor cleanup: remove unnecessary variable 8 years ago
Alex Morcos 3ee76d6de5 Introduce a scale factor 8 years ago
Alex Morcos 5f1f0c6490 Historical block span 8 years ago
Alex Morcos aa19b8ea44 Clean up fee estimate debug printing 8 years ago
Alex Morcos 10f7cbd247 Track first recorded height 8 years ago