Add test_static_spendable_outputs_preimage_tx
[rust-lightning] / src / chain / keysinterface.rs
2018-11-20 Antoine RiardAdd test_static_spendable_outputs_preimage_tx
2018-11-16 Antoine RiardAdd TxOut in DynamicOutput
2018-11-01 Matt CoralloMerge pull request #235 from TheBlueMatt/2018-10-229...
2018-10-31 Yuntai KyongBug fix using same seed sequence for channel key geneartion 2018-10-229-redux
2018-10-27 Matt CoralloMerge pull request #223 from TheBlueMatt/2018-10-chanma...
2018-10-27 Matt CoralloMerge pull request #225 from TheBlueMatt/2018-10-214...
2018-10-27 Matt CoralloImplement and document Channel/ChannelManager (de)seria...
2018-10-27 Antoine RiardIntegrate destination_script from KeysInterface in... 2018-10-214-redo
2018-10-27 Antoine RiardIntegrate shutdown_pubkey from KeysInterface in Channel...
2018-10-27 Antoine RiardIntegrate KeysInterface to ChannelManager with Arc
2018-10-27 Antoine RiardImplement KeysInterface for KeysManager util
2018-10-27 Antoine RiardAdd a KeysInterface which provides keys from user
2018-10-27 Antoine RiardGenerate Events from ChannelMonitor to indicate spendab...