Comparing version 0.1.2 to 0.1.3
# Versions | ||
## 0.1.3 | ||
- `featureFlagDetails`: Add support for anchor channels and anchor zero fee transactions | ||
## 0.1.2 | ||
- `featureFlagDetails`: Add support for large channel flags on 18/19 bit |
@@ -26,3 +26,13 @@ { | ||
"18": {"name": "option_support_large_channel", "type": "large_channels"}, | ||
"19": {"name": "option_support_large_channel", "type": "large_channels"} | ||
"19": {"name": "option_support_large_channel", "type": "large_channels"}, | ||
"20": {"name": "option_anchor_outputs", "type": "anchor_channels"}, | ||
"21": {"name": "option_anchor_outputs", "type": "anchor_channels"}, | ||
"22": { | ||
"name": "option_anchors_zero_fee_htlc_tx", | ||
"type": "anchor_zero_fee_htlc_tx" | ||
}, | ||
"23": { | ||
"name": "option_anchors_zero_fee_htlc_tx", | ||
"type": "anchor_zero_fee_htlc_tx" | ||
} | ||
} |
@@ -8,3 +8,3 @@ { | ||
"devDependencies": { | ||
"tap": "14.10.8" | ||
"tap": "14.11.0" | ||
}, | ||
@@ -30,3 +30,3 @@ "engines": { | ||
}, | ||
"version": "0.1.2" | ||
"version": "0.1.3" | ||
} |
15853
379