Expose ChannelMonitor::block_[dis]connected as pub
[rust-lightning] / lightning /
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 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 CoralloFix rustc nightly compiler error.
2020-03-01 Matt CoralloRun with mutagen on travis.
2020-03-01 Matt CoralloFix deadlock in handle_error!() when we have HTLCs...
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 CoralloFix initial outbound sync infinite loop (XXX: Needs...
2020-03-01 Matt CoralloFix apparent error in sending DataLossProtect
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 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 CoralloSwap read_event read type for a slice isntead of a Vec
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-28 Christopher CoverdaleAdd 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-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 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-19 Matt CoralloMerge pull request #502 from rloomba/rloomba/add_unregi...
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...
2020-02-18 Matt CoralloTrack the full list of outpoints a chanmon wants monito...
2020-02-18 Ryan Loombaadd functionality for BlockNotifier to unregister a...
2020-02-17 Matt CoralloMerge pull request #440 from TheBlueMatt/2020-01-featur...
2020-02-17 Matt CoralloMerge pull request #499 from moneyball/patch-1
2020-02-15 Matt CoralloMerge pull request #501 from TheBlueMatt/2020-02-rescan...
2020-02-13 Matt CoralloClarify rescan rules for block_connected somewhat 2020-02-rescan-clarify
2020-02-12 Matt CoralloAdd some basic sanity tests for feature flags 2020-01-feature-sanity
2020-02-12 Matt CoralloAvoid treating option_upfront_shutdown (req) as unknown...
2020-02-12 Matt CoralloMerge pull request #470 from ariard/2020-01-contributin...
2020-02-12 Matt CoralloMerge pull request #496 from TheBlueMatt/2020-02-461...
2020-02-12 Matt CoralloRemove unnecessary mut introduced in 0c595a7ff69bd177b2... 2020-02-461-extra-mut
2020-02-12 Matt CoralloMerge pull request #461 from ariard/2020-remove-duplicata
2020-02-12 Antoine RiardRemove duplicata of broadcast txn from ChannelMonitor
2020-02-11 Matt CoralloMerge pull request #434 from TheBlueMatt/2019-12-var...
2020-02-11 Matt CoralloDefine a BLOCK_SIZE constant for chacha20 2019-12-var-len-onion
2020-02-11 Matt CoralloSwap out 20*65 for a constant, given onion hops are...
2020-02-11 Matt CoralloUse RouteHop's new node_features to send TLV-encoded...
2020-02-11 Matt CoralloAdd support for variable-length onion payload reads...
next