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
Age
Commit message (
Expand
)
Author
2016-03-21
Implement "feefilter" P2P message.
Alex Morcos
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
2016-02-01
Get rid of inaccurate ScriptSigArgsExpected
Pieter Wuille
2016-01-19
RPC: indicate which transactions are replaceable
Suhas Daftuar
2016-01-17
Typo fixes in comments
Chris Wheeler
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-30
Change default block priority size to 0
Alex Morcos
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
2015-11-24
Pass reference to estimateSmartFee and cleanup whitespace
Suhas Daftuar
2015-11-16
EstimateSmart functions consider mempool min fee
Alex Morcos
2015-11-16
Increase success threshold for fee estimation to 95%
Alex Morcos
2015-11-16
Add smart fee estimation functions
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-10-01
Accept any sequence of PUSHDATAs in OP_RETURN outputs
Peter Todd
2015-08-10
typofixes (found by misspell_fixer)
Veres Lajos
2015-08-03
Make sure LogPrintf strings are line-terminated
Wladimir J. van der Laan
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
2015-05-13
Create new BlockPolicyEstimator for fee estimates
Alex Morcos