rust-lightning
2023-09-21 Matt CoralloMerge pull request #2592 from TheBlueMatt/2023-09-117... v0.0.117-alpha1
2023-09-21 Matt CoralloMerge pull request #2590 from TheBlueMatt/2023-09-defau...
2023-09-21 Matt CoralloUpdate crate version numbers to 0.0.117-alpha1/invoice... 2023-09-117-alpha
2023-09-21 Matt CoralloMerge pull request #2562 from TheBlueMatt/2023-08-no...
2023-09-21 Matt CoralloAdd an `UnrecoverableError` variant to `ChannelMonitorU... 2023-08-no-perm-fail
2023-09-21 Matt CoralloDrop doc comments on `ChainMonitor` trait impl methods
2023-09-21 Matt CoralloDrop error handling in `handle_new_monitor_update`
2023-09-21 Matt CoralloClean up code flow in `ChannelManager`
2023-09-21 Matt CoralloDrop `PermamentFailure` persistence handling in Channel...
2023-09-21 Matt CoralloUpdate `ChannelMonitorUpdateStatus` documentation with...
2023-09-21 Matt CoralloRename `MonitorEvent::CommitmentTxConfirmed` to `Holder...
2023-09-21 Matt CoralloDrop `ChannelMonitorUpdate::UpdateFailed` as its now...
2023-09-21 Matt CoralloDrop `channel_perm_failed` tracking in `ChainMonitor`
2023-09-21 Matt CoralloDrop the `ChannelMonitorUpdateStatus::PermanentFailure...
2023-09-21 Matt CoralloRewrite failure payment retry tests to avoid perm-fail...
2023-09-21 Matt CoralloUse `Default::default()` to construct `()` as a test... 2023-09-default-score-params
2023-09-20 Matt CoralloMerge pull request #2547 from TheBlueMatt/2023-04-nonli...
2023-09-20 Matt CoralloAvoid unnecessary newline in middle of log statement 2023-04-nonlinear-scoring
2023-09-20 Matt CoralloAdd an option to make the success probability estimatio...
2023-09-20 Matt CoralloScore in-flight amounts as amounts, not a capacity...
2023-09-19 Matt CoralloScale the success probability of channels without info...
2023-09-19 Matt CoralloSplit out success probability calculation to allow...
2023-09-19 Matt CoralloMerge pull request #2587 from wpaulino/anchors-fee...
2023-09-19 Wilmer PaulinoSanity check fees on transactions produced by the bump...
2023-09-19 Wilmer PaulinoAccount for existing input amounts throughout coin...
2023-09-19 Wilmer PaulinoLimit external claim feerate bumps
2023-09-18 valentinewallaceMerge pull request #2584 from TheBlueMatt/2023-09-msrv...
2023-09-18 Matt CoralloMerge pull request #2534 from tnull/2023-08-upstream...
2023-09-18 Matt CoralloMerge pull request #2582 from TheBlueMatt/2023-09-one...
2023-09-18 Elias RohrerExpose `AChannelManager` trait and use it in `lightning...
2023-09-18 Elias RohrerProbe up to second-to-last hop if last was provided...
2023-09-18 Elias RohrerTest preflight probing sends and skips if necessary
2023-09-18 Elias RohrerAdd preflight probing capabilities
2023-09-18 Elias RohrerInclude `maybe_announced` field in `RouteHop`
2023-09-17 Matt CoralloReplace `cargo build` calls in CI with `cargo check` 2023-09-msrv-try-2
2023-09-17 Matt CoralloMove coverage generation to llvm-cov in the hopes its...
2023-09-16 Matt CoralloCorrect syn pinning on cargo 1.48
2023-09-15 Matt CoralloMerge pull request #2176 from TheBlueMatt/2023-04-expos...
2023-09-15 Matt CoralloMerge pull request #2579 from rmalonson/unsignedtx
2023-09-15 Matt CoralloAvoid unnecessarily cloning unsigned Transaction when... 2023-09-one-less-clone
2023-09-15 Rachel MalonsonRemove unnecessary signing call in ChannelMonitor
2023-09-15 Elias RohrerMerge pull request #2577 from TheBlueMatt/2023-09-msrv
2023-09-15 Matt CoralloMove to a constant for "bucket one" in the scoring... 2023-04-expose-success-prob
2023-09-15 Matt CoralloDecay `historical_estimated_channel_liquidity_*` result...
2023-09-15 Matt CoralloSpecial-case the 0th minimum bucket in historical scoring
2023-09-15 Matt CoralloTrack "steady-state" channel balances in history bucket...
2023-09-15 Matt CoralloMove the historical bucket tracker to 32 unequal sized...
2023-09-15 Matt CoralloImplement serialization for `[u16; 32]`, DRYing it...
2023-09-15 Matt CoralloClarify some scoring documentation by removing extraneo...
2023-09-15 Matt CoralloPin memchr in our release dependency list due to `core2... 2023-09-msrv
2023-09-14 Wilmer PaulinoMerge pull request #2571 from davidcaseria/htlc-descrip...
2023-09-14 Matt CoralloDrop `test_esplora_connects_to_public_server`
2023-09-14 Matt CoralloPin `syn` back to 2.0.32 fix MSRV in testing
2023-09-14 Matt CoralloMerge pull request #2568 from tnull/2023-09-housekeeping
2023-09-14 Matt CoralloMerge pull request #2572 from benthecarman/rexport...
2023-09-14 benthecarmanRe-export RouteHint and PaymentSecret
2023-09-14 Elias RohrerFix unused import warning in `shutdown_tests`
2023-09-14 Elias RohrerFix more unused warnings in `test_utils`
2023-09-14 Elias RohrerFix warnings in `lightning-net-tokio`
2023-09-14 Elias RohrerFix unused variable warning in `monitor_tests`
2023-09-13 Matt CoralloMerge pull request #2413 from valentinewallace/2023...
2023-09-13 Matt CoralloMerge pull request #2521 from TheBlueMatt/2023-08-one...
2023-09-13 Elias RohrerSet `payment_secret` when sending probes
2023-09-13 Elias RohrerRemove mention of spontaneous payments from `lightning...
2023-09-13 Elias RohrerCleanup `ChannelId` re-export
2023-09-12 Valentine WallaceOnly allow creating 1-hop blinded paths.
2023-09-12 Valentine WallaceTest sending and receiving to 1-hop blinded paths
2023-09-12 Valentine WallaceSupport receiving to 1-hop blinded payment paths.
2023-09-12 Valentine WallaceParameterize InboundPayload reads with NodeSigner
2023-09-12 Valentine WallaceSupport paying blinded paths.
2023-09-12 Matt CoralloRestrict `ChannelManager` persist in fuzzing to when... 2023-08-one-less-write
2023-09-12 Matt CoralloMerge pull request #2169 from TheBlueMatt/2023-03-monit...
2023-09-12 David CaseriaMake HTLCDescriptor writeable
2023-09-12 Matt CoralloRemove largely useless checks in chanmon_consistency...
2023-09-12 Matt CoralloSkip persistence in the usual case handling channel_ree...
2023-09-12 Matt CoralloAlways persist the `ChannelManager` on a failed Channel...
2023-09-12 Matt CoralloAvoid persisting `ChannelManager` in response to peer...
2023-09-12 Matt CoralloMove a handful of channel messages to notify-without...
2023-09-12 Matt CoralloUpdate `channelmanager::NotifyOption` to indicate persi...
2023-09-12 Matt CoralloSeparate ChannelManager needing persistence from having...
2023-09-12 Matt CoralloMake it harder to forget to call CM::process_background...
2023-09-12 Matt CoralloTest monitor update completion actions on pre-startup... 2023-03-monitor-e-monitor
2023-09-12 Matt CoralloSplit `expect_payment_forwarded` into a function called...
2023-09-12 Matt CoralloUpdate tests to test re-claiming of forwarded HTLCs...
2023-09-12 Matt CoralloCorrect `expect_payment_forwarded` upstream channel...
2023-09-12 Matt CoralloBlock the mon update removing a preimage until upstream...
2023-09-12 Matt CoralloClean up test handling of resending responding commitme...
2023-09-12 Matt CoralloFix various unused warnings in test and regular builds
2023-09-11 Matt CoralloMerge pull request #2567 from G8XSU/payment-id
2023-09-11 Matt CoralloMerge pull request #2566 from G8XSU/check-best-block...
2023-09-11 Gursharan SinghAdd PaymentId in ChannelManager.list_recent_payments()
2023-09-11 valentinewallaceMerge pull request #2563 from tnull/2023-09-kvstore...
2023-09-11 Elias RohrerAdd length check for read ChannelMonitor keys
2023-09-11 Matt CoralloMake PersistenceNotifierGuard::optionally_notify take...
2023-09-10 Matt CoralloRename `ChannelManager` update future methods for new API
2023-09-10 Matt CoralloMerge pull request #2514 from valentinewallace/2023...
2023-09-09 Matt CoralloMerge pull request #2495 from dunxen/2023-07-channelenummap
2023-09-09 Gursharan SinghVerify channel-monitor processes blocks with skipped...
2023-09-08 Duncan DeanRemove v1 peer state channel maps & refactor with Chann...
2023-09-08 Duncan DeanRefactor `ChannelManager` with `ChannelPhase`
next