]> 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>
Sun, 1 Mar 2020 04:26:16 +0000 (23:26 -0500)
commit712bf064c2c69713304c2f2da4ebd58bf4d6c6ac
tree6359706274e44737493df28098e4e15e66958b91
parentbd7039ff43db3329ec37d6e7fe9d5f7cd426b3c1
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