rust-lightning
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...
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 Steve Leefixes per rloomba feedback
2020-02-15 Matt CoralloMerge pull request #501 from TheBlueMatt/2020-02-rescan...
2020-02-14 Steve Leefixes per arik feedback
2020-02-13 Matt CoralloClarify rescan rules for block_connected somewhat 2020-02-rescan-clarify
2020-02-13 Steve Leeadd clarity to the language
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 Antoine RiardAdd a first draft CONTRIBUTING.md
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...
2020-02-11 Matt CoralloAdd macros for building TLV (de)serializers.
next