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 AuxPoW support from Namecore
Ross Nicoll
2019-07-13
1
-1
/
+3
*
Update copyright headers to 2018
DrahtBot
2018-07-27
8
-8
/
+8
*
Merge #13096: [Policy] Fix MAX_STANDARD_TX_WEIGHT check
Wladimir J. van der Laan
2018-07-05
1
-1
/
+1
|
\
|
*
Fix MAX_STANDARD_TX_WEIGHT check
Johnson Lau
2018-05-05
1
-1
/
+1
*
|
policy: Treat segwit as always active
MarcoFalke
2018-05-29
2
-8
/
+5
*
|
Merge #11423: [Policy] Several transaction standardness rules
Wladimir J. van der Laan
2018-05-12
1
-1
/
+4
|
\
\
|
*
|
Policy to reject extremely small transactions
Johnson Lau
2018-05-05
1
-0
/
+2
|
*
|
Add constant scriptCode policy in non-segwit scripts
Johnson Lau
2018-05-05
1
-1
/
+2
|
|
/
*
/
Add compile time checking for all ::mempool.cs runtime locking assertions
practicalswift
2018-05-05
1
-1
/
+1
|
/
*
Extract consts for WITNESS_V0 hash sizes
Ben Woosley
2018-04-10
1
-1
/
+1
*
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-05
1
-0
/
+1
|
\
|
*
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-02
1
-0
/
+1
*
|
Merge #12757: Clarify include guard naming convention
MarcoFalke
2018-04-01
1
-3
/
+3
|
\
\
|
*
|
Fix missing or inconsistent include guards
practicalswift
2018-03-22
1
-3
/
+3
*
|
|
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-27
4
-11
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
4
-11
/
+11
*
|
|
Fix typos
practicalswift
2018-03-21
1
-1
/
+1
*
|
|
Calculate and store the number of bytes required to spend an input
Andrew Chow
2018-03-09
2
-0
/
+6
|
/
/
*
/
fee estimator: avoid sorting mempool on shutdown
Suhas Daftuar
2018-01-25
2
-7
/
+8
|
/
*
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-10
1
-18
/
+18
|
\
|
*
Abstract out IsSolvable from Witnessifier
Pieter Wuille
2018-01-03
1
-18
/
+18
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
8
-8
/
+8
*
|
Remove dead feeest-file read code for old versions
Matt Corallo
2017-12-19
1
-24
/
+15
*
|
Merge #11273: Ignore old format estimation file
Wladimir J. van der Laan
2017-12-19
1
-26
/
+3
|
\
\
|
|
/
|
/
|
|
*
Ignore old format estimation file
Murch
2017-09-07
1
-26
/
+3
*
|
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
1
-2
/
+0
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
8
-33
/
+33
*
|
Use unique_ptr:s for {fee,short,long}Stats (TxConfirmStats)
practicalswift
2017-11-09
2
-18
/
+12
*
|
Avoid division by zero in the case of a corrupt estimates file
practicalswift
2017-10-13
1
-0
/
+4
*
|
Merge #11133: Document assumptions that are being made to avoid division by zero
Wladimir J. van der Laan
2017-10-12
1
-0
/
+1
|
\
\
|
*
|
Document assumptions that are being made to avoid division by zero
practicalswift
2017-08-28
1
-0
/
+1
*
|
|
Merge #11303: Fix estimatesmartfee rounding display issue
MarcoFalke
2017-09-30
2
-4
/
+9
|
\
\
\
|
*
|
|
Force explicit double -> int conversion for CFeeRate constructor
Matt Corallo
2017-09-11
2
-3
/
+8
|
*
|
|
Make float <-> int casts explicit outside of test, qt, CFeeRate
Matt Corallo
2017-09-11
1
-1
/
+1
*
|
|
|
Implement BIP173 addresses and tests
Pieter Wuille
2017-09-28
1
-1
/
+1
*
|
|
|
Use a sensible default for blockmaxweight
Matt Corallo
2017-09-11
1
-1
/
+1
*
|
|
|
Deprecate confusing blockmaxsize, fix getmininginfo output
Matt Corallo
2017-09-11
1
-2
/
+0
|
/
/
/
*
|
|
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
|
/
/
[next]