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
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-02-14
Remove outdated comment on CFeeRate
Murch
2022-01-17
[validation] better handle errors in SubmitPackage
glozow
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-15
Merge bitcoin/bitcoin#22674: validation: mempool validation and submission fo...
W. J. van der Laan
2021-12-03
Merge bitcoin/bitcoin#23413: Replace MakeSpan helper with Span deduction guide
MarcoFalke
2021-12-02
Merge bitcoin/bitcoin#22014: refactor: Make m_cs_fee_estimator non-recursive
MarcoFalke
2021-11-29
Replace MakeSpan helper with Span deduction guide
Pieter Wuille
2021-11-29
[packages] add static IsChildWithParents function
glozow
2021-11-25
Merge bitcoin/bitcoin#23512: policy: Treat taproot as always active
MarcoFalke
2021-11-16
doc: Fix typos in endif header comments
MarcoFalke
2021-11-16
policy: Treat taproot as always active
MarcoFalke
2021-11-05
Merge bitcoin/bitcoin#22949: fee: Round up fee calculation to avoid a lower t...
Samuel Dobson
2021-10-21
[mempool] delete exists(uint256) function
glozow
2021-10-20
Merge bitcoin/bitcoin#23258: doc: Fix outdated comments referring to ::ChainA...
fanquake
2021-10-15
Merge bitcoin/bitcoin#22863: policy: document dust threshold for Taproot outputs
W. J. van der Laan
2021-10-12
Fix outdated comments referring to ::ChainActive()
Samuel Dobson
2021-10-08
fees: Always round up fee calculated from a feerate
Andrew Chow
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-20
add missing includes in policy/rbf
glozow
2021-09-10
[doc] improve RBF documentation
glozow
2021-09-10
[policy/refactor] pass in relay fee instead of using global
glozow
2021-09-02
whitespace fixups after move and scripted-diff
glozow
2021-09-02
scripted-diff: rename variables in policy/rbf
glozow
2021-09-02
MOVEONLY: fee checks (Rules 3 and 4) to policy/rbf
glozow
2021-09-02
MOVEONLY: check that fees > direct conflicts to policy/rbf
glozow
2021-09-02
MOVEONLY: check for disjoint conflicts and ancestors to policy/rbf
glozow
2021-09-02
MOVEONLY: BIP125 Rule 2 to policy/rbf
glozow
2021-09-02
Make GetEntriesForConflicts return std::optional
glozow
2021-09-02
policy: document we intentionally don't lower the dust threshold for Taproot
Antoine Poinsot
2021-08-24
MOVEONLY: getting mempool conflicts to policy/rbf
glozow
2021-08-24
MOVEONLY: BIP125 max conflicts limit to policy/rbf.h
glozow
2021-06-02
MOVEONLY: context-free package policies
glozow
2021-06-02
[package] static_assert max package size >= max tx size
glozow
2021-05-27
Merge bitcoin/bitcoin#20833: rpc/validation: enable packages through testmemp...
W. J. van der Laan
2021-05-24
Convert uses of double-serialization to {En,De}codeDouble
Pieter Wuille
2021-05-24
[policy] limit package sizes
glozow
2021-05-24
Merge bitcoin/bitcoin#21848: refactor: Make CFeeRate constructor architecture...
MarcoFalke
2021-05-24
scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls
Kiminuo
2021-05-21
refactor: Make m_cs_fee_estimator non-recursive
Hennadii Stepanov
2021-05-21
refactor: Add non-thread-safe CBlockPolicyEstimator::_removeTx helper
Hennadii Stepanov
2021-05-21
Add thread safety annotations to CBlockPolicyEstimator public functions
Hennadii Stepanov
2021-05-20
[policy] Define packages
glozow
2021-05-18
refactor: Make CFeeRate constructor architecture-independent
MarcoFalke
2021-05-01
scripted-diff: Clarify that feerates are per virtual size
MarcoFalke
2021-04-06
doc: fixup -Wdocumentation issues
fanquake
2021-01-03
refactor: Use C++17 std::array deduction for ALL_FEE_ESTIMATE_HORIZONS
MarcoFalke
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-26
refactor: Enable -Wswitch for FeeEstimateHorizon
MarcoFalke
[next]