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
/
packages.h
Age
Commit message (
Expand
)
Author
2024-04-26
[txpackages] add canonical way to get hash of package
glozow
2023-11-01
scripted-diff: rename CheckPackage to IsWellFormedPackage
glozow
2023-11-01
[refactor] move package checks into helper functions
glozow
2023-10-02
[txpackages] IsChildWithParentsTree()
glozow
2023-09-20
Replace MAX_PACKAGE_SIZE with MAX_PACKAGE_WEIGHT to avoid vbyte confusion
Greg Sanders
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-06-28
scripted-diff: Rename anc/desc size limit vars to indicate SI unit
Carl Dong
2022-06-20
refactor: move DEFAULT_*_LIMIT assertions from validation to policy
fanquake
2022-05-31
Move minRelayTxFee to policy/settings
MacroFake
2022-01-17
[validation] better handle errors in SubmitPackage
glozow
2021-11-29
[packages] add static IsChildWithParents function
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-24
[policy] limit package sizes
glozow
2021-05-20
[policy] Define packages
glozow