rust-lightning
2023-05-24 Matt CoralloNever block a thread on the `PeerManager` event handlin... 2023-05-event-deadlock
2023-05-08 Matt CoralloMerge pull request #2258 from valentinewallace/2023...
2023-05-08 Valentine WallaceMove final_cltv_expiry_delta from PaymentParams to...
2023-05-08 Valentine WallaceAdd BOLT 12 features to PaymentParams
2023-05-08 Valentine WallaceMove BOLT11 features from top level PaymentParams to...
2023-05-08 Valentine WallaceError if BOLT 11 features are provided for blinded...
2023-05-08 Valentine WallaceMove payee node id from top level PaymentParams to...
2023-05-08 Wilmer PaulinoMerge pull request #1794 from dunxen/2022-10-dualfundin...
2023-05-08 Matt CoralloMerge pull request #2269 from TheBlueMatt/2023-05-doc...
2023-05-08 Matt CoralloMerge pull request #2265 from wpaulino/channel-force...
2023-05-06 Matt CoralloMerge pull request #2267 from TheBlueMatt/2023-05-bette...
2023-05-05 Duncan DeanAdd & generate dual-funding message fuzzing
2023-05-05 Duncan DeanAdd new wire messaging and events but don't handle...
2023-05-05 Duncan DeanAdd message structs required for dual-funded channels
2023-05-05 Matt CoralloDocuemnt when `PaymentPathFailed::payment_id` is `Some` 2023-05-doc-events-present
2023-05-05 Matt CoralloDocument when `PaymentPathSuccessful::payment_hash...
2023-05-05 Wilmer PaulinoImprove logging around redundant force close monitor...
2023-05-05 Matt CoralloMention lnd's SCB feature in the corresponding error... 2023-05-better-scb-err
2023-05-04 Wilmer PaulinoPrevent ChannelForceClosed monitor update error after...
2023-05-04 Matt CoralloMerge pull request #2111 from TheBlueMatt/2023-03-sent...
2023-05-04 Wilmer PaulinoMerge pull request #2262 from Kixunil/remove-serde...
2023-05-04 Valentine WallaceError if clear hints are provided for blinded PaymentParams
2023-05-04 Valentine WallaceGroundwork for refactoring PaymentParams::Hints to...
2023-05-04 Martin HabovstiakRemove unneeded allocation
2023-05-03 Matt CoralloMerge pull request #2246 from arik-so/2023-04-sign...
2023-05-03 Matt CoralloMerge pull request #2219 from benthecarman/custom-closi...
2023-05-03 Arik SosmanMove keysinterface.rs to a directory-level module calle...
2023-05-03 Matt CoralloMerge pull request #2249 from TheBlueMatt/2023-04-less...
2023-05-02 Matt CoralloExpose a trait impl'd for all `PeerManager` for use... 2023-04-less-pm-bounds
2023-05-02 Matt CoralloMerge pull request #2253 from dunxen/2023-05-removeopti...
2023-05-02 benthecarmanAdd ability to set shutdown script when closing channel
2023-05-02 Wilmer PaulinoMerge pull request #2244 from benthecarman/signature...
2023-05-02 Duncan DeanSet data_loss_protect_required
2023-05-02 Matt CoralloStore + process pending `ChannelMonitorUpdate`s in... 2023-03-sent-persist-order-prep
2023-05-02 Matt CoralloHandle `EventCompletionAction`s after events complete
2023-05-02 Matt CoralloTrack an `EventCompletionAction` for after an `Event...
2023-05-02 Matt CoralloAllow holding `ChannelMonitorUpdate`s until later,...
2023-05-02 Matt CoralloMerge pull request #2213 from benthecarman/error-sign...
2023-05-02 Duncan DeanRemove `OptionalField` and move `shutdown_scriptpubkey...
2023-05-02 benthecarmanAllow get_shutdown_scriptpubkey and get_destination_scr...
2023-05-02 benthecarmanIncorporate low-R values into estimate signature size
2023-05-01 Duncan DeanMake `DataLossProtect` fields required and remove wrappers
2023-04-30 Matt CoralloMove the `CustomMessageHandler` into the `MessageHandle...
2023-04-28 Wilmer PaulinoMerge pull request #2245 from TheBlueMatt/2023-04-ping...
2023-04-28 Wilmer PaulinoMerge pull request #2217 from alecchendev/2023-04-expos...
2023-04-28 Wilmer PaulinoMerge pull request #2239 from valentinewallace/2023...
2023-04-28 Matt CoralloFix overflow in `awaiting_pong_timer...` with too many... 2023-04-ping-count-overflow
2023-04-27 Matt CoralloMerge pull request #2230 from freddiekrugerrand/2228...
2023-04-27 Matt CoralloMerge pull request #2044 from freddiekrugerrand/1782...
2023-04-27 Valentine WallaceRemove redundant final_cltv_delta param from get_route
2023-04-26 Matt CoralloMerge pull request #2234 from dunxen/2023-04-bpteststemp
2023-04-26 Matt CoralloMerge pull request #2229 from TheBlueMatt/2023-04-115...
2023-04-26 Wilmer PaulinoMerge pull request #2233 from TheBlueMatt/2023-04-fix...
2023-04-26 Fred WalkerCheck chain hash for channel announcement and update
2023-04-26 Duncan DeanUse `env::temp_dir()` for BP tests
2023-04-26 Matt CoralloFix a leak in `FutureState` when a `Notifier` is droppe... 2023-04-fix-future-leak
2023-04-26 Matt CoralloHold a reference to the `Arc<FutureState>` when complet...
2023-04-25 Matt CoralloAdd a bindings constructor for `lightning-invoice`... 2023-04-115-bindings-upstream-2
2023-04-25 Matt Corallo[bindings] Disable BOLT12 builders which require move...
2023-04-25 Fred WalkerLimit phantom invoice hints to 3
2023-04-25 Fred WalkerMove phantom route hint selection into its own function
2023-04-25 Matt CoralloMerge pull request #2222 from benthecarman/pub-utxo...
2023-04-25 Matt CoralloMerge pull request #2211 from TheBlueMatt/2023-04-0... v0.0.115
2023-04-24 Matt CoralloAdd 0.0.115 CHANGELOG entries 2023-04-0.0.115-cut
2023-04-24 Matt CoralloBump crate versions to 0.0.115/invoice 0.23
2023-04-24 Matt CoralloMerge pull request #2004 from tnull/2023-02-add-async...
2023-04-24 Matt CoralloMerge pull request #2209 from TheBlueMatt/2023-04-bette...
2023-04-24 Matt CoralloMerge pull request #2220 from TheBlueMatt/2023-04-dont...
2023-04-24 Elias RohrerAdd Tokio example to `process_events_async` docs
2023-04-24 benthecarmanAdd function for updating network graph with announceme...
2023-04-24 Matt CoralloDon't remove nodes if there's no channel_update for... 2023-04-dont-ban-cln
2023-04-24 Matt CoralloRemove unused import in functional_test_utils
2023-04-24 Matt CoralloFix unused `Secp256k1` context in monitor_tests
2023-04-24 Matt CoralloMerge pull request #2221 from TheBlueMatt/2023-04-bp...
2023-04-24 Matt CoralloMerge pull request #2146 from valentinewallace/2023...
2023-04-24 Matt CoralloCheck for `background-processor` exit condition before... 2023-04-bp-exit-fast
2023-04-23 Alec ChenAdd payment hash to `MaybePreimageClaimableHTLC`
2023-04-23 Alec ChenAdd payment hash to `MaybeTimeoutClaimableHTLC`
2023-04-23 Alec ChenAdd payment preimage and hash to `ContentiousClaimable`
2023-04-23 Alec ChenDRY up repeated HTLC `Balance`s in tests
2023-04-23 Alec ChenAdd `PartialOrd`, `Ord` to `PaymentHash`, `PaymentPreim...
2023-04-22 Matt CoralloMerge pull request #2212 from wpaulino/off-by-one-locktime
2023-04-22 Wilmer PaulinoFix off-by-one finalized transaction locktime
2023-04-22 Wilmer PaulinoCatch up test nodes to latest block height
2023-04-22 Wilmer PaulinoUse current height when generating claims on block_disc...
2023-04-22 Matt CoralloMerge pull request #2199 from tnull/2023-04-fix-async...
2023-04-21 Matt CoralloMerge pull request #2208 from wpaulino/monitor-rebroadc...
2023-04-21 Wilmer PaulinoCall ChainMonitor::rebroadcast_pending_claims on REBROA...
2023-04-21 Wilmer PaulinoImplement pending claim rebroadcast on force-closed...
2023-04-21 Wilmer PaulinoExtend OnchainTxHandler::generate_claim to optionally...
2023-04-21 Valentine WallaceFix outbound_payment for new Path::blinded_tail
2023-04-21 Valentine WallaceUpdate changelog for backwards compat
2023-04-21 Valentine WallaceAccount for Path::blinded_tail when adding a shadow...
2023-04-21 Valentine WallaceTest scoring paths with blinded tails
2023-04-21 Valentine WallaceAccount for Path::blinded_tail in InflightHtlcs::proces...
2023-04-21 Valentine WallaceSupport (de)serializing Path::blinded_tails in HTLCSource
2023-04-21 Valentine WallaceSupport (de)serializing Path::blinded_tails in Routes
2023-04-21 Valentine WallaceSupport (de)ser for Path::blinded_tails in events
2023-04-21 Valentine WallaceAdd blinded path {metadata} fields to Path, but disallo...
2023-04-21 Matt CoralloMerge pull request #2210 from alandotcom/patch-1
next