Closed thomash-acinq closed 8 months ago
Attention: 7 lines
in your changes are missing coverage. Please review.
Comparison is base (
e66e6d2
) 85.86% compared to head (3476289
) 85.95%. Report is 7 commits behind head on master.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Merged #2826 and added some TODO to correctly forward messages to ourself.
To save space, blinded routes may use a compact node id (scid + direction instead of public key) as an introduction node. When using such a compact route, the sender must use it's knowledge of the network to convert that to a public key, however trampoline users don't have that knowledge, they must transmit the compact route to the trempoline provider. We extend the spec to allow compact node ids in the
next_node_id
field.