rust-lightning/fuzz/fuzz_targets/msg_targets
Savil Srivastava 0c1f47807a [msgs::ChannelReestablish] implement encoding and decoding
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
```
2018-07-22 23:26:47 -04:00
..
gen_target.sh [msgs::ChannelReestablish] implement encoding and decoding 2018-07-22 23:26:47 -04:00
msg_accept_channel_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_channel_reestablish_target.rs [msgs::ChannelReestablish] implement encoding and decoding 2018-07-22 23:26:47 -04:00
msg_closing_signed_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_commitment_signed_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_funding_created_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_funding_locked_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_funding_signed_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_open_channel_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_revoke_and_ack_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_shutdown_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_target_template.txt Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_update_add_htlc_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_update_fail_htlc_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_update_fail_malformed_htlc_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_update_fee_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
msg_update_fulfill_htlc_target.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00
utils.rs Fix message targets to not have an internal loop 2018-06-16 23:26:56 -04:00