mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 15:20:24 +01:00
Summary: Implementing these, taking inspiration from the surrounding code since i'm a rust n00b. Test Plan: ``` cargo build cargo test channel_reestablish ``` output: ``` running 3 tests test ln::msgs::tests::encoding_channel_reestablish_with_secret ... ok test ln::msgs::tests::decode_channel_reestablish_bad_length ... ok test ln::msgs::tests::encoding_channel_reestablish_no_secret ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out ``` |
||
---|---|---|
.. | ||
gen_target.sh | ||
msg_accept_channel_target.rs | ||
msg_channel_reestablish_target.rs | ||
msg_closing_signed_target.rs | ||
msg_commitment_signed_target.rs | ||
msg_funding_created_target.rs | ||
msg_funding_locked_target.rs | ||
msg_funding_signed_target.rs | ||
msg_open_channel_target.rs | ||
msg_revoke_and_ack_target.rs | ||
msg_shutdown_target.rs | ||
msg_target_template.txt | ||
msg_update_add_htlc_target.rs | ||
msg_update_fail_htlc_target.rs | ||
msg_update_fail_malformed_htlc_target.rs | ||
msg_update_fee_target.rs | ||
msg_update_fulfill_htlc_target.rs | ||
utils.rs |