Merge pull request #24 from yuntai/master
[rust-lightning] / src / ln / msgs.rs
2018-05-13 Matt CoralloMerge pull request #24 from yuntai/master
2018-05-12 Yuntai Kyongfilling unimplemented!() for many messages' encoding...
2018-04-26 Matt CoralloMerge pull request #21 from TheBlueMatt/master
2018-04-24 Matt CoralloHTLC Failure message handling
2018-04-17 Matt CoralloMerge pull request #20 from TheBlueMatt/master
2018-04-17 Matt Coralloimpl more message encodings
2018-04-17 Matt CoralloCompletely rewrite channel HTLC tracking and processing
2018-04-02 Matt CoralloMerge pull request #19 from TheBlueMatt/2018-04-error...
2018-04-02 Matt CoralloClean up channel error handling a ton
2018-04-02 Matt CoralloBasic error handling framework in peer_handler
2018-04-02 Matt CoralloRename ErrorMessage
2018-04-02 Matt CoralloMerge pull request #18 from TheBlueMatt/2018-04-fuzzing...
2018-04-02 Matt CoralloMerge pull request #17 from TheBlueMatt/2017-04-channel...
2018-04-02 Matt CoralloFix message decoding for features, build some encoding
2018-04-02 Matt CoralloHandle incoming shutdown messages
2018-03-27 Matt CoralloMerge pull request #16 from TheBlueMatt/2018-03-fixups
2018-03-25 Matt CoralloStop freeing holding cell in updates, fix freeing in...
2018-03-25 Matt Coralloimpl more message decoders
2018-03-23 Matt CoralloMerge pull request #14 from TheBlueMatt/2018-03-fuzz...
2018-03-22 Matt Coralloimpl a bunch of additional messages, remove some useles...
2018-03-22 Matt CoralloMerge pull request #13 from TheBlueMatt/2018-03-htlc...
2018-03-22 Matt CoralloClarify roles in failing HTLCs, impl it, support rebalances 2018-03-htlc-failures
2018-03-20 Matt CoralloMerge pull request #12 from TheBlueMatt/2018-03-fixes
2018-03-20 Matt CoralloAllow messages to be too long in accorance with spec 2018-03-fixes
2018-03-19 Matt CoralloImpl a few more msg deserializations, fix a channel...
2018-03-02 Matt CoralloMerge pull request #3 from RCasatta/fixtry
2018-03-01 Riccardo Casattause ? instead of try macro
2018-02-16 Matt Coralloinitial checkin