Closed
Description
BOLT 12 defines a compact representation for BlindedPath
s, 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
BlindedPath
that uses a directed scid introduction node Compact blinded path creation #3011 - Parse a
BlindedPath
that uses a directed scid introduction node - Pay a
BlindedPath
that uses a directed scid introduction node - Resolve a directed scid from a
BlindedPath
introduction node - Create
BlindedHop::encrypted_payload
that use an scid as the next hop Compact blinded path creation #3011 - Parse
ForwardTlvs
that use an scid as the next hop - Resolve an scid from a
PeeledOnion::Forward
Related issues:
- Create an
OnionMessage
using aBlindedPath
that has the sender as introduction node correctly Fix sender is the introduction node onion messages #2951 - Pay using a
BlindedPath
that has the payer as the introduction node Blinded paths with unannounced introduction nodes #3132
Metadata
Metadata
Assignees
Labels
No labels