]> git.bitcoin.ninja Git - rust-lightning/commit
Support (de)serializing payment_data in onion TLVs and track them
authorMatt Corallo <git@bluematt.me>
Thu, 2 Jan 2020 01:20:42 +0000 (20:20 -0500)
committerMatt Corallo <git@bluematt.me>
Mon, 3 Feb 2020 02:38:53 +0000 (21:38 -0500)
commitb935b37ee5ce40d6f77c201e90b0b9a8dc353551
treecd53a77fce908d116849e9ed0f3a4ca8c82e654c
parentb4d6479defe3b945231b4e193b18f0884473ddf0
Support (de)serializing payment_data in onion TLVs and track them

This is the first step in Base AMP support, just tracking the
relevant data in internal datastructures.
lightning/src/ln/channelmanager.rs
lightning/src/ln/msgs.rs
lightning/src/ln/onion_utils.rs