BitcoinPrivate-legacy/src/consensus
Mark Friedenbach f720c5fc9f
Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints
Transactions are not allowed in the memory pool or selected for inclusion in a block until their lock times exceed chainActive.Tip()->GetMedianTimePast(). However blocks including transactions which are only mature under the old rules are still accepted; this is *not* the soft-fork required to actually rely on the new constraint in production.
2015-10-23 21:33:51 +01:00
..
consensus.h Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints 2015-10-23 21:33:51 +01:00
params.h ensure consistent header comment naming conventions 2015-04-20 13:29:22 +02:00
validation.h Consensus: MOVEONLY: Move CValidationState from main consensus/validation 2015-05-15 16:05:28 +02:00