1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-03-13 19:37:35 +01:00
eclair/eclair-core
Thomas HUET 86c483708a
Relay onion messages to compact node id (#2821)
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.


Co-authored-by: t-bast <bastien@acinq.fr>
2024-02-19 16:25:00 +01:00
..
src Relay onion messages to compact node id (#2821) 2024-02-19 16:25:00 +01:00
eclair-cli FIX eclair-cli error code in case of HTTP problem (#2798) 2024-01-02 10:39:07 +01:00
pom.xml Update logback-classic (#2796) 2023-12-06 15:09:11 +01:00