-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Onion message follow-ups #1607
Comments
Support receiving onion messages to phantom nodes. |
|
Need to have a fuzzer for reading/decoding/forwarding onion messages before we can ship it, I think. |
Maybe clean up API a bit, re #1503 (comment) |
Due to recent spec updates forcing the use of blinded paths, we'll want to support 1-hop blinded paths now too. |
If nobody is working on it, I'd like to attempt adding the OM test vectors - as requested here. |
We should presumably include padding (someone taking over #1771) no? |
Yeah, that would be good. That's included in the issue already, if that's what you mean. |
path_id
get_route
for finding an OM path (currentget_route
has a lot of custom stuff for payments)OnionMessenger
)onion_utils::construct_onion_packet_with_init_noise
to take one Vec instead of twoonion_utils::decode_next_hop
private, see Onion messages v1 #1503 (comment)The text was updated successfully, but these errors were encountered: