]> git.bitcoin.ninja Git - rust-lightning/shortlog
rust-lightning
13 days ago Matt CoralloMerge pull request #3395 from mhrheaume/mhr/process_eve...
2024-11-07 Elias RohrerMerge pull request #3388 from TheBlueMatt/2024-10-count...
2024-11-06 Jeffrey CzyzMerge pull request #3401 from tnull/2024-11-update...
2024-11-06 Elias RohrerUpdate `fuzz` README to account for additional required...
2024-11-05 Matthew RheaumeUpdated docs on `PeerManager::process_events`.
2024-11-05 Matt CoralloMerge pull request #3398 from vincenzopalazzo/macros...
2024-11-05 Matt CoralloMerge pull request #3394 from tnull/2024-11-pin-idna...
2024-11-05 Jeffrey CzyzMerge pull request #3237 from jkczyz/2024-08-offers...
2024-11-05 Vincenzo Palazzoci: fixing the coverage report
2024-11-05 Jeffrey CzyzRefactor tuple serialization into a macro
2024-11-05 Jeffrey CzyzAdd parsing tests for experimental invoice TLVs
2024-11-05 Jeffrey CzyzParse experimental invoice TLV records
2024-11-05 Jeffrey CzyzAdd parsing tests for experimental refund TLVs
2024-11-05 Jeffrey CzyzAdd parsing tests for experimental invreq TLVs
2024-11-05 Jeffrey CzyzTest verification with experimental invreq TLVs
2024-11-05 Jeffrey CzyzParse experimental invreq TLV records
2024-11-05 Jeffrey CzyzAdd offer test vectors for experimental TLVs
2024-11-05 Jeffrey CzyzAdd parsing tests for experimental offer TLVs
2024-11-05 Jeffrey CzyzTest verification with experimental offer TLVs
2024-11-05 Jeffrey CzyzParse experimental offer TLV records
2024-11-05 Jeffrey CzyzRemove unnecessary destructure
2024-11-05 Jeffrey CzyzInclude experimental TLV records when verifying
2024-11-05 Jeffrey CzyzPass bytes instead of TlvStream to verify
2024-11-05 Jeffrey CzyzFunction for iterating over Offer TLV records
2024-11-05 Jeffrey CzyzSeparate bytes for experimental TLVs
2024-11-04 Elias Rohrerf Move pin to right place
2024-11-04 valentinewallaceMerge pull request #3360 from TheBlueMatt/2024-10-rebro...
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 Jeffrey CzyzRemove unneeded Eq and PartialEq derives
2024-10-29 Jeffrey CzyzAdd optional lifetime to tlv_stream macro
2024-10-29 Jeffrey CzyzAdd parsing tests for unknown BOLT12 TLVs
2024-10-29 Matt CoralloAdd additional test coverage of `NetworkGraph` counters 2024-10-counter-test
2024-10-29 Matt CoralloRe-broadcast `channel_announcement`s every six blocks... 2024-10-rebroadcast-chan-announcements
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...
next