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