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-06-28
fees: Pass in a filepath instead of referencing gArgs
Carl Dong
2022-06-28
scripted-diff: Rename anc/desc size limit vars to indicate SI unit
Carl Dong
2022-06-28
mempool: Pass in -maxmempool instead of referencing gArgs
Carl Dong
2022-06-22
scripted-diff: Rename DEFAULT_MAX_MEMPOOL_SIZE to indicate SI unit
Carl Dong
2022-06-20
refactor: move DEFAULT_*_LIMIT assertions from validation to policy
fanquake
2022-06-20
refactor: move EXTRA_DESCENDANT_TX_SIZE_LIMIT to policy/policy.h
fanquake
2022-06-20
refactor: use braced initialization in policy/policy.h
fanquake
2022-06-20
scripted-diff: use static constexpr in policy/policy.h
fanquake
2022-06-20
refactor: Move DEFAULT_DESCENDANT_SIZE_LIMIT to policy/policy.h
fanquake
2022-06-20
refactor: Move DEFAULT_DESCENDANT_LIMIT to policy/policy.h
fanquake
2022-06-20
refactor: Move DEFAULT_ANCESTOR_SIZE_LIMIT to policy/policy.h
fanquake
2022-06-20
refactor: Move DEFAULT_ANCESTOR_LIMIT to policy/policy.h
CAnon
2022-05-31
Move minRelayTxFee to policy/settings
MacroFake
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
[next]