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
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-03
Abstract out IsSolvable from Witnessifier
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-19
Remove dead feeest-file read code for old versions
Matt Corallo
2017-12-19
Merge #11273: Ignore old format estimation file
Wladimir J. van der Laan
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-09
Use unique_ptr:s for {fee,short,long}Stats (TxConfirmStats)
practicalswift
2017-10-13
Avoid division by zero in the case of a corrupt estimates file
practicalswift
2017-10-12
Merge #11133: Document assumptions that are being made to avoid division by zero
Wladimir J. van der Laan
2017-09-30
Merge #11303: Fix estimatesmartfee rounding display issue
MarcoFalke
2017-09-28
Implement BIP173 addresses and tests
Pieter Wuille
2017-09-11
Force explicit double -> int conversion for CFeeRate constructor
Matt Corallo
2017-09-11
Make float <-> int casts explicit outside of test, qt, CFeeRate
Matt Corallo
2017-09-11
Use a sensible default for blockmaxweight
Matt Corallo
2017-09-11
Deprecate confusing blockmaxsize, fix getmininginfo output
Matt Corallo
2017-09-07
Ignore old format estimation file
Murch
2017-09-06
Merge #10682: Trivial: Move the AreInputsStandard documentation next to its i...
MarcoFalke
2017-08-28
Document assumptions that are being made to avoid division by zero
practicalswift
2017-08-28
Remove redundant explicitly defined copy ctors
Dan Raviv
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-27
Move the AreInputsStandard documentation next to its implementation
esneider
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
[next]