rust-lightning
2023-07-12 Matt CoralloFix `lightning-block-sync` builds below rustc 1.56... 2023-07-fix-msrv
2023-07-11 Matt CoralloMerge pull request #2400 from TheBlueMatt/2023-07-kill...
2023-07-11 Matt CoralloDocument some TLV write/read formats 2023-07-kill-vec_type
2023-07-11 Matt CoralloDrop `vec_type` TLV handling entirely
2023-07-11 Matt CoralloConvert `channelmonitor` `vec_type` TLV writes to requi...
2023-07-11 Elias RohrerMerge pull request #2395 from wpaulino/phantom-deduped...
2023-07-10 Wilmer PaulinoMerge pull request #2369 from TheBlueMatt/2023-06-mon...
2023-07-10 Matt CoralloDon't drop `ChannelMonitor` `Event`s until they're... 2023-06-mon-event-less-race
2023-07-10 Wilmer PaulinoHandle new event processing logic when enqueuing forwar...
2023-07-10 Wilmer PaulinoMerge pull request #2364 from TheBlueMatt/2023-06-htlc...
2023-07-08 Matt CoralloMerge pull request #2307 from benthecarman/verify-funcs
2023-07-08 Matt CoralloMerge pull request #2042 from ffaex/add_fn
2023-07-08 Matt CoralloMerge pull request #2396 from tnull/2023-07-fix-github...
2023-07-08 benthecarmanAdd helper functions to verify node and channel annouce...
2023-07-08 Matt CoralloRename `ClosingMonitorUpdateRegeneratedOnStartup` to... 2023-06-htlc-preimage-replay
2023-07-08 Matt CoralloRe-claim forwarded HTLCs on startup
2023-07-08 Matt CoralloMerge pull request #2354 from alecchendev/2023-06-bump...
2023-07-07 Matt CoralloMerge pull request #2347 from henghonglee/issue-2304
2023-07-07 Matt CoralloReplace `vec_type` TLVs in channel/manager with require...
2023-07-07 Matt CoralloConvert routing `vec_type `TLV writes to other TLV...
2023-07-07 Matt CoralloMigrate `chan_utils` `vec_type` TLVs to required/optional
2023-07-07 Matt CoralloConvert `Event` vec storage away from `vec_type`
2023-07-07 Matt CoralloConvert some `vec_type` TLVs to `required_vec`
2023-07-07 Matt CoralloAdd a `required_vec` TLV deserialization type
2023-07-07 Alec ChenUse multiplier in dust exposure threshold calculation
2023-07-07 Alec ChenSend fee estimator through to `get_max_htlc_dust_exposu...
2023-07-07 Alec ChenAdd max dust exposure multiplier config knob
2023-07-07 Matt CoralloFix backwards compat for `blocked_monitor_updates`
2023-07-07 valentinewallaceMerge pull request #2392 from TheBlueMatt/2023-07-async...
2023-07-07 valentinewallaceMerge pull request #2399 from tnull/2023-07-expose...
2023-07-07 Elias RohrerExpose `DefaultMessageRouter`
2023-07-06 Matt CoralloMerge pull request #2383 from henghonglee/fix-dyn
2023-07-06 Elias RohrerUpdate Github Actions to remove deprecated actions
2023-07-06 henghongleeAdd ChannelShutdownState to ChannelDetails
2023-07-05 Matt CoralloMove Channel's blocked monitor updates vec to an even TLV 2023-07-async-mon-even-tlv
2023-07-04 henghongleeFix DefaultRouter type restrained to only MutexGuard
2023-07-02 Matt CoralloMerge pull request #2384 from jkczyz/2023-06-message...
2023-07-02 Matt CoralloMerge pull request #2375 from TonyGiorgio/remove-doc...
2023-06-30 Jeffrey CzyzDefine a default MessageRouter implementation
2023-06-30 Wilmer PaulinoMerge pull request #2386 from TheBlueMatt/2023-06-macos...
2023-06-30 Matt CoralloFix 1.54- builds with the `backtrace` feature due to... 2023-06-macos-msrv
2023-06-30 Tony GiorgioClarify event doc specifying anchor support
2023-06-29 Matt CoralloMerge pull request #2322 from andrei-21/fix/instant...
2023-06-29 Matt CoralloMerge pull request #2372 from wpaulino/channelmanager...
2023-06-29 AndreiUse `MonotonicTime` as `Instant` shifted by 10 years...
2023-06-27 Wilmer PaulinoRequire best block timestamp within ChannelManager...
2023-06-27 Matt CoralloSome minor comment/doc tweaks in new monitor update...
2023-06-27 Matt CoralloMerge pull request #2374 from arik-so/2023-06-build...
2023-06-26 Arik SosmanFix clone warning on nightly.
2023-06-24 Arik SosmanRemove redundant `mut`s in router.rs.
2023-06-24 Arik SosmanFix warning about deserialization marker.
2023-06-24 Arik SosmanFix build warning about HTLCSource::dummy().
2023-06-24 Arik SosmanFix build warning about public_from_secret_hex.
2023-06-24 Matt CoralloMerge pull request #2368 from wpaulino/inbound-anchors... v0.0.116-alpha1
2023-06-23 Wilmer PaulinoMerge pull request #2367 from wpaulino/remove-anchors...
2023-06-23 Wilmer PaulinoRequire inbound channels with anchor outputs to be...
2023-06-23 Matt CoralloMerge pull request #2373 from TheBlueMatt/2023-06-116...
2023-06-23 Wilmer PaulinoSupport manual inbound acceptance in channel creation...
2023-06-23 Matt CoralloMerge pull request #2362 from TheBlueMatt/2023-06-unblo...
2023-06-23 Wilmer PaulinoRemove anchors config flag
2023-06-23 Matt CoralloBump versions to LDK 116-alpha1 and invoice 24.0-alpha1 2023-06-116-alpha
2023-06-23 Matt CoralloRename `Channel::pending_monitor_updates` to `blocked` 2023-06-unblocked-mons-in-manager
2023-06-23 Matt CoralloRename Channel's latest-monitor-update fetch method...
2023-06-23 Matt CoralloRemove the `blocked` param on `ChannelMonitorUpdates...
2023-06-23 Matt CoralloDrop the now-unused update_id param to monitor update...
2023-06-23 Matt CoralloMove in-flight `ChannelMonitorUpdate`s to `ChannelManager`
2023-06-23 Matt CoralloMerge pull request #2361 from arik-so/2023-06-anchor...
2023-06-23 Arik SosmanSync `ChannelTransactionParameters` features to `Channe...
2023-06-23 Arik SosmanVerify channel type features for decoding.
2023-06-23 Arik SosmanReplace `opt_anchors` with `ChannelTypeFeatures`
2023-06-22 valentinewallaceMerge pull request #2365 from TheBlueMatt/2023-06-fix...
2023-06-22 Arik SosmanMethod for `ChannelTypeFeatures` serialization compatib...
2023-06-22 Arik SosmanDefine `ChannelTypeFeatures` methods for anchors logic.
2023-06-22 Arik SosmanReference-rhs bitwise operations for features.
2023-06-22 Arik SosmanDocument nonzero anchors in features module.
2023-06-22 Arik SosmanIntroduce nonzero fee anchors feature.
2023-06-21 Matt CoralloSimplify cases in `handle_new_monitor_update` macro
2023-06-21 Matt CoralloDrop the now-unused `push_blockable_mon_update`
2023-06-21 Matt CoralloMove most `handle_new_monitor_update` calls to pass...
2023-06-21 Matt CoralloReturn owned `ChannelMonitorUpdate`s from `Channel`
2023-06-21 Elias RohrerMerge pull request #2319 from valentinewallace/2023...
2023-06-20 Matt CoralloEnsure we build if a downstream crate sets `--cfg=fuzzing` 2023-06-fix-fuzz-dep
2023-06-20 Valentine WallaceDocument on claim events that amount_msat may be >...
2023-06-20 Valentine WallaceCheck UpdateAddHTLC::skimmed_fee_msat on receive
2023-06-20 Valentine WallaceSet UpdateAddHTLC::skimmed_fee_msat on forward
2023-06-20 Valentine WallacePersist update_add sender skimmed fee in Channel
2023-06-20 Valentine WallaceTrack the sender's skimmed fee in UpdateAddHTLC
2023-06-20 Valentine WallaceAllow receiving less than the onion claims to pay
2023-06-20 Valentine WallaceAdd PaymentClaimable::counterparty_skimmed_fee_msat
2023-06-20 Valentine WallacePersist counterparty skimmed fee in ClaimableHTLC
2023-06-20 Valentine WallaceSet extra skimmed fee on intercepted forward
2023-06-20 Valentine WallaceAdd config knob for accepting underpaying HTLCs
2023-06-20 Valentine WallaceMove next hop packet pubkey calculation to outside...
2023-06-20 Valentine WallaceMove PendingHTLCStatus construction inside channel...
2023-06-20 Matt CoralloMerge pull request #2120 from valentinewallace/2023...
2023-06-19 Matt CoralloMerge pull request #2089 from wpaulino/bump-transaction...
2023-06-19 Wilmer PaulinoProvide a default CoinSelectionSource implementation...
2023-06-19 Wilmer PaulinoAdd BumpTransaction event handler
2023-06-19 Wilmer PaulinoExpose ClaimId for each claim bump in BumpTransactionEvent
2023-06-19 Wilmer PaulinoExpose existing PackageID to API and rename to ClaimId
next