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
/
policy.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only relay Taproot spends if next block has it active
Pieter Wuille
2020-10-30
1
-1
/
+4
*
Make Taproot spends standard + policy limits
Pieter Wuille
2020-10-12
1
-1
/
+33
*
Add txids with non-standard inputs to reject filter
Suhas Daftuar
2020-08-04
1
-1
/
+7
*
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-21
1
-10
/
+10
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-4
/
+0
*
[POLICY] Make sending to future native witness outputs standard
Pieter Wuille
2019-04-18
1
-1
/
+1
*
Remove access to node globals from wallet-linked code
Russell Yanofsky
2019-04-10
1
-9
/
+9
*
[build] Add several util units
John Newbery
2019-04-09
1
-1
/
+0
*
[build] Move policy settings to new src/policy/settings unit
John Newbery
2019-04-09
1
-4
/
+1
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-2
/
+2
*
Drop unused GetType() from CSizeComputer
Ben Woosley
2018-09-11
1
-1
/
+1
*
Merge #13429: Return the script type from Solver
Wladimir J. van der Laan
2018-08-25
1
-13
/
+10
|
\
|
*
Return the script type from Solver
Ben Woosley
2018-07-22
1
-13
/
+10
*
|
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
|
/
*
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
1
-6
/
+3
|
/
*
Extract consts for WITNESS_V0 hash sizes
Ben Woosley
2018-04-10
1
-1
/
+1
*
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-27
1
-2
/
+2
|
\
|
*
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-2
/
+2
*
|
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
1
-0
/
+5
|
/
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-8
/
+8
*
Implement BIP173 addresses and tests
Pieter Wuille
2017-09-28
1
-1
/
+1
*
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 factor of 3 from definition of dust.
Alex Morcos
2017-07-17
1
-4
/
+6
*
|
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-07-14
1
-0
/
+1
*
|
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-22
1
-1
/
+0
|
/
*
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-2
/
+2
*
Merge CCoinsViewCache's GetOutputFor and AccessCoin
Pieter Wuille
2017-06-01
1
-2
/
+2
*
Prevent shadowing the global dustRelayFee.
Pavel Janík
2017-05-19
1
-4
/
+4
*
Consensus: Minimal way to move dust out of consensus
Jorge Timón
2017-05-03
1
-1
/
+38
*
Missing includes
Jorge Timón
2017-04-13
1
-0
/
+1
*
Introduce -dustrelayfee
Alex Morcos
2017-01-16
1
-1
/
+2
*
Introduce -incrementalrelayfee
Alex Morcos
2017-01-16
1
-0
/
+1
*
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-04
1
-4
/
+4
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
*
update comments for tx weight
Brian Deery
2016-11-14
1
-1
/
+1
*
[copyright] copyright header style uniform
isle2983
2016-11-06
1
-1
/
+1
*
Add standard limits for P2WSH with tests
Johnson Lau
2016-10-16
1
-1
/
+53
*
Merge #8381: Make witness v0 outputs non-standard
Wladimir J. van der Laan
2016-07-26
1
-3
/
+6
|
\
|
*
qa: Add test for standardness of segwit v0 outputs
Suhas Daftuar
2016-07-23
1
-1
/
+1
|
*
Make witness v0 outputs non-standard before segwit activation
Johnson Lau
2016-07-22
1
-3
/
+6
*
|
Treat high-sigop transactions as larger rather than rejecting them
Pieter Wuille
2016-07-19
1
-4
/
+6
|
/
*
Rename "block cost" to "block weight"
Suhas Daftuar
2016-07-18
1
-5
/
+5
*
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
1
-2
/
+12
*
BIP143: Verification logic
Pieter Wuille
2016-06-22
1
-1
/
+1
[next]