-
Notifications
You must be signed in to change notification settings - Fork 421
Closed
Description
BOLT 12 defines a compact representation for BlindedPaths, which uses short_channel_id in place of next_node_id for use in an OnionMessage packet's hop data: lightning/bolts@ba2b95a
Additionally, the blinded path's introduction node can use a short channel id with a direction byte: lightning/bolts@3db064e
TODO:
- Create a
BlindedPaththat uses a directed scid introduction node Compact blinded path creation #3011 - Parse a
BlindedPaththat uses a directed scid introduction node - Pay a
BlindedPaththat uses a directed scid introduction node - Resolve a directed scid from a
BlindedPathintroduction node - Create
BlindedHop::encrypted_payloadthat use an scid as the next hop Compact blinded path creation #3011 - Parse
ForwardTlvsthat use an scid as the next hop - Resolve an scid from a
PeeledOnion::Forward
Related issues:
- Create an
OnionMessageusing aBlindedPaththat has the sender as introduction node correctly Fix sender is the introduction node onion messages #2951 - Pay using a
BlindedPaththat has the payer as the introduction node Blinded paths with unannounced introduction nodes #3132
Metadata
Metadata
Assignees
Labels
No labels