Implement ErrorMessage msg and ErrorAction::SendErrorMessage + fuzz test
[rust-lightning] / src / ln / msgs.rs
2018-07-23 Antoine RiardImplement ErrorMessage msg and ErrorAction::SendErrorMe...
2018-07-23 Matt CoralloMerge pull request #77 from TheBlueMatt/2018-07-route...
2018-07-23 Matt CoralloMerge pull request #76 from TheBlueMatt/2018-07-75...
2018-07-23 Matt CoralloRemove dangling spaces from #75 2018-07-75-dangling-spaces
2018-07-23 Matt CoralloMerge pull request #75 from TheBlueMatt/2018-07-68...
2018-07-23 Savil Srivastava[msgs::ChannelReestablish] implement encoding and decoding 2018-07-68-rebased
2018-07-23 Matt CoralloMerge pull request #69 from savil/gen-target-fix
2018-07-22 Matt CoralloMerge pull request #73 from TheBlueMatt/2018-07-no...
2018-07-22 Matt CoralloMigrate all Uint256s used for channel_ids to [u8; 32] 2018-07-no-uint
2018-07-20 Matt CoralloMerge pull request #65 from TheBlueMatt/master
2018-07-20 Matt CoralloMerge pull request #53 from savil/rename-error-msg...
2018-07-20 Savil Srivastavaupdate TODO message for renaming "msg" field of HandleE...
2018-07-20 Savil Srivastava[Error] rename msg field to action
2018-06-17 Matt CoralloMerge pull request #30 from TheBlueMatt/master
2018-06-16 Matt CoralloSend initial_routing_sync-filled Init messages to the...
2018-06-16 Matt CoralloSupport responding to Ping messages in peer_handler
2018-06-16 Matt CoralloSupport ignoring some errors, deserialize empty flags...
2018-06-14 Matt CoralloMerge pull request #29 from TheBlueMatt/2018-06-api...
2018-06-14 Matt CoralloProvide Send + Sync on message handlers (just changes...
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