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
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
2015-11-16
EstimateSmart functions consider mempool min fee
Alex Morcos
2015-11-03
Revert "Revert "Enable policy enforcing GetMedianTimePast as the end point of...
Gregory Maxwell
2015-11-03
Restore MedianTimePast for locktime.
Gregory Maxwell
2015-11-01
Revert "Add rules--presently disabled--for using GetMedianTimePast as endpoin...
Gregory Maxwell
2015-11-01
Revert "Enable policy enforcing GetMedianTimePast as the end point of lock-ti...
Gregory Maxwell
2015-10-27
[Trivial] ensure minimal header conventions
Philip Kaufmann
2015-10-23
Enable policy enforcing GetMedianTimePast as the end point of lock-time const...
Mark Friedenbach
2015-10-23
Add rules--presently disabled--for using GetMedianTimePast as endpoint for lo...
Mark Friedenbach
2015-10-06
Test LowS in standardness, removes nuisance malleability vector.
Gregory Maxwell
2015-06-26
Policy: MOVEONLY: 3 functions to policy.o:
Luke Dashjr
2015-06-26
Policy: MOVEONLY: Create policy/policy.h with some constants
Jorge Timón