Remove SecretKey from DynamicOuputP2WPKH descriptor
authorAntoine Riard <ariard@student.42.fr>
Tue, 24 Mar 2020 21:03:26 +0000 (17:03 -0400)
committerAntoine Riard <ariard@student.42.fr>
Thu, 28 May 2020 08:21:47 +0000 (04:21 -0400)
commit2c07f8e794659d8be22437516a4185042256f7bf
tree1a08634890399f2daf207f5766bc1f66d5bbae3e
parent3188ac9caf55ff19e869c23dc02c4d47683364e3
Remove SecretKey from DynamicOuputP2WPKH descriptor

Add sign_payment_transaction in ChanSigner to be able to spend
SpendableOutputDescriptor in test framework

Extend ChannelKeys with remote_pubkeys to access remote revocation
basepoint for witnessScript construction.
lightning/src/chain/keysinterface.rs
lightning/src/ln/channelmonitor.rs
lightning/src/ln/functional_tests.rs