rust-lightning
2020-03-01 Matt CoralloDon't send padding bytes for pings 2020-02-bitcoinrpc-dep-head-test
2020-03-01 Matt CoralloExpose ChannelMonitor::block_[dis]connected as pub
2020-03-01 Matt CoralloAdd an fn to get a ChannelMonitor reference from a...
2020-03-01 Matt Coralloempty_commit: not-yet-PR-d commits follow
2020-03-01 Matt CoralloDont hold peers lock when calling user code
2020-03-01 Matt CoralloPretty-shitty implement TODOs for msg forwarding
2020-03-01 Matt CoralloAllow relaying of only one direction in a channel,...
2020-03-01 Matt Coralloempty_commit: Obviously-useful commits follow
2020-03-01 Matt CoralloFix rustc nightly compiler error.
2020-03-01 Matt CoralloRun with mutagen on travis.
2020-03-01 Matt Coralloempty_commit: PR 453 follows
2020-03-01 Matt CoralloFix deadlock in handle_error!() when we have HTLCs...
2020-03-01 Matt Coralloempty_commit: critical bugfixes follow
2020-03-01 Matt CoralloTest basic AMP payments in chanmon_consistency
2020-03-01 Antoine RiardTime out AwatingRemoteRAA outgoing HTLCs when we reach...
2020-03-01 Matt CoralloTime out incoming HTLCs when we reach cltv_expiry ...
2020-03-01 Matt CoralloRefactor test utils and add a simple MPP send/claim...
2020-03-01 Matt CoralloImplement multipath sends using payment_secret.
2020-03-01 Matt CoralloExpand the Route object to include multiple paths.
2020-03-01 Matt CoralloAdd/announce features for payment_secret and basic_mpp
2020-03-01 Matt CoralloImpl Base AMP in the receive pipeline and expose paymen...
2020-03-01 Matt CoralloRefuse to deserialize OnionHopDatas with values > 21...
2020-03-01 Matt CoralloSupport (de)serializing payment_data in onion TLVs...
2020-03-01 Matt CoralloSplit only-receive/forward data out of PendingHTLCInfo...
2020-03-01 Matt Coralloempty_commit: PR 441 follows
2020-03-01 Matt CoralloFix initial outbound sync infinite loop (XXX: Needs...
2020-03-01 Matt CoralloFix apparent error in sending DataLossProtect
2020-03-01 Matt Coralloempty_commit: critical bugfixes follow
2020-03-01 Matt CoralloUse block timestamps as the min for generated update...
2020-03-01 Matt CoralloFurther document the initial routing table send.
2020-03-01 Matt CoralloAdd ability to broadcast our own node_announcement.
2020-03-01 Matt CoralloAllow node_announcement timestamps of 0 in accordance...
2020-03-01 Matt CoralloAdd a helper struct to allow a user to safely pass...
2020-03-01 Matt Coralloempty_commit: PR 435 follows
2020-03-01 Matt CoralloTest Router serialization round-trip in functional_tests.
2020-03-01 Matt CoralloChange Option<T>::read serialization format to include...
2020-03-01 Matt CoralloMake Readable::read a templated on the stream, not...
2020-03-01 Matt CoralloImpl ReadableArgs for Arc<ChannelManager>, not just...
2020-03-01 Matt Coralloempty_commit: PR 523 follows
2020-03-01 Matt CoralloFix typo in lightning-net-tokio crate description.
2020-03-01 Matt CoralloFix (and test) net-tokio outbound conns without a threa...
2020-03-01 Matt CoralloFix long-standing race in net-tokio reading after a...
2020-03-01 Matt CoralloRewrite lightning-net-tokio using async/await and tokio 0.2
2020-03-01 Matt CoralloSwap read_event read type for a slice isntead of a Vec
2020-03-01 Matt CoralloOnly run lightning-net-tokio build on Rust 1.39.0+...
2020-03-01 Matt Coralloempty_commit: PR 472 follows
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...
next