]> git.bitcoin.ninja Git - rust-lightning/shortlog
rust-lightning
2024-11-04 Elias RohrerPin `idna_adapter` to fix MSRV
2024-11-01 Matt CoralloMerge pull request #3207 from valentinewallace/2024...
2024-11-01 Jeffrey CzyzMerge pull request #3393 from tnull/2024-11-drop-dead...
2024-11-01 Elias RohrerDrop dead code from `provide_latest_counterparty_commit...
2024-10-30 Valentine WallaceFix outdated comment on PendingOutboundPayment::StaticI...
2024-10-30 Valentine WallaceFactor invoice requests into payment path length limiting
2024-10-30 Valentine WallaceInclude invreq in payment onion when retrying async...
2024-10-30 Valentine WallaceInclude invreq in payment onion when sending async...
2024-10-30 Valentine WallaceStore invreqs in StaticInvoiceReceived outbound payments
2024-10-30 Valentine WallaceSupport including invreqs when paying to a route
2024-10-30 Valentine WallaceSupport including invreqs when building payment onions
2024-10-30 Valentine WallaceSupport including invreqs when building onion payloads
2024-10-30 Valentine WallaceSupport encoding invreqs in outbound onion payloads
2024-10-30 Valentine WallaceStop taking &self in outbound_payments' create_inbound_...
2024-10-30 Valentine WallacePrefix AsyncPaymentsMessageHandler methods with handle_*
2024-10-30 Valentine WallaceUpdate docs for PaymentFailureReason::RouteNotFound
2024-10-30 Valentine WallaceAdd new PaymentFailureReason::BlindedPathCreationFailed
2024-10-29 Matt CoralloMerge pull request #3367 from TheBlueMatt/2024-10-dense...
2024-10-29 Matt CoralloMerge pull request #3380 from optout21/channel-funding...
2024-10-28 optoutPreserve funding_transaction for the later lifecycle...
2024-10-28 Matt CoralloMerge pull request #3385 from arik-so/gossip-filter...
2024-10-28 Matt CoralloMerge pull request #3322 from TheBlueMatt/2024-06-mpp...
2024-10-25 Arik SosmanLog enqueueing of gossip messages
2024-10-24 Matt CoralloDoc the on-upgrade `ChannelMonitor` startup persistence... 2024-06-mpp-claim-without-man
2024-10-24 Matt CoralloStop relying on `ChannelMonitor` persistence after...
2024-10-24 Matt CoralloReplay MPP claims via background events using new CM...
2024-10-24 Matt CoralloHandle duplicate payment claims during initialization
2024-10-24 Matt CoralloMove payment claim initialization to an fn on `Claimabl...
2024-10-24 Matt CoralloMove `ChannelManager`-read preimage relay to after...
2024-10-24 Matt CoralloStore info about claimed payments, incl HTLCs in `Chann...
2024-10-24 Matt CoralloPass info about claimed payments, incl HTLCs to `Channe...
2024-10-24 Matt CoralloUse a struct to track MPP parts pending claiming
2024-10-24 Valentine WallaceFix unused warning in fuzz.
2024-10-23 Matt CoralloMerge pull request #3007 from arik-so/arik/trampoline...
2024-10-23 Arik SosmanTest non-legacy blinded Trampoline payloads.
2024-10-23 Arik SosmanAdd non-legacy blinded Trampoline payloads.
2024-10-23 Arik SosmanTest blinded Trampoline payload serialization.
2024-10-23 Arik SosmanSerialize blinded path forwards in Trampoline onions.
2024-10-23 Matt CoralloAdd missing `inbound_payment_id_secret` write in `Chann...
2024-10-23 Matt CoralloAllow `clippy::unwrap-or-default` because its usually...
2024-10-23 Matt CoralloMerge pull request #3379 from arik-so/exclude-windows...
2024-10-23 Matt CoralloMerge pull request #3142 from TheBlueMatt/2024-06-robus...
2024-10-22 Arik SosmanSkip MSRV on Windows in CI
2024-10-22 Matt CoralloMerge pull request #3376 from yellowred/yellowred/monit...
2024-10-22 olegkubrakovMake monitor update name public
2024-10-22 Matt CoralloMerge pull request #3377 from G8XSU/hex-impls
2024-10-21 Gursharan SinghMerge pull request #3267 from arik-so/rgs_metrics_2024-08
2024-10-21 G8XSUImplement to_lower_hex() Display/Debug for OfferId.
2024-10-21 G8XSUImplement to_lower_hex() Display/Debug for PaymentId.
2024-10-21 Arik SosmanUpdate processing times for iPhone.
2024-10-21 Arik SosmanUpdate RGS stats for August 2024.
2024-10-21 Matt CoralloMerge pull request #3370 from dunxen/2024-10-dry-fundin...
2024-10-21 Duncan DeanDRY `funding_created()` and `funding_signed()` for...
2024-10-19 Matt CoralloMerge pull request #3356 from jkczyz/2024-10-inflight...
2024-10-18 Jeffrey CzyzUse total_inflight_amount_msat for probability fns
2024-10-18 Jeffrey CzyzCorrect comments in avoids_saturating_channels
2024-10-18 Jeffrey CzyzCorrect base_penalty_amount_multiplier_msat docs
2024-10-18 Jeffrey CzyzDon't over-penalize channels with inflight HTLCs
2024-10-18 Gursharan SinghMerge pull request #3359 from TheBlueMatt/2024-10-less...
2024-10-18 Matt CoralloMerge pull request #3297 from TheBlueMatt/2024-09-clean...
2024-10-18 Matt CoralloAdd a test for the fee-bump rate of timeout HTLC claims... 2024-09-cleanup-package
2024-10-18 Matt CoralloSet correct `counterparty_spendable_height` for outb...
2024-10-17 Matt CoralloStop exporting `lightning::ln::features` 2024-10-less-types-re-export
2024-10-17 Matt CoralloAdd a test of gossip message buffer limiting in `PeerMa... 2024-06-robust-updates
2024-10-17 Matt CoralloAdd a constructor for the test `SocketDescriptor` and...
2024-10-17 Matt CoralloFix the `establish_connection` utility method for a...
2024-10-17 Matt CoralloReliably deliver gossip messages from our `ChannelMessa...
2024-10-17 Matt CoralloRename `soonest_conf_deadline` to `counterparty_spendab...
2024-10-17 Matt CoralloClean up `PackageTemplate::get_height_timer` to conside...
2024-10-17 Matt CoralloStop passing current height to `PackageTemplate::build_...
2024-10-17 Matt CoralloDrop unused `PackageTemplate::height_original`
2024-10-17 Matt CoralloMerge pull request #3330 from tnull/2024-09-add-macros...
2024-10-17 Matt CoralloMerge pull request #3371 from tnull/2024-10-allow-to...
2024-10-17 Elias RohrerUpdate `lightning-transaction-sync` to use macros crate
2024-10-17 Elias RohrerAdd `lightning-macros` crate
2024-10-16 Matt CoralloDon't bump the `next_node_counter` when using a removed... 2024-10-dense-counters
2024-10-16 Matt CoralloRename `PackageTemplate::timelock` `counteraprty_spenda...
2024-10-16 Matt CoralloRename claim cleaning match bool for accuracy
2024-10-16 Matt CoralloMerge pull request #3316 from optout21/signer_extend
2024-10-16 Elias RohrerInvoice utils: allow to set both description hash and...
2024-10-15 optoutSigner extended with method to sign prev funding transa...
2024-10-15 Gursharan SinghMerge pull request #3329 from arik-so/monitor_archive_d...
2024-10-15 Matt CoralloDeprecate the `lightning::util::string` re-export from...
2024-10-15 Matt CoralloDrop the `Payment{Hash,Preimage,Secret}` re-exports...
2024-10-15 Elias RohrerMerge pull request #3363 from G8XSU/event-logging-2
2024-10-15 Elias RohrerMerge pull request #3366 from TheBlueMatt/2024-10-0...
2024-10-14 Matt CoralloAdd CHANGELOG entry for 0.0.125 2024-10-0.0.125-relnotes
2024-10-14 G8XSURevert "Add logging around event processing."
2024-10-14 Matt CoralloMerge pull request #3354 from tnull/2024-10-fix-block...
2024-10-13 Matt CoralloDrop `lightning::ln::features::*` type aliases
2024-10-11 Arik SosmanDocument monitor archival idempotency requirement.
2024-10-11 Matt CoralloMerge pull request #3349 from TheBlueMatt/2024-10-3270...
2024-10-11 Matt CoralloMerge pull request #3353 from tnull/2024-10-simplify...
2024-10-10 Elias RohrerFix `synchronize_listeners` calling default implementation
2024-10-09 Elias RohrerDrop unnecessary `Result` in `RestClient::new`
2024-10-09 Elias RohrerDrop unnecessary `Result` in `RpcClient::new`
2024-10-09 Matt CoralloMerge pull request #3339 from arik-so/lint-script-file
2024-10-08 Arik SosmanCreate script file for easy local linting
2024-10-08 Matt CoralloMerge pull request #3346 from TheBlueMatt/2024-10-dns...
2024-10-08 Matt CoralloMerge pull request #3235 from Mirebella/add-local-balan...
next