We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408524e commit 6b6a402Copy full SHA for 6b6a402
1 file changed
CHANGELOG.md
@@ -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
11
# 0.4.0
12
13
- Use `u64` for weights instead of u32
0 commit comments