Add baseline OnionMessenger and msgs::OnionMessage and its serialization
authorValentine Wallace <vwallace@protonmail.com>
Wed, 22 Jun 2022 21:03:06 +0000 (17:03 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Tue, 2 Aug 2022 23:17:26 +0000 (19:17 -0400)
commit4c8dc2c2a0b9589298d937bf16061ae0ac99b31e
tree1f6b670c3779fdf60059dcc94646337d60d37141
parent6017379b8e7943a1967bbc2cabcdb37d07c12531
Add baseline OnionMessenger and msgs::OnionMessage and its serialization

OnionMessenger will be hooked up to the PeerManager to send and receive OMs in
a follow-up PR.
lightning/src/ln/msgs.rs
lightning/src/onion_message/messenger.rs [new file with mode: 0644]
lightning/src/onion_message/mod.rs