rust-lightning
2023-09-27 Matt CoralloMerge pull request #2601 from TheBlueMatt/2023-09-117... v0.0.117-alpha2
2023-09-27 Matt CoralloMerge pull request #2603 from TheBlueMatt/2023-09-defau...
2023-09-27 Matt CoralloMerge pull request #2602 from TheBlueMatt/2023-09-descr...
2023-09-27 Matt CoralloMerge pull request #2359 from domZippilli/2023-06-monit...
2023-09-26 Dom ZippilliAdd MonitorUpdatingPersister
2023-09-26 Matt CoralloMerge pull request #2486 from wvanlint/batch_channel_opens
2023-09-26 Matt CoralloSet a default `max_total_routing_fee_msat` of 1% +... 2023-09-default-route-limit
2023-09-26 Matt CoralloDerive `Debug` and `Display` for `Route`
2023-09-26 Matt CoralloDerive `Hash` for `SpendableOutputDescriptor` 2023-09-descriptor-hash
2023-09-26 Willem Van... Batch funding for v1 channel establishments
2023-09-26 Willem Van... Rename finish_force_close_channel to finish_close_channel
2023-09-26 Willem Van... Always call finish_force_close_channel on closure
2023-09-26 Matt CoralloBump versions to 0.0.117-alpha2/invoice 0.25.0-alpha2 2023-09-117-alpha2
2023-09-26 Matt CoralloMerge pull request #2417 from tnull/2023-07-max-total-fee
2023-09-26 Elias RohrerTest `max_total_routing_fee_msat` handling when retryin...
2023-09-26 Elias RohrerCheck `max_total_routing_fee` is accounted for in ...
2023-09-26 Elias RohrerCheck `max_total_routing_fee` is reduced in `mpp_retry...
2023-09-26 Elias RohrerAccount for leftover fee budget when retrying via ...
2023-09-26 Matt CoralloMerge pull request #2597 from TheBlueMatt/2023-09-finis...
2023-09-26 Elias RohrerAccount for leftover fee budget when retrying `PartialF...
2023-09-26 Elias RohrerTest we adhere to `max_total_routing_fee_msat`
2023-09-26 Elias RohrerConsider `RouteParameters::max_total_routing_fee_msat...
2023-09-26 Elias RohrerIntroduce `RouteParameters::max_total_routing_fee_msat`
2023-09-26 Matt CoralloProvide some test coverage of `shutdown` msgs for unfun... 2023-09-finish-force-close-deadlocks
2023-09-26 Matt CoralloFix potential peer_state deadlocks in `finish_force_clo...
2023-09-25 Matt CoralloMerge pull request #2583 from Evanfeenstra/pub-make...
2023-09-25 Matt CoralloMerge pull request #2576 from valentinewallace/2023...
2023-09-25 Matt CoralloMerge pull request #2594 from benthecarman/debug-monito...
2023-09-24 benthecarmanImplement Debug for MonitorUpdateId
2023-09-22 Valentine WallaceBlame outbound channel on UPDATE onion failure with...
2023-09-22 Valentine WallaceFix PaymentPathFailed::payment_failed_permanently on...
2023-09-22 Valentine WallaceCorrect DecodedOnionFailure when processing we-are...
2023-09-22 Valentine WallaceDecodedOnionFailure::payment_retryable -> ::payment_fai...
2023-09-22 Valentine WallaceStruct-ify onion util internal result type
2023-09-22 Valentine WallaceRename onion util internal var
2023-09-22 Elias RohrerMerge pull request #2589 from ErikDeSmedt/reexport_rout...
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 Erik De SmedtReexport RouteHintHop
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 Evan Feenstrapublic make_onion_message static method on OnionMessenger
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...
next