rust-lightning
2022-09-22 Matt CoralloDowngrade `hashbrown` to meet MSRV 2022-09-downgrade-hashbrown
2022-09-20 Matt CoralloMerge pull request #1656 from ViktorTigerstrom/2022...
2022-09-19 Viktor TigerströmAdd lock order docs to `ChannelManager` fields
2022-09-19 Matt CoralloMerge pull request #1729 from TheBlueMatt/2022-09-locka...
2022-09-19 Jeffrey CzyzMerge pull request #1728 from TheBlueMatt/2022-09-slice...
2022-09-19 Matt CoralloAvoid returning a reference to a u64. 2022-09-slices-not-vecs
2022-09-19 Matt CoralloSwap `Vec<&RouteHop>` parameters for slices
2022-09-19 Matt CoralloAdd a `MutexGuard` wrapper for the bindings-only `Locka... 2022-09-lockablescore-bindings
2022-09-18 Viktor TigerströmRemove `forward_htlc` after `channel_state` lock order
2022-09-18 Viktor TigerströmRemove unnecessary aquiring of the `channel_state`...
2022-09-18 Viktor TigerströmMove `forward_htlcs` into standalone lock
2022-09-16 valentinewallaceMerge pull request #1725 from TheBlueMatt/2022-09-no...
2022-09-16 Jeffrey CzyzMerge pull request #1694 from jurvis/jurvis/2022-08...
2022-09-16 Jurvis TanMove Scorer requirement away from Router trait
2022-09-16 Matt CoralloStop building with lockorder debugging in benchmarks 2022-09-no-bench-lockorder
2022-09-15 ArikMerge pull request #1708 from tnull/2022-09-rgs-unpub...
2022-09-15 Elias RohrerAdd `no-std` support for RGS
2022-09-15 Elias RohrerRework RGS crate-level docs
2022-09-15 Matt CoralloMerge pull request #1707 from TheBlueMatt/2022-09-no...
2022-09-14 Matt CoralloAssert that all defined features are in the known featu... 2022-09-no-global-features
2022-09-14 Matt CoralloStop tracking feature bits as known or required in...
2022-09-14 Matt CoralloRemove the `*Features::known` constructor
2022-09-14 Matt CoralloRemove all remaining references to `*Features::known`
2022-09-14 Matt CoralloStop relying on `*Features::known` in fuzzing tests
2022-09-14 Matt CoralloStop relying on `*Features::known` in BP and persister...
2022-09-14 Matt CoralloStop relying on the `*Features::known` method in net...
2022-09-14 Matt CoralloStop relying on the `*Features::known` method in lightn...
2022-09-14 Matt CoralloStop relying on `*Features::known` in channel{,manager}.rs
2022-09-14 Matt CoralloStop relying on `*Features::known` in functional test...
2022-09-14 Matt CoralloStop relying on the `*Features::known` method in functi...
2022-09-14 Matt CoralloStop relying on the `*Features::known` method in `routi...
2022-09-14 Matt CoralloList supported/required feature bits explicitly in...
2022-09-14 valentinewallaceMerge pull request #1721 from acid-bit/fix_typo
2022-09-14 Matt CoralloMerge pull request #1720 from TheBlueMatt/2022-09-fix...
2022-09-14 acid-bitFix typo in comment in Cargo.toml
2022-09-14 Matt CoralloFix warnings in fuzz which should have been fixed in... 2022-09-fix-fuzz-warnings
2022-09-14 Matt CoralloFix compile warning in fuzzing introduced in cd0d19c005...
2022-09-13 Matt CoralloMerge pull request #1685 from wpaulino/anchors-prep
2022-09-13 valentinewallaceMerge pull request #1717 from TheBlueMatt/2022-09-req...
2022-09-13 Matt CoralloMerge pull request #1706 from jkczyz/2022-09-filtered...
2022-09-13 Wilmer PaulinoUpdate anchors test vectors to zero HTLC transaction...
2022-09-13 Wilmer PaulinoAccount for zero fee HTLC transaction within dust limit...
2022-09-13 Wilmer PaulinoUpdate HTLC script detection to check for anchor output...
2022-09-13 Wilmer PaulinoUse zero fee HTLC transactions for anchor channels
2022-09-13 Wilmer PaulinoExclude HTLC transactions from broadcast on anchor...
2022-09-13 Wilmer PaulinoAvoid commitment broadcast upon detected funding spend
2022-09-13 Wilmer PaulinoUse proper sighash flag for remote HTLCs with anchor...
2022-09-13 Jeffrey CzyzSupport filtered blocks in lightning-block-sync
2022-09-13 valentinewallaceMerge pull request #1703 from TheBlueMatt/2022-09-badon...
2022-09-13 Matt CoralloAdd now-missing `unwrap`s on test calls to `peer_connec... 2022-09-req-features-in-handlers
2022-09-13 Matt CoralloMove checking of specific require peer feature bits...
2022-09-13 Matt CoralloSwap some `peer_connected` features to `known` from...
2022-09-13 Matt CoralloAdd a note that `peer_disconnected` impls must be idemp...
2022-09-13 Duncan DeanAdd test for malformed update error with NODE bit set 2022-09-badonion-first-check
2022-09-13 Matt CoralloCorrectly handle BADONION onion errors
2022-09-13 Matt CoralloMerge pull request #1712 from TheBlueMatt/2022-09-111 v0.0.111
2022-09-12 Matt CoralloBump versions to lightning* 0.0.111 and lightning-invoi... 2022-09-111
2022-09-12 Matt CoralloUpdate release notes for 0.0.111
2022-09-12 Matt CoralloMerge pull request #1714 from TheBlueMatt/2022-09-111...
2022-09-12 Matt CoralloMerge pull request #1715 from TheBlueMatt/2022-09-fix...
2022-09-12 Matt CoralloUpdate `Simple*PeerManager` type aliases to support... 2022-09-111-bindings-discovered-cleanups
2022-09-12 Elias RohrerExport error type instead of entire modules
2022-09-12 Matt CoralloMerge pull request #1716 from TheBlueMatt/2022-09-log...
2022-09-12 Matt CoralloEncrypt+MAC most P2P messages in-place 2022-09-fix-msg-send
2022-09-12 Matt CoralloFix encryption of broadcasted gossip messages
2022-09-12 Matt CoralloDrop unused type parameter on `BlindedRoute::new`
2022-09-12 Matt CoralloAdd relevant `(C-not exported)` tags on OnionMessenger...
2022-09-12 Matt CoralloInline generic bounds rather than using the `where...
2022-09-12 Matt CoralloDo not use blanket impls when building for `c_bindings`
2022-09-12 Matt CoralloRename `{Signed,}RawInvoice::hash` to avoid naming...
2022-09-12 Matt CoralloInclude the message type when we send unreadable gossip... 2022-09-log-unreadable-type
2022-09-11 Matt CoralloMerge pull request #1710 from TheBlueMatt/2022-09-compi...
2022-09-10 Matt CoralloFix several compile warnings when testing in no-std... 2022-09-compile-warn
2022-09-09 Matt CoralloFix (really dumb) warning rustc introduced in latest...
2022-09-09 Matt CoralloFix several compile warnings added in some of my recent...
2022-09-09 Matt CoralloMerge pull request #1688 from valentinewallace/2022...
2022-09-09 Matt CoralloMerge pull request #1713 from TheBlueMatt/2022-09-bad...
2022-09-09 Matt CoralloMerge pull request #1711 from TheBlueMatt/2022-08-0conf...
2022-09-09 Valentine WallaceUpdate ChannelMessageHandler::provided_node_features...
2022-09-09 Valentine WallaceDon't advertise onion messages in known channel features
2022-09-09 Valentine WallaceOR InitFeatures and NodeFeatures from onion message...
2022-09-09 Valentine WallaceSupport forwarding onion messages in advertised features
2022-09-09 Valentine WallaceAdd missing wumbo feature bit docs
2022-09-09 Valentine WallaceAdd a new NodeFeatures constructor to capture the types...
2022-09-09 Valentine WallaceOR NodeFeatures from both Channel and Routing message...
2022-09-09 Matt CoralloCorrect `get_claimable_balance` version info 2022-09-bad-doc-versions
2022-09-09 Matt CoralloMerge pull request #1709 from tnull/2022-09-make-access...
2022-09-09 Matt CoralloFix spurious panic on receipt of a block while awaiting... 2022-08-0conf-panic
2022-09-09 Valentine WallaceEnable all feature sets to OR with another set of the...
2022-09-09 Matt CoralloMerge pull request #1701 from TheBlueMatt/2022-09-featu...
2022-09-09 Matt CoralloMake clear_initial_routing_sync more consistent with... 2022-09-feature-or
2022-09-09 Matt CoralloAdd a new InitFeatures constructor to capture the types...
2022-09-09 Matt CoralloOR InitFeatures from both Channel and Routing message...
2022-09-09 Matt CoralloFetch our `InitFeatures` from `ChannelMessageHandler`
2022-09-09 Elias RohrerDerive `Debug` for `AccessError`
2022-09-09 Matt CoralloMerge pull request #1699 from TheBlueMatt/2022-08-annou...
2022-09-08 Matt CoralloMerge pull request #1704 from TheBlueMatt/2022-09-alway...
2022-09-08 Matt CoralloAdd a folder to track CHANGELOG entries for the next... 2022-08-announcement-rework
2022-09-08 Matt CoralloMove `broadcast_node_announcement` to `PeerManager`
2022-09-08 Matt CoralloSend channel_{announcement,update} msgs on connection...
next