Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Unreleased

- Add package-aware coin selection for CPFP (Child Pays for Parent) scenarios
- New `Package` struct to specify parent transaction fee and weight
- `CoinSelector::with_package()` to configure package context and auto-select linking inputs
- `weight()` and `fee()` now include parent context when package is set
- New `weight_without_package()` and `fee_without_package()` for child-only values
- `implied_feerate()` returns package feerate when package is set
- RBF calculations correctly use child weight only

# 0.4.0

- Use `u64` for weights instead of u32
Expand Down
Loading