Skip to content

Commit

Permalink
add support for anchor channels
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbosworth committed Jan 19, 2021
1 parent 6fc15a7 commit d438ccc
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 112 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# 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
12 changes: 11 additions & 1 deletion feature_flags.json
Expand Up @@ -23,5 +23,15 @@
"16": {"name": "basic_mpp", "type": "multipath_payments_v0"},
"17": {"name": "basic_mpp", "type": "multipath_payments_v0"},
"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"
}
}

0 comments on commit d438ccc

Please sign in to comment.