rust-lightning
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-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 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_...
2023-06-12 Valentine WallaceFix panic on pathfinding to blinded recipient
2023-06-12 Matt CoralloMerge pull request #2353 from TheBlueMatt/2023-06-fix...
2023-06-12 Matt CoralloFix build on supported platforms due to `log` breakage 2023-06-fix-msrv-build
2023-06-12 Matt CoralloStop writing old `user_payment_id` field not read since... 2023-04-remove-legacy-recv
2023-06-12 Matt CoralloDrop `create_inbound_payment*_legacy` breaking downgrad...
2023-06-10 Matt CoralloMerge pull request #2156 from alecchendev/2023-04-mpp...
2023-06-09 Alec ChenAdd test for duplicate keysend payment
2023-06-09 Alec ChenSupport receiving MPP keysend
2023-06-09 Alec ChenTrack MPP data while receiving keysends
2023-06-09 Alec ChenHelp users support sending MPP keysend
2023-06-08 Matt CoralloMerge pull request #2334 from jkczyz/2023-06-bolt12...
2023-06-08 Wilmer PaulinoMerge pull request #2333 from benthecarman/chan-mon...
2023-06-07 Matt CoralloMerge pull request #2342 from vladimirfomene/2023-06...
2023-06-07 Jeffrey CzyzInclude signature check in BOLT 12 signature test
2023-06-07 Jeffrey CzyzUpdate BOLT 12 test vectors
2023-06-07 Jeffrey CzyzRemove custom blinded path test vector
2023-06-07 benthecarmanAdd helper for getting claimable balance
2023-06-07 Vladimir FomeneUse PrintableString for displaying errors in PeerManager
2023-06-07 Matt CoralloMerge pull request #2312 from TheBlueMatt/2023-05-next...
next