index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
policy
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge #10682: Trivial: Move the AreInputsStandard documentation next to its i...
MarcoFalke
2017-09-06
1
-17
/
+16
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Move the AreInputsStandard documentation next to its implementation
esneider
2017-06-27
1
-17
/
+16
*
|
|
Remove redundant explicitly defined copy ctors
Dan Raviv
2017-08-28
1
-1
/
+0
|
|
/
|
/
|
*
|
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-1
/
+1
*
|
Merge #10862: Remove unused variable int64_t nEnd. Fix typo: "conditon" → "...
Wladimir J. van der Laan
2017-07-20
1
-3
/
+3
|
\
\
|
*
|
Fix typo: "conditon" → "condition"
practicalswift
2017-07-18
1
-3
/
+3
*
|
|
Merge #10817: Redefine Dust and add a discard_rate
Wladimir J. van der Laan
2017-07-19
2
-6
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove factor of 3 from definition of dust.
Alex Morcos
2017-07-17
2
-6
/
+8
*
|
|
Improve api to estimatesmartfee
Alex Morcos
2017-07-17
1
-11
/
+8
|
/
/
*
|
Merge #10706: Improve wallet fee logic and fix GUI bugs
Wladimir J. van der Laan
2017-07-17
2
-60
/
+52
|
\
\
|
*
|
Remove checking of mempool min fee from estimateSmartFee.
Alex Morcos
2017-07-14
2
-60
/
+52
*
|
|
Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names ma...
practicalswift
2017-07-16
1
-1
/
+1
*
|
|
Fix typos
practicalswift
2017-07-15
1
-2
/
+2
|
/
/
*
|
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-07-14
1
-0
/
+1
*
|
Merge #10543: Change API to estimaterawfee
Wladimir J. van der Laan
2017-07-11
3
-1
/
+38
|
\
\
|
*
|
Add function to report highest estimate target tracked per horizon
Alex Morcos
2017-07-10
2
-1
/
+22
|
*
|
Change API to estimaterawfee
Alex Morcos
2017-07-10
3
-0
/
+16
*
|
|
Add RPC options for RBF, confirmation target, and conservative fee estimation.
Alex Morcos
2017-07-10
2
-0
/
+16
*
|
|
remove default argument from estimateSmartFee
Alex Morcos
2017-07-06
1
-1
/
+1
*
|
|
Introduce a fee estimate mode.
Alex Morcos
2017-07-06
1
-0
/
+7
|
/
/
*
|
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-07-04
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-22
1
-1
/
+0
*
|
Fixed multiple typos
Dimitris Tsapakidis
2017-06-22
1
-1
/
+1
*
|
Merge #10284: Always log debug information for fee calculation in CreateTrans...
Wladimir J. van der Laan
2017-06-15
2
-27
/
+97
|
\
\
|
|
/
|
/
|
|
*
Output Fee Estimation Calculations in CreateTransaction
Alex Morcos
2017-06-13
2
-27
/
+97
*
|
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
2
-4
/
+4
|
\
\
|
*
|
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
2
-4
/
+4
*
|
|
Merge #10521: Limit variable scope
Pieter Wuille
2017-06-09
1
-1
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Limit variable scope
practicalswift
2017-06-05
1
-1
/
+2
*
|
|
Introduce MAX_BIP125_RBF_SEQUENCE constant
Luke Dashjr
2017-06-05
1
-0
/
+2
|
|
/
|
/
|
*
|
Merge #10422: Fix timestamp in fee estimate debug message
Wladimir J. van der Laan
2017-06-05
1
-1
/
+1
|
\
\
|
*
|
Fix timestamp in fee estimate debug message
Alex Morcos
2017-05-18
1
-1
/
+1
*
|
|
Merge CCoinsViewCache's GetOutputFor and AccessCoin
Pieter Wuille
2017-06-01
1
-2
/
+2
|
|
/
|
/
|
*
|
Merge #10419: [trivial] Fix three recently introduced typos
Pieter Wuille
2017-05-26
2
-2
/
+2
|
\
\
|
*
|
[trivial] Fix three recently introduced typos
practicalswift
2017-05-23
2
-2
/
+2
*
|
|
Merge #10347: Use range-based for loops (C++11) when looping over vector elem...
Pieter Wuille
2017-05-23
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Use range-based for loops (C++11) when looping over vector elements
practicalswift
2017-05-19
1
-2
/
+2
|
|
/
*
/
Prevent shadowing the global dustRelayFee.
Pavel Janík
2017-05-19
1
-4
/
+4
|
/
*
Merge #10199: Better fee estimates
Pieter Wuille
2017-05-17
2
-192
/
+617
|
\
|
*
Comments and improved documentation
Alex Morcos
2017-05-10
2
-27
/
+55
|
*
minor cleanup: remove unnecessary variable
Alex Morcos
2017-05-10
2
-3
/
+1
|
*
Introduce a scale factor
Alex Morcos
2017-05-10
2
-30
/
+41
|
*
Historical block span
Alex Morcos
2017-05-10
2
-9
/
+53
|
*
Clean up fee estimate debug printing
Alex Morcos
2017-05-10
1
-1
/
+1
|
*
Track first recorded height
Alex Morcos
2017-05-10
2
-1
/
+10
|
*
Rewrite estimateSmartFee
Alex Morcos
2017-05-10
2
-7
/
+86
|
*
Track failures in fee estimation.
Alex Morcos
2017-05-10
2
-15
/
+63
|
*
Expose estimaterawfee
Alex Morcos
2017-05-10
2
-11
/
+115
|
*
minor refactor: explicitly track start of new bucket range and don't update c...
Alex Morcos
2017-05-10
1
-1
/
+6
|
*
Make EstimateMedianVal smarter about small failures.
Alex Morcos
2017-05-10
2
-7
/
+5
[prev]
[next]