Pretty-shitty implement TODOs for msg forwarding
[rust-lightning] / lightning / src / ln / peer_handler.rs
2020-05-25 Matt CoralloPretty-shitty implement TODOs for msg forwarding
2020-05-22 Matt CoralloMerge pull request #624 from arik-so/encode_and_send_ms...
2020-05-22 Arik SosmanExtract encode_and_send_msg into a method.
2020-05-18 Matt CoralloMerge pull request #622 from valentinewallace/chanmgr...
2020-05-17 Valentine WallacePeerManager Logger Arc --> Deref
2020-05-17 Valentine WallaceChannelManager+Router++ Logger Arc --> Deref
2020-05-12 Matt CoralloMerge pull request #621 from TheBlueMatt/2020-05-592...
2020-05-12 Gleb NaumenkoImprove routing-related documentation
2020-05-12 Gleb NaumenkoSplit routing from getting network messages
2020-05-06 Matt CoralloMerge pull request #539 from TheBlueMatt/2020-03-static...
2020-05-06 Matt CoralloRequire option_static_remotekey in channel/channelmonitor.
2020-05-06 Matt CoralloAdd detection of feature_static_remotekey support and...
2020-04-29 Matt CoralloMerge pull request #590 from jkczyz/2020-04-feature...
2020-04-29 Jeffrey CzyzRemove duplicate specification of features
2020-04-29 Jeffrey CzyzSet initial_routing_sync in InitFeatures
2020-04-29 Matt CoralloMerge pull request #609 from LNP-BP/refactor-deps
2020-04-28 Dr. Maxim OrlovskyBDR: Linearizing secp256k1 deps
2020-04-28 Dr. Maxim OrlovskyBitcoin deps refactoring (BDR): Linearizing bitcoin_has...
2020-04-11 Matt CoralloMerge pull request #570 from naumenkogs/2020_04_routing...
2020-04-11 Matt CoralloAllow relaying of only one direction in a channel,...
2020-04-02 Matt CoralloMerge pull request #568 from jkczyz/2020-03-handle...
2020-03-27 Matt CoralloMerge pull request #556 from valentinewallace/add-PR550...
2020-03-27 Valentine WallaceTest that do_attempt_write_data does not infinitely...
2020-03-23 Matt CoralloFix initial outbound sync infinite loop
2020-03-21 Matt CoralloMerge pull request #516 from TheBlueMatt/2020-02-checki...
2020-03-17 Matt CoralloMerge pull request #537 from TheBlueMatt/2020-03-data...
2020-03-11 Matt CoralloMerge pull request #513 from ariard/2020-02-fix-zero...
2020-03-11 Matt CoralloMerge pull request #472 from TheBlueMatt/2020-01-net...
2020-03-10 Matt CoralloSwap read_event read type for a slice isntead of a Vec
2020-03-09 Matt CoralloMerge pull request #435 from TheBlueMatt/2020-01-node_a...
2020-03-06 Matt CoralloAdd ability to broadcast our own node_announcement.
2020-03-05 Matt CoralloAllow more than one address per type in node_announceme...
2020-02-29 Matt CoralloMerge pull request #507 from moneyball/patch-2
2020-02-28 Matt CoralloMerge pull request #522 from valentinewallace/chanmgr...
2020-02-27 Matt CoralloMerge pull request #521 from TheBlueMatt/2020-02-ping...
2020-02-27 Matt CoralloDont treat a timer tick as no_connection_possible and log 2020-02-ping-connection-possible
2020-02-27 Matt CoralloAdd logging on receipt of unknown message types.
2020-02-27 Valentine WallaceUpdate ChannelManager's FeeEstimator from Arc to Deref.
2020-02-27 Matt CoralloMerge pull request #518 from valentinewallace/chanmgr...
2020-02-27 Valentine Wallacemulti: update ChannelManager's keys manager from Arc...
2020-02-26 Matt CoralloMerge pull request #509 from valentinewallace/chanmgr...
2020-02-26 Valentine Wallacemulti: update ChannelManager tx broadcaster from Arc...
2020-02-24 Matt CoralloMerge pull request #515 from TheBlueMatt/2020-02-furthe...
2020-02-24 Matt CoralloFurther clean up some comments wrt the peer socket... 2020-02-further-peer-docs
2020-02-21 Matt CoralloMerge pull request #512 from TheBlueMatt/2020-02-peer_h...
2020-02-21 Matt CoralloFix incorrect docs around disconnect in peer_handler... 2020-02-peer_handler-docs
2020-02-20 Matt CoralloMerge pull request #506 from arik-so/ping_encryption_fix
2020-02-20 Arik SosmanRemove unused code in peer handler test utility method.
2020-02-19 Arik SosmanFix ping message sent on timer ticks to be encrypted...
2020-02-12 Matt CoralloMerge pull request #470 from ariard/2020-01-contributin...
2020-02-12 Matt CoralloMerge pull request #461 from ariard/2020-remove-duplicata
2020-02-11 Matt CoralloMerge pull request #434 from TheBlueMatt/2019-12-var...
2020-02-11 Matt CoralloExpose VecWriter outside of util::ser since peer_handle...
2020-02-11 Matt CoralloMerge pull request #491 from TheBlueMatt/2020-02-one...
2020-02-10 Matt CoralloMerge pull request #490 from jkczyz/2020-02-initial...
2020-02-10 Jeffrey CzyzMove initial_routing_sync decision to the Router
2020-02-10 Matt CoralloMerge pull request #445 from TheBlueMatt/2020-01-fuzz...
2020-02-10 Matt CoralloMerge pull request #487 from moneyball/master
2020-02-08 Matt CoralloMerge pull request #479 from moneyball/master
2020-02-08 Matt CoralloMerge pull request #478 from arik-so/remove_decodeerror...
2020-02-06 Arik Sosmanremove decode_error macro only used once
2020-02-05 Matt CoralloMerge pull request #463 from jkczyz/2020-01-wire-encode
2020-02-05 Jeffrey CzyzMove message type parity logic to the wire module
2020-02-05 Jeffrey CzyzEncapsulate message wire encoding into a module
2020-02-05 Matt CoralloMerge pull request #454 from TheBlueMatt/2020-01-fuzz...
2020-01-25 Matt CoralloMerge pull request #459 from ariard/2020-01-fix-htlc...
2020-01-25 Matt CoralloMerge pull request #460 from lightning-signer/channel...
2020-01-25 Matt CoralloMerge pull request #458 from TheBlueMatt/2020-01-spenda...
2020-01-25 Matt CoralloMerge pull request #443 from valentinewallace/channelmg...
2020-01-25 Valentine WallaceUpdate ChannelManager's ChannelMonitor Arc to be a... 2020-01-443-final-nits
2020-01-22 Matt CoralloMerge pull request #457 from ariard/2020-01-fix-append...
2020-01-22 Matt CoralloMerge pull request #433 from TheBlueMatt/2019-12-featur...
2020-01-20 Matt CoralloPass peer's Init message through to ChannelManager
2020-01-17 Matt CoralloMerge pull request #447 from ariard/2020-01-fix-weight...
2020-01-16 Matt CoralloMerge pull request #449 from jkczyz/2020-01-remove...
2020-01-16 Jeffrey CzyzRemove unnecessary borrow_parts() methods
2020-01-13 Matt CoralloMerge pull request #428 from TheBlueMatt/2019-12-flat...
2020-01-13 Matt CoralloMove features into a separate module out of msgs.
2020-01-13 Matt CoralloRefactor features a bit more to describe what the const...
2020-01-12 Matt CoralloImplement Flat Features
2020-01-06 Matt CoralloMerge pull request #439 from TheBlueMatt/2020-01-398...
2020-01-06 Antoine RiardDrop Result for ChannelMessageHandler methods 2020-01-398-fixups
2020-01-05 Matt CoralloMerge pull request #437 from Aleru/new-api-ping
2020-01-05 AleruNew API for ping generation
2019-11-19 Matt CoralloMerge pull request #379 from rrybarczyk/use-workspaces
2019-11-18 RJ RybarczykMerge branch 'master' of github.com:rust-bitcoin/rust...
2019-11-18 RJ RybarczykMerge branch 'master' of github.com:rust-bitcoin/rust...
2019-11-15 RJ RybarczykUse workspaces to separate crates