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.h
Age
Commit message (
Expand
)
Author
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-16
policy: Treat taproot as always active
MarcoFalke
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-10
Move TX_MAX_STANDARD_VERSION to policy
MarcoFalke
2020-12-01
Merge #20207: Follow-up extra comments on taproot code and tests
MarcoFalke
2020-11-26
Mention units of MAX_STANDARD_ policy constants
Pieter Wuille
2020-11-26
Document additional IsWitnessStandard behavior
Pieter Wuille
2020-11-25
Add MAX_STANDARD_SCRIPTSIG_SIZE to policy
sanket1729
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-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-04-10
Remove access to node globals from wallet-linked code
Russell Yanofsky
2019-04-09
[build] Move policy settings to new src/policy/settings unit
John Newbery
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-29
policy: Treat segwit as always active
MarcoFalke
2018-05-05
Policy to reject extremely small transactions
Johnson Lau
2018-05-05
Add constant scriptCode policy in non-segwit scripts
Johnson Lau
2018-03-09
Calculate and store the number of bytes required to spend an input
Andrew Chow
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-03
Abstract out IsSolvable from Witnessifier
Pieter Wuille
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-11
Use a sensible default for blockmaxweight
Matt Corallo
2017-09-11
Deprecate confusing blockmaxsize, fix getmininginfo output
Matt Corallo
2017-07-17
Remove factor of 3 from definition of dust.
Alex Morcos
2017-05-03
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
Jorge Timón
2017-05-03
Consensus: Minimal way to move dust out of consensus
Jorge Timón
2017-02-27
[mining] Remove -blockprioritysize.
Alex Morcos
2017-01-16
Introduce -dustrelayfee
Alex Morcos
2017-01-16
Introduce -incrementalrelayfee
Alex Morcos
2017-01-04
Introduce -blockmintxfee
Alex Morcos
2016-11-06
[copyright] copyright header style uniform
isle2983
2016-10-16
Require compressed keys in segwit as policy and disable signing with uncompre...
Johnson Lau
2016-10-16
Add standard limits for P2WSH with tests
Johnson Lau
2016-09-27
Add policy: null signature for failed CHECK(MULTI)SIG
Johnson Lau
2016-09-23
Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH
Johnson Lau
2016-07-26
Merge #8381: Make witness v0 outputs non-standard
Wladimir J. van der Laan
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-30
Remove -blockminsize option
Suhas Daftuar
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
BIP141: Witness program
Pieter Wuille
2016-02-14
BIP112: Implement CHECKSEQUENCEVERIFY
Mark Friedenbach
2016-02-12
Merge #7184: Implement SequenceLocks functions for BIP 68
Wladimir J. van der Laan
2016-02-11
fix sdaftuar's nits again
Alex Morcos
2016-02-10
Implement SequenceLocks functions
Alex Morcos
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-30
Change default block priority size to 0
Alex Morcos
[next]