rust-lightning
2020-03-17 Matt CoralloFix ChannelMonitor round-trip introduced by 3d640da5c34... 2020-03-fix-mon-ser
2020-03-16 Matt CoralloMerge pull request #543 from TheBlueMatt/2020-03-513...
2020-03-11 Matt CoralloAdd missing unwrap() in tests introduced in 4abfd515e55... 2020-03-513-warning
2020-03-11 Matt CoralloMerge pull request #513 from ariard/2020-02-fix-zero...
2020-03-11 Antoine RiardAdd test_override_0msat_htlc_minimum
2020-03-11 Antoine RiardMake htlc_minimum_msat configurable
2020-03-11 Matt CoralloMerge pull request #472 from TheBlueMatt/2020-01-net...
2020-03-11 Matt CoralloMerge pull request #541 from valentinewallace/fix-node...
2020-03-11 Valentine WallaceAdd test cases for feature messages from other lightnin...
2020-03-11 Valentine WallaceFix blanking out non-node-context feature flags when...
2020-03-11 Matt CoralloFix typo in lightning-net-tokio crate description. 2020-01-net-async-await
2020-03-11 Matt CoralloFix (and test) net-tokio outbound conns without a threa...
2020-03-11 Matt CoralloFix long-standing race in net-tokio reading after a...
2020-03-11 Matt CoralloRewrite lightning-net-tokio using async/await and tokio 0.2
2020-03-10 Antoine RiardAdd test_update_add_htlc_bolt2_receiver_zero_value_msat
2020-03-10 Antoine RiardBOLT2: Check we don't send and accept 0-msat HTLC
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 CoralloUse block timestamps as the min for generated update... 2020-01-node_announce
2020-03-06 Matt CoralloFurther document the initial routing table send.
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-03-05 Matt CoralloAllow node_announcement timestamps of 0 in accordance...
2020-03-05 Matt CoralloMerge pull request #535 from TheBlueMatt/2020-03-462...
2020-03-05 Matt CoralloTake multiple spent-txn to check_spends! in functional_... 2020-03-462-nits
2020-03-05 Matt CoralloDrop redundant .clone() in check_spends calls.
2020-03-05 Matt CoralloCorrect comment in onchaintx.rs
2020-03-04 Matt CoralloFlatten Vec passed from channelmonitor to onchaintx...
2020-03-04 Matt CoralloMerge pull request #462 from ariard/2020-01-refactor...
2020-03-04 Antoine RiardRename InputMaterial script to witness_script
2020-03-04 Antoine RiardComment better get_height_timer logic.
2020-03-04 Antoine RiardRemove TestBroadcaster temporary dedup buffer
2020-03-04 Antoine RiardStructurify claim request handed between detection...
2020-03-04 Antoine RiardIntroduce OnchainTxHandler, move bumping and tracking...
2020-03-04 Matt CoralloMerge pull request #523 from TheBlueMatt/2020-02-router...
2020-03-04 Matt CoralloTest Router serialization round-trip in functional_tests. 2020-02-router-ser-fix
2020-03-04 Matt CoralloChange Option<T> serialization format to include length
2020-03-04 Matt CoralloMake Readable::read a templated on the stream, not...
2020-03-04 Matt CoralloImpl ReadableArgs for Arc<ChannelManager>, not just...
2020-03-04 Matt CoralloMerge pull request #534 from TheBlueMatt/2020-02-fuzz...
2020-03-04 Matt Corallo[travis] Build lightning-net-tokio on Rust 1.39.0+... 2020-02-fuzz-on-stable
2020-02-29 Matt CoralloMerge pull request #517 from ccdle12/2020-02-per-channe...
2020-02-29 Matt CoralloMerge pull request #507 from moneyball/patch-2
2020-02-29 Steve Leemade fixes per val and matt feedback
2020-02-28 Christopher... Add an override optional UserConfig per new outbound...
2020-02-28 Matt CoralloMerge pull request #520 from TheBlueMatt/2020-02-events...
2020-02-28 Matt CoralloAdd comment noting that ChannelMonitor events are seria... 2020-02-events-in-monitors
2020-02-28 Matt CoralloDrop stale doc comment + TODO describing MessageSendEvents
2020-02-28 Matt CoralloMove events into ChannelMonitor from ManyChannelMonitor
2020-02-28 Matt CoralloImplement Readable/Writeable for Events
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-27 Matt CoralloMerge pull request #489 from TheBlueMatt/2020-02-chan...
2020-02-27 Matt CoralloDrop TODO which was implemented long ago 2020-02-chan-updates
2020-02-27 Matt CoralloDrop Clone from ChannelMonitor.
2020-02-27 Matt CoralloRm ChannelMonitor merge capabilities in favor of explic...
2020-02-27 Matt CoralloCreate ChannelMonitors with basic_channel_info and...
2020-02-27 Matt CoralloUse ChannelMonitorUpdate in fallen-behind handling...
2020-02-27 Matt CoralloSet ChannelMonitor basic_channel_info on funding, not...
2020-02-27 Matt CoralloUse ChannelMonitorUpdates in commitment signing fns...
2020-02-27 Matt CoralloImpl (de)serialization for bitcoin::Transaction.
2020-02-27 Matt CoralloUpdate Channel::funding_signed to use ChannelMonitorUpdate
2020-02-27 Matt CoralloAdd types for updating ChannelMonitors without copying...
2020-02-26 Matt CoralloUse Channel::funding_txo instead of its channel_monitor...
2020-02-26 Matt CoralloTrack counterparty's commitment secrets in Channel...
2020-02-26 Matt CoralloSwap out ChannelMonitor remote secret tracking for...
2020-02-26 Matt CoralloClarify the in-flight HTLC state-tracking structs a...
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 CoralloMerge pull request #474 from TheBlueMatt/2020-02-htlc...
2020-02-21 Matt CoralloFix incorrect docs around disconnect in peer_handler... 2020-02-peer_handler-docs
2020-02-21 Matt CoralloTest basic HTLC claim behavior from monitor -> manager... 2020-02-htlc-updated-in-monitors
2020-02-21 Matt CoralloMove pending-HTLC-updated ChannelMonitor from ManyChann...
2020-02-21 Matt CoralloMerge pull request #514 from TheBlueMatt/2020-02-no...
2020-02-21 Matt CoralloSkip lto on travis when building fuzz targets as it... 2020-02-no-lto-travis-fuzz
2020-02-20 Matt CoralloMerge pull request #510 from TheBlueMatt/2020-02-fewer...
2020-02-20 Matt CoralloMerge pull request #511 from TheBlueMatt/2020-02-test...
2020-02-20 Matt CoralloOnly expose constants exposed for testing in cfg(test) 2020-02-test-pub-in-test-only
2020-02-20 Matt CoralloSilence new rustc warnings re: extra ()s, dyn, and... 2020-02-fewer-fuzz-rustc-warns
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-20 Matt CoralloMerge pull request #508 from maxgiraldo/2020-02-sp...
2020-02-19 Arik SosmanFix ping message sent on timer ticks to be encrypted...
2020-02-19 Max Giraldodocs(CONTRIBUTING): fix spelling and grammar
2020-02-19 Matt CoralloMerge pull request #502 from rloomba/rloomba/add_unregi...
2020-02-19 Steve LeeAdd project tracking and conventions we want to adopt
2020-02-19 Matt CoralloMerge pull request #503 from TheBlueMatt/2020-02-chanmo...
2020-02-19 Matt CoralloMerge pull request #455 from TheBlueMatt/2020-01-monito...
2020-02-18 Matt CoralloAllow deserialization of new Channels before we've... 2020-02-chanmon-ser-roundtrip
2020-02-18 Matt CoralloFix serialization rt bug in Channel and test in functio...
2020-02-18 Matt CoralloAdd comment describing how ChannelMonitor::block_connec... 2020-01-monitor-reload-watch
2020-02-18 Matt CoralloTest that we don't forget to track any outputs at monit...
next