aboutsummaryrefslogtreecommitdiff
path: root/src/policy
Commit message (Expand)AuthorAgeFilesLines
...
* | [doc] Fix doxygen comments for membersMarcoFalke2016-04-031-2/+2
|/
* Merge #7648: BIP9 versionbits softfork for BIP68, BIP112 and BIP113Wladimir J. van der Laan2016-03-301-1/+1
|\
| * Policy: allow transaction version 2 relay policy.BtcDrak2016-03-181-1/+1
* | Implement "feefilter" P2P message.Alex Morcos2016-03-212-0/+32
|/
* BIP112: Implement CHECKSEQUENCEVERIFYMark Friedenbach2016-02-141-0/+1
* Merge #7184: Implement SequenceLocks functions for BIP 68Wladimir J. van der Laan2016-02-121-2/+3
|\
| * fix sdaftuar's nits againAlex Morcos2016-02-111-1/+1
| * Implement SequenceLocks functionsAlex Morcos2016-02-101-2/+3
* | Get rid of inaccurate ScriptSigArgsExpectedPieter Wuille2016-02-011-31/+6
* | RPC: indicate which transactions are replaceableSuhas Daftuar2016-01-192-0/+66
* | Typo fixes in commentsChris Wheeler2016-01-172-4/+4
* | Merge pull request #7266Wladimir J. van der Laan2016-01-071-3/+0
|\ \
| * | Removed comment about IsStandard for P2SH scriptsMarcel Krüger2015-12-301-3/+0
| |/
* / Bump copyright headers to 2015MarcoFalke2015-12-132-2/+2
|/
* Change default block priority size to 0Alex Morcos2015-11-301-1/+1
* Constrain constant values to a single location in codeLuke Dashjr2015-11-281-1/+1
* Pass reference to estimateSmartFee and cleanup whitespaceSuhas Daftuar2015-11-242-7/+6
* EstimateSmart functions consider mempool min feeAlex Morcos2015-11-163-4/+19
* Increase success threshold for fee estimation to 95%Alex Morcos2015-11-161-2/+2
* Add smart fee estimation functionsAlex Morcos2015-11-162-0/+53
* Revert "Revert "Enable policy enforcing GetMedianTimePast as the end point of...Gregory Maxwell2015-11-031-1/+1
* Restore MedianTimePast for locktime.Gregory Maxwell2015-11-031-0/+3
* Revert "Add rules--presently disabled--for using GetMedianTimePast as endpoin...Gregory Maxwell2015-11-011-3/+0
* Revert "Enable policy enforcing GetMedianTimePast as the end point of lock-ti...Gregory Maxwell2015-11-011-1/+1
* [Trivial] ensure minimal header conventionsPhilip Kaufmann2015-10-271-3/+3
* Enable policy enforcing GetMedianTimePast as the end point of lock-time const...Mark Friedenbach2015-10-231-1/+1
* Add rules--presently disabled--for using GetMedianTimePast as endpoint for lo...Mark Friedenbach2015-10-231-0/+3
* Test LowS in standardness, removes nuisance malleability vector.Gregory Maxwell2015-10-061-1/+2
* Accept any sequence of PUSHDATAs in OP_RETURN outputsPeter Todd2015-10-011-1/+3
* typofixes (found by misspell_fixer)Veres Lajos2015-08-102-2/+2
* Make sure LogPrintf strings are line-terminatedWladimir J. van der Laan2015-08-031-2/+3
* Policy: MOVEONLY: 3 functions to policy.o:Luke Dashjr2015-06-262-0/+195
* Policy: MOVEONLY: Create policy/policy.h with some constantsJorge Timón2015-06-261-0/+41
* Create new BlockPolicyEstimator for fee estimatesAlex Morcos2015-05-132-0/+805