]> git.bitcoin.ninja Git - rust-lightning/shortlog
rust-lightning
2024-11-05 Matt CoralloAvoid a `short_to_chan_info` read lock in `claim_funds_...
2024-11-05 Matt CoralloAdd missing `update_maps_on_chan_removal` call in signe...
2024-11-05 Matt CoralloPass the `peer_state` lock through to `update_maps_on_c...
2024-10-28 Matt CoralloMerge pull request #3322 from TheBlueMatt/2024-06-mpp...
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-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 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...
2024-10-08 Matt CoralloMerge pull request #3351 from carlaKC/arch-update-keys...
2024-10-08 MirebellaAdd `Event::ChannelClosed::last_local_balance_msats`
2024-10-08 Carla Kirk... arch: update diagram to reflect changes to KeysInterface
2024-10-03 Matt CoralloHold a reference to byte arrays when serializing to... 2024-10-3270-followups
2024-10-03 Matt CoralloMarginally reduce allocations in `lightning-invoice`
2024-10-03 Matt CoralloCheck that the HRPs generated in BOLT 11 `RawHrp` are...
2024-10-03 Matt CoralloDrop one unnecessary allocation added in aa2f6b47df312f...
2024-10-03 Matt CoralloMarginally reduce allocations in `lightning-invoice`
2024-10-03 Matt CoralloMerge pull request #3270 from optout21/bech32-iterser
2024-10-02 optoutUpgrade bech32 dependency, bech32 serialization improve...
2024-10-02 Matt CoralloAllow a `DNSResolverMessageHandler` to set `dns_resolve... 2024-10-dns-feature-flag
2024-10-02 Matt CoralloAdd support for parsing the `dns_resolver` feature bit
2024-10-02 ArikMerge pull request #3179 from TheBlueMatt/2024-07-human...
2024-10-02 Matt CoralloMerge pull request #3301 from dunxen/2024-9-fixnevertyp...
2024-10-02 optoutAdd Bolt11InvoiceFeatures serialization tests
2024-10-02 Duncan DeanAdd an `explicit_type` TLV syntax for avoiding certain...
2024-10-01 Matt CoralloUse a `MessageSendEvent`-handling fn rather than a...
2024-10-01 Matt CoralloMerge pull request #3324 from tnull/2024-09-rustfmt...
2024-09-30 Matt CoralloMerge pull request #3311 from TheBlueMatt/2024-09-3010...
2024-09-30 Matt CoralloCall `ChannelMessageHandler::message_received` without... 2024-09-3010-followups
2024-09-30 Matt CoralloCheck that we aren't reading a second message in BOLT...
next