You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inbound Trampoline entrypoint packets will contain inner onions, which
only implement LengthReadable. Until now, we never had to decode
LengthReadable-only structs in TLV streams, so this issue never
surfaced before, but going forward, this will allow us to parse inbound
Trampoline data.
0 commit comments