rust-lightning
2024-01-16 Matt CoralloMove cryptographic algorithms and utilities to a new... 2024-01-crypto-module
2024-01-11 Matt CoralloMerge pull request #2800 from optout21/channel-close...
2024-01-11 Elias RohrerMerge pull request #2822 from TheBlueMatt/2024-01-pm...
2024-01-11 valentinewallaceMerge pull request #2801 from valentinewallace/2023...
2024-01-11 valentinewallaceMerge pull request #2820 from TheBlueMatt/2024-01-fuzz...
2024-01-11 valentinewallaceMerge pull request #2821 from TheBlueMatt/2024-01-om...
2024-01-11 optoutAdd channel funding txo to Channel Event::ChannelClosed
2024-01-11 Matt CoralloMerge pull request #2791 from valentinewallace/2023...
2024-01-10 Matt CoralloExpose `onion_message` items directly rather than via... 2024-01-om-direct-export
2024-01-10 Matt CoralloMerge pull request #2809 from TheBlueMatt/2023-12-closi...
2024-01-10 Matt CoralloDrop `PeerManager` type bound on `UtxoLookup` entirely 2024-01-pm-dyn-ref
2024-01-10 Valentine WallaceRename parameter from err_packet to err_contents.
2024-01-10 Valentine WallaceRemove outdated comment.
2024-01-10 Valentine WallaceNormalize order of (sha256_of_onion, failure_code)...
2024-01-10 Valentine WallaceDRY malformed HTLC handling during htlc batch processing.
2024-01-10 Valentine WallaceFix logger usage during batched htlc processing of...
2024-01-10 Valentine WallaceClean up code DRY'd in previous commit.
2024-01-10 Valentine WallaceRename OutboundOnionPayload::BlindedReceive::amt_msat...
2024-01-10 Valentine WallaceRename OutboundOnionPayload::Receive::amt_msat to be...
2024-01-10 Valentine WallaceRename InboundOnionPayload::BlindedReceive::amt_msat...
2024-01-10 Valentine WallaceRename InboundOnionPayload::Receive::amt_msat to be...
2024-01-10 Valentine WallaceRename OutboundOnionPayload::BlindedReceive::outgoing_c...
2024-01-10 Valentine WallaceRename OutboundOnionPayload::Receive::outgoing_cltv_value.
2024-01-10 Valentine WallaceRename InboundOnionPayload::BlindedReceive::outgoing_cl...
2024-01-10 Valentine WallaceRename InboundOnionPayload::Receive::outgoing_cltv_value
2024-01-10 Valentine WallaceRename outgoing_cltv_value internal var.
2024-01-10 Valentine WallaceRename InboundOnionErr to InboundHTLCErr.
2024-01-10 Valentine WallaceRemove trailing whitespace.
2024-01-09 Matt CoralloMerge pull request #2748 from TheBlueMatt/2023-11-2675...
2024-01-09 Matt CoralloUpdate docs on `HTLC` and `DelayedPayment` keys for... 2023-11-2675-followups
2024-01-09 Matt CoralloDrop the unused `PaymentKey` type
2024-01-09 Matt CoralloUpdate docs for slightly more clarity on channel key...
2024-01-09 Matt CoralloMerge pull request #2807 from Jossec101/log-errors...
2024-01-09 Matt CoralloTest individual monitor update compl in chanmon_consist... 2024-01-fuzz-ooo-monitor-updates
2024-01-09 Matt CoralloMerge pull request #2817 from tnull/2024-01-time-in...
2024-01-09 José A.PImproved error logging in ChannelManager::do_accept_inb...
2024-01-09 Elias RohrerFeature-gate `time` use also in `ElectrumSyncClient`
2024-01-08 Matt CoralloMerge pull request #2802 from TheBlueMatt/2023-12-no...
2024-01-08 Matt CoralloMerge pull request #2808 from TheBlueMatt/2023-12-fuzzi...
2024-01-08 Matt CoralloFix reachable unwrap on non-channel_type manual channel... 2023-12-fuzzing-fixes-1
2024-01-08 Elias RohrerMerge pull request #2799 from benthecarman/tx-sync...
2024-01-02 Matt CoralloMove `CandidateRouteHop` enum variant fields into structs 2023-12-no-pub-enum
2023-12-29 Matt CoralloFix handling of duplicate initial `ChannelMonitor`... 2023-12-closing-event-cleanup-fixes
2023-12-29 Matt CoralloDo not panic if a peer learns our funding info before...
2023-12-29 Matt CoralloDrop now-unused fields from `MsgHandleErrInternal`
2023-12-29 Matt CoralloMove ChannelClosed generation into finish_close_channel
2023-12-29 Matt CoralloMove DiscardFunding generation into finish_close_channel
2023-12-29 Matt CoralloConsider `MONITOR_UPDATE_IN_PROGRESS` as unbroadcasted...
2023-12-29 Matt CoralloFix dust buffer feerate calculation overflow
2023-12-29 Matt CoralloFix debug assertion on opening a channel with a disconn...
2023-12-29 Matt CoralloFix `REVOKEABLE_REDEEMSCRIPT_MAX_LENGTH` for contest...
2023-12-29 Matt CoralloStop including dust values in feerate affordability...
2023-12-24 Matt CoralloFix `Feature` eq + hash to ignore excess zero bytes
2023-12-20 Matt CoralloMerge pull request #2788 from tnull/2023-12-enforce...
2023-12-19 benthecarmanDon't call system time in unless feature enabled
2023-12-18 Elias RohrerAllow `unused_variables` for one `_test_vectors` method
2023-12-18 Elias RohrerAllow unused imports in `lightning-invoice` prelude
2023-12-18 Elias RohrerDrop unused `windows` imports in `FilesystemStore`...
2023-12-18 Elias RohrerDrop unenforced bound in trait alias
2023-12-18 Elias RohrerFix unused import warnings in `c_bindings`
2023-12-18 Elias RohrerFix unused imports in `lightning-invoice` no-std tests
2023-12-18 Elias RohrerDrop unused `sync` module from `lightning-invoice`
2023-12-18 Elias RohrerFix unused (import) warnings in `no-std` builds
2023-12-18 Elias RohrerFix redundant import warning in BP's `futures`
2023-12-18 Elias RohrerFeature-gate `GetUtxosResponse` in `lightning-block...
2023-12-18 Elias RohrerDeny warnings in CI
2023-12-16 Matt CoralloMerge pull request #2794 from TheBlueMatt/2023-12-cut-119 v0.0.119
2023-12-15 Matt CoralloBump versions to 0.0.119/`lightning-invoice` 0.27 2023-12-cut-119
2023-12-15 Matt CoralloAdd CHANGELOG entries for 0.0.119
2023-12-15 Matt CoralloMerge pull request #2798 from TheBlueMatt/2023-12-119...
2023-12-15 Wilmer PaulinoMerge pull request #2795 from TheBlueMatt/2023-11-robus...
2023-12-15 Matt CoralloFix dev MSRV build of lightning-transaction-sync 2023-12-119-bindings-upstream
2023-12-15 Matt CoralloUse correct default value when comparing to `htlc_maxim...
2023-12-15 Matt CoralloMake `FinalOnionHopData` public
2023-12-15 Matt CoralloDrop explicit `bitcoin_hashes` dependency in `lightning...
2023-12-15 Matt CoralloUn-export the `PrivateRoute` inner field as there are...
2023-12-15 Matt CoralloMerge pull request #2781 from jkczyz/2023-09-multihop...
2023-12-15 Jeffrey CzyzFix build warning
2023-12-15 Jeffrey CzyzUse one-hop blinded paths only for announced nodes
2023-12-15 Jeffrey CzyzDRY up OffersMessage::InvoiceRequest handling
2023-12-15 Jeffrey CzyzMulti-hop blinded payment paths in ChannelManager
2023-12-15 Jeffrey CzyzAdd create_blinded_payment_paths to Router
2023-12-15 Jeffrey CzyzCounterpartyForwardingInfo to PaymentRelay mapping
2023-12-15 Jeffrey CzyzFix broken doc link in create_refund_builder
2023-12-15 Jeffrey CzyzMulti-hop blinded paths in ChannelManager
2023-12-15 Jeffrey CzyzUse CLTV_FAR_FAR_AWAY in PaymentConstraints
2023-12-15 Matt CoralloConsistently clean up when failing in `internal_funding... 2023-11-robuster-chan-to-peer
2023-12-15 Jeffrey CzyzFix create_one_hop_blinded_payment_path docs
2023-12-15 Jeffrey CzyzRequire any Router also implements MessageRouter
2023-12-15 Jeffrey CzyzAdd create_blinded_paths to MessageRouter
2023-12-15 Jeffrey CzyzAdd RouteBlinding feature flag
2023-12-15 Jeffrey CzyzRe-order AnchorsZeroFeeHtlcTx in module docs/tests
2023-12-15 Matt CoralloMerge pull request #2656 from TheBlueMatt/2023-09-scori...
2023-12-15 Matt CoralloMerge pull request #2796 from yellowred/fix/bitcoind_pa...
2023-12-15 Elias RohrerMerge pull request #2779 from G8XSU/2706-stop
2023-12-15 olegkubrakovFixes bug with incorrect conversion of JsonValue to...
2023-12-14 Gursharan SinghStop cleaning monitor updates on new block connect
2023-12-14 Wilmer PaulinoMerge pull request #2792 from TheBlueMatt/2023-12-no...
2023-12-13 Matt CoralloDrop fake time advancing in scoring tests 2023-09-scoring-decay-timer
2023-12-13 Matt CoralloDrop half-life-based bucket decay in `update_history_bu...
next