rust-lightning
2022-10-06 Matt CoralloAdd `WriteableScore` bindings impl for `MultiThreadedLo... 2022-09-111-java-bindings
2022-10-06 Matt CoralloMake the Type trait cloneable as its contained deep...
2022-10-06 Matt CoralloMake ChannelMonitor clonable again
2022-10-06 ArikMerge pull request #1757 from TheBlueMatt/2022-10-rgs...
2022-10-06 Matt CoralloCorrect `rapid-gossip-sync` `no-std` build and test 2022-10-rgs-111-no-std
2022-10-06 ArikMerge pull request #1755 from TheBlueMatt/2022-10-rgs...
2022-10-06 Elias RohrerAdd `no-std` support for RGS 2022-10-rgs-nostd-111
2022-10-06 Elias RohrerRework RGS crate-level docs
2022-09-26 valentinewallaceMerge pull request #1741 from TheBlueMatt/2022-09-invoi...
2022-09-26 Matt CoralloDon't make references to `std` in `lightning-invoice... 2022-09-invoice-bindings-nostd-111
2022-09-25 Matt CoralloMerge pull request #1736 from TheBlueMatt/2022-09-111...
2022-09-23 Matt CoralloRename `MultiThreadedLockableScoreLock` `MultiThreadedL... 2022-09-111-bindings-2
2022-09-23 Matt CoralloAdd a bindings-only version of `Future::register_callback`
2022-09-23 Matt CoralloMerge pull request #1730 from TheBlueMatt/2022-09-111...
2022-09-23 Matt CoralloExport Onion Message structs in their respective modules 2022-09-111-bindings-and-backports
2022-09-23 Matt CoralloTag `KVStore` `(C-not exported)` as `Writeable` isn...
2022-09-23 Jeffrey CzyzRestrict ChannelInfo::as_directed_from visibility
2022-09-23 Matt CoralloSimplify type aliasing somewhat around times
2022-09-23 Matt CoralloMake `as_directed_to` non-public
2022-09-23 Matt CoralloAdd a `MutexGuard` wrapper for the bindings-only `Locka...
2022-09-23 Matt CoralloDowngrade `hashbrown` to meet MSRV
2022-09-19 Matt CoralloAvoid returning a reference to a u64.
2022-09-19 Matt CoralloSwap `Vec<&RouteHop>` parameters for slices
2022-09-19 Jurvis TanMove Scorer requirement away from Router trait
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 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...
2022-09-08 Matt CoralloImprove debuggability when tests fail due to excess... 2022-09-always-probe-failed
2022-09-08 Matt CoralloDont use PaymentPathFailed a probe fails without making...
2022-09-08 Matt CoralloDrop redundant code in `fail_holding_cell_htlcs`
2022-09-08 Matt CoralloMerge pull request #1702 from TheBlueMatt/2022-09-one...
2022-09-08 Matt CoralloMerge pull request #1700 from TheBlueMatt/2022-09-missi...
2022-09-07 Matt CoralloAdd missing deserialization of Event::HTLCHandlingFailed 2022-09-missing-event-deser
2022-09-07 Matt CoralloRename `rejected_by_dest` -> `payment_failed_permanently` 2022-09-one-hop-retryable
2022-09-07 Matt CoralloMark failed counterparty-is-destination HTLCs retryable
2022-09-07 valentinewallaceMerge pull request #1697 from TheBlueMatt/2022-08-event...
2022-09-07 valentinewallaceMerge pull request #1698 from TheBlueMatt/2022-09-relea...
2022-09-07 valentinewallaceMerge pull request #1691 from TheBlueMatt/2022-08-dust...
2022-09-06 Matt CoralloAdd release names to CHANGELOG 2022-09-release-names
2022-09-06 Matt CoralloClarify and consolidate event handling requirements 2022-08-event-docs
2022-09-06 Matt CoralloCorrect payment resolution after on chain failure of... 2022-08-dust-retry
2022-09-06 valentinewallaceMerge pull request #1657 from TheBlueMatt/2022-08-async...
2022-09-06 Matt CoralloMerge pull request #1695 from TheBlueMatt/2022-08-log...
2022-09-06 Matt CoralloEnsure we log private channel_updates at a non-GOSSIP... 2022-08-log-chan_update
2022-09-06 Matt CoralloAdd a background processing function that is async. 2022-08-async-man-update
2022-09-06 Matt CoralloAdd a `Future` which can receive manager persistence...
2022-09-06 Matt CoralloRemove internal references to `persistence` in waker.rs
2022-09-03 Matt CoralloMerge pull request #1692 from TheBlueMatt/2022-08-time...
2022-09-02 Matt CoralloMerge pull request #1650 from valentinewallace/2022...
2022-09-02 Matt CoralloHandle monotonic clock going backwards during runtime 2022-08-time-goes-backwards
2022-09-02 Matt CoralloMove open_zero_conf_channel utility to common test...
2022-09-02 Valentine WallaceLimit OnionMessenger outbound buffer size
2022-09-02 Valentine WallaceDon't construct OnionMessage while holding peer lock
2022-09-02 Valentine WallaceRefuse to send and forward OMs to disconnected peers
2022-09-02 Valentine WallaceExpose onion message module as public
2022-09-01 Jeffrey CzyzMerge pull request #1643 from jurvis/jurvis/2022-07...
2022-09-01 jurvisMake payment tests more realistic
2022-09-01 jurvisKeep track of inflight HTLCs across payments
2022-08-30 Matt CoralloMerge pull request #1687 from TheBlueMatt/2022-08-fuzz...
next