rust-lightning
2023-06-20 Matt CoralloEnsure we build if a downstream crate sets `--cfg=fuzzing` 2023-06-fix-fuzz-dep
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...
2023-06-07 valentinewallaceMerge pull request #2305 from valentinewallace/2023...
2023-06-07 Matt CoralloMerge pull request #2330 from wvanlint/partial_config_u...
2023-06-06 Matt CoralloSlightly improve docs on `next_*_commit_tx_fee_msat` 2023-05-next-htlc-min-max
2023-06-06 Matt CoralloReplace `send_htlc` amount checking with available...
2023-06-06 Matt CoralloEnsure a 1:1 mapping of value sendable to send success...
2023-06-06 Matt CoralloConsider dust exposure when assembling a route
2023-06-06 Matt CoralloAdd a next-outbound-HTLC minimum field to chan details...
2023-06-06 Matt CoralloConsider counterparty commitment tx fees when assemblin...
2023-06-06 Willem Van... Support atomic partial updates to ChannelConfig
2023-06-06 valentinewallaceMerge pull request #2340 from TheBlueMatt/2023-06-fix...
2023-06-06 Valentine WallaceAccount for used liquidity in first hops when processin...
2023-06-06 Valentine WallaceAbide by route hint max_htlc in pathfinding
2023-06-06 Matt CoralloRemove spurious double comma in documentation 2023-06-fix-docs
2023-06-05 Matt CoralloRemove spurious docs which imply you cannot retry a...
2023-06-05 Jeffrey CzyzMerge pull request #2290 from upjohnc/2240_replace_vect...
2023-06-05 Matt CoralloMerge pull request #2329 from dunxen/2023-05-initgenesi...
2023-06-05 Duncan DeanSend and handle `networks` field in `Init` messages
2023-06-05 Duncan DeanAdd `networks` TLV to `Init`'s TLV stream
2023-06-02 Jeffrey CzyzMerge pull request #2332 from danielgranhao/fix/wrong...
2023-06-02 Jeffrey CzyzRemove duplicate BOLT 12 test vector
2023-06-02 Daniel GranhãoFix wrong link in `ChannelManager::send_payment()`...
next