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
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
2016-04-08
Doc: Update isStandardTx comment
Matthew English
2016-03-18
Policy: allow transaction version 2 relay policy.
BtcDrak
2016-02-01
Get rid of inaccurate ScriptSigArgsExpected
Pieter Wuille
2016-01-07
Merge pull request #7266
Wladimir J. van der Laan
2015-12-30
Removed comment about IsStandard for P2SH scripts
Marcel Krüger
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
2015-10-01
Accept any sequence of PUSHDATAs in OP_RETURN outputs
Peter Todd
2015-06-26
Policy: MOVEONLY: 3 functions to policy.o:
Luke Dashjr