Refuse to send and forward OMs to disconnected peers
[rust-lightning] / lightning / src / onion_message / functional_tests.rs
2022-09-02 Valentine WallaceRefuse to send and forward OMs to disconnected peers
2022-09-02 Valentine WallaceExpose onion message module as public
2022-08-29 Jeffrey CzyzMerge pull request #1604 from valentinewallace/2022...
2022-08-26 Valentine WallaceAdd boilerplate for sending and receiving onion message...
2022-08-25 Matt CoralloMerge pull request #1673 from TheBlueMatt/2022-08-may...
2022-08-24 Matt CoralloMerge pull request #1682 from tnull/2022-08-export...
2022-08-24 Jeffrey CzyzMerge pull request #1652 from valentinewallace/2022...
2022-08-24 Valentine WallaceSupport sending and receiving reply paths
2022-08-24 Valentine WallaceOM functional tests: update util to take nodes by reference
2022-08-03 Matt CoralloMerge pull request #1638 from ViktorTigerstrom/2022...
2022-08-03 Matt CoralloMerge pull request #1619 from G8XSU/main
2022-08-03 Matt CoralloMerge pull request #1503 from valentinewallace/2022...
2022-08-02 Valentine WallaceError when attempting to send an OM to a blinded route...
2022-08-02 Valentine WallaceAdd SendError enum for onion messages and error on...
2022-08-02 Valentine WallaceAdd test utilities and integration tests for onion...