rust-lightning
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
2023-06-19 Wilmer PaulinoChange package ID computation for HTLC claims on anchor...
2023-06-19 Valentine WallaceImplement routing to blinded payment paths
2023-06-19 Valentine WallaceRouter: clean up Path construction
2023-06-19 Valentine WallaceAdd CandidateRouteHop::Blinded and ::OneHopBlinded...
2023-06-19 Valentine WallaceUpdate CandidateRouteHop::short_channel_id to be optional
2023-06-17 Matt CoralloMerge pull request #2351 from TheBlueMatt/2023-04-remov...
2023-06-16 Valentine WallaceRouting: accommodate for blinded paths in used liquidit...
2023-06-16 Valentine WallaceReplace max_channel_saturation_power_of_half hardcode...
2023-06-16 Valentine WallaceAdd utils for creating blinded PaymentParameters
2023-06-16 Valentine WallaceReverse (BlindedPath, BlindedPayInfo) tuple order in...
2023-06-16 Matt CoralloMerge pull request #2077 from dunxen/2023-02-splitchann...
2023-06-15 Duncan DeanRename `inbound_is_awaiting_accept()` to `is_awaiting_a...
2023-06-15 Duncan DeanRename `InboundV1Channel::new_from_req` to `InboundV1Ch...
2023-06-15 Duncan DeanMove inbound channel methods into `InboundV1Channel...
2023-06-15 Duncan DeanMove outbound channel methods into `OutboundV1Channel...
2023-06-15 Duncan DeanCreate and use methods for counting channels
2023-06-15 Duncan DeanRefactor channel map update macros for use with `Channe...
2023-06-15 Duncan DeanMove `Channel::force_shutdown` to `ChannelContext`...
2023-06-15 Duncan DeanMove inbound channel constructor into `InboundV1Channel...
2023-06-15 Duncan DeanMove outbound channel constructor into `OutboundV1Chann...
2023-06-15 Duncan DeanIntroduce `InboundV1Channel` & `OutboundV1Channel`
2023-06-14 Duncan DeanMove channel constants up
2023-06-14 Duncan DeanMake `ChannelManager::issue_channel_close_events` take...
2023-06-14 Duncan DeanConvert `ChannelDetails::from_channel` to `ChannelDetai...
2023-06-14 Duncan DeanMove `Channel::get_available_balances` to `ChannelConte...
2023-06-14 Duncan DeanMove `Channel::next_*_commit_tx_fee_msat` methods to...
2023-06-14 Duncan DeanMove `Channel::commit_tx_fee_msat` to file-level utilities
2023-06-14 Duncan DeanMove `Channel::get_*_pending_htlc_stats` to `ChannelCon...
2023-06-14 Duncan DeanPrepare some methods for upcoming moves to `ChannelContext`
2023-06-14 Duncan DeanMove `Channel::get_feerate_sat_per_1000_weight` and...
2023-06-14 Duncan DeanMove `Channel::build_holder_transaction_keys` and some...
2023-06-14 Duncan DeanMove `Channel::build_commitment_transaction` to `Channe...
2023-06-14 Duncan DeanMove `Channel::channel_id` and some other methods to...
2023-06-14 Duncan DeanMove `Channel::get_update_time_counter` and some other...
2023-06-14 Duncan DeanMove `Channel::opt_anchors` to `ChannelContext` impl...
2023-06-14 Duncan DeanMove `Channel` fields into `ChannelContext` struct
2023-06-13 Matt CoralloMerge pull request #2294 from jkczyz/2023-05-onion...
2023-06-13 Jeffrey CzyzReduce log level of potential noisy log statement
2023-06-13 Jeffrey CzyzFuzz test onion message replies
2023-06-13 Jeffrey CzyzUse different node secrets in onion message fuzzer
2023-06-13 Jeffrey CzyzTest onion message replies
2023-06-13 Jeffrey CzyzSplit TestCustomMessage into Request and Response
2023-06-13 Jeffrey CzyzRemove unnecessary Sized bound
2023-06-13 Jeffrey CzyzSupport onion message replies in OnionMessenger
2023-06-13 Jeffrey CzyzMessageRouter trait for OnionMessenger
2023-06-13 Jeffrey CzyzAdd OnionMessagePath wrapper struct
2023-06-13 Jeffrey CzyzOffersMessageHandler trait for OnionMessenger
2023-06-13 Jeffrey CzyzAvoid an unnecessary unwrap
2023-06-13 Jeffrey CzyzOnion message payload for BOLT 12 Offers
2023-06-13 Jeffrey CzyzPass logger to onion payload decoder
2023-06-13 Jeffrey CzyzAdd InvoiceError message
2023-06-13 Jeffrey CzyzSupport WithoutLength for UntrustedString
2023-06-12 Valentine WallaceFix oops'd docs on PaymentParameters::with_max_channel_...
next