Skip to content

Commit 6b6a402

Browse files
evanlinjinclaude
andcommitted
chore: Update CHANGELOG for package-aware coin selection
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 408524e commit 6b6a402

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Unreleased
2+
3+
- Add package-aware coin selection for CPFP (Child Pays for Parent) scenarios
4+
- New `Package` struct to specify parent transaction fee and weight
5+
- `CoinSelector::with_package()` to configure package context and auto-select linking inputs
6+
- `weight()` and `fee()` now include parent context when package is set
7+
- New `weight_without_package()` and `fee_without_package()` for child-only values
8+
- `implied_feerate()` returns package feerate when package is set
9+
- RBF calculations correctly use child weight only
10+
111
# 0.4.0
212

313
- Use `u64` for weights instead of u32

0 commit comments

Comments
 (0)