rust-lightning/lightning/src/ln
Matt Corallo 361639decf Remove OnionV2 parsing support
OnionV2s don't (really) work on Tor anymore anyway, and the field
is set for removal in the BOLTs [1]. Sadly because of the way
addresses are parsed we have to continue to understand that type 3
addresses are 12 bytes long. Thus, for simplicity we keep the
`OnionV2` enum variant around and just make it an opaque 12 bytes,
with the documentation updated to note the deprecation.

[1] https://github.com/lightning/bolts/pull/940
2021-12-06 00:12:35 +00:00
..
chan_utils.rs
chanmon_update_fail_tests.rs
channel.rs Explicitly support counterparty setting 0 channel reserve 2021-11-29 16:57:21 +00:00
channelmanager.rs Explicitly support counterparty setting 0 channel reserve 2021-11-29 16:57:21 +00:00
features.rs
functional_test_utils.rs Explicitly support counterparty setting 0 channel reserve 2021-11-29 16:57:21 +00:00
functional_tests.rs Explicitly support counterparty setting 0 channel reserve 2021-11-29 16:57:21 +00:00
mod.rs
monitor_tests.rs
msgs.rs Remove OnionV2 parsing support 2021-12-06 00:12:35 +00:00
onion_route_tests.rs
onion_utils.rs
payment_tests.rs
peer_channel_encryptor.rs
peer_handler.rs
reorg_tests.rs
script.rs
shutdown_tests.rs
wire.rs