rust-lightning
2020-03-21 Matt CoralloAdd some basic arch diagrams/descriptions. 2020-02-checkin-arch
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 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.
2020-02-11 Matt CoralloExpose VecWriter outside of util::ser since peer_handle...
2020-02-11 Matt CoralloAdd new streams and serialization wrappers for TLV...
2020-02-11 Matt CoralloAdd a ChaChaReader adapter to read an encrypted stream...
2020-02-11 Matt CoralloMove BogusHopData generation into test instead of Onion...
2020-02-11 Matt CoralloPull hmac out of OnionHopData.
2020-02-11 Matt CoralloFlatten OnionHopData struct with the Realm0 struct.
2020-02-11 Matt CoralloBetter document msg fuzz target behavior and be slightl...
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 Matt CoralloAdd some trace logging for funding_locked and announcem... 2020-02-one-conf-lock
2020-02-10 Matt CoralloAdd test for 1-conf channels
2020-02-10 Matt CoralloFix sending funding_locked with 1 conf.
2020-02-10 Jeffrey CzyzAdd a test for Router's should_request_full_sync
2020-02-10 Jeffrey CzyzMove Router test setup to a helper function
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-10 Steve LeeUpdate README.md
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-08 Matt CoralloTest that EnforcingChannelKeys doesn't panic on duplica... 2020-01-fuzz-enforcer-fix
2020-02-08 Matt CoralloFix EnforcingChannelKeys panic when our counterparty...
2020-02-07 Steve LeeUpdate README.md
2020-02-07 Steve LeeUpdated the status of the project
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 CzyzUse a tuple struct for MessageType
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-02-05 Matt CoralloMerge pull request #466 from lightning-signer/chanmon...
2020-02-05 DevrandomAdd ChannelKeys to ChannelMonitor
2020-02-04 Devrandommove ChannelMonitor.write* in preparation for adding...
2020-01-30 Antoine RiardExplicit pass index at HTLC spending transaction signing
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 Matt CoralloClean up documentation around spendable outputs signifi... 2020-01-spendable-docs
2020-01-25 Valentine WallaceUpdate ChannelManager's ChannelMonitor Arc to be a... 2020-01-443-final-nits
2020-01-24 DevrandomRemove unnecessary sign_closing_transaction arg
2020-01-24 Devrandomchannel value to ChannelKeys constructor
2020-01-23 Antoine RiardFix bumping timer for claiming revoked HTLC outputs
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-22 Antoine RiardFix spurious calls of broadcast_by_local_state
2020-01-21 Matt CoralloDRY-up list_channels by having a common lister that... 2019-12-features-in-routes
2020-01-21 Matt CoralloPass node features through to RouteHops
2020-01-20 Matt CoralloKeep track of the Init Features for every connected...
2020-01-20 Matt CoralloPass peer's Init message through to ChannelManager
2020-01-20 Matt CoralloMerge pull request #451 from lightning-signer/txkeys
next