rust-lightning
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()`...
2023-06-01 Matt CoralloMerge pull request #2328 from benthecarman/partial...
2023-06-01 Chad UpjohnRefactor lightning-invoice/src/utils.rs to yield iterators
2023-05-31 benthecarmanImpl PartialEq and Debug for InMemorySigner
2023-05-31 Matt CoralloMerge pull request #2167 from TheBlueMatt/2023-04-monit...
2023-05-31 Matt CoralloMerge pull request #2324 from dunxen/2023-05-rgscheckge...
2023-05-31 Chad UpjohnAdding rotate_through_iterators for select_phantom_hint...
2023-05-30 Matt CoralloAdd infra to block `ChannelMonitorUpdate`s on forwarded... 2023-04-monitor-e-monitor-prep
2023-05-30 Matt CoralloReapply pending `ChannelMonitorUpdate`s on startup
2023-05-30 Matt CoralloProcess background events when taking the total_consist...
2023-05-30 Matt CoralloHandle `BackgroundEvent`s replaying non-closing monitor...
2023-05-30 Matt CoralloMerge pull request #2293 from wpaulino/disconnect-peers...
2023-05-30 Matt CoralloMake `AChannelManager` trait slightly more generic...
2023-05-30 Matt CoralloReturn the counterparty node_id as a part of a force...
2023-05-30 Matt CoralloMove the `ShutdownResult` type alias to `channel.rs`
2023-05-30 Matt CoralloFix `held_by_thread` in `no-std` to return instead...
2023-05-29 Matt CoralloMerge pull request #2323 from ariard/2023-05-remove...
2023-05-29 Duncan DeanFail RGS data processing early if there is a chain...
2023-05-28 Antoine RiardRemove ariard key from the security team
2023-05-28 Alec ChenAllow user to opt-in to accepting MPP keysend
2023-05-26 Wilmer PaulinoDisconnect peers on timer ticks to unblock channel...
2023-05-26 Wilmer PaulinoAdd new DisconnectPeerWithWarning variant to ErrorAction
2023-05-26 Wilmer PaulinoRemove unreachable warning message send on UnknownRequi...
2023-05-26 Wilmer PaulinoImplement enqueue_message trait requirements on Message...
2023-05-25 Wilmer PaulinoMerge pull request #2316 from benthecarman/payment...
2023-05-24 benthecarmanDerive a PartialEq and Eq for PaymentError
2023-05-24 Wilmer PaulinoMerge pull request #2280 from TheBlueMatt/2023-05-event...
2023-05-24 Matt CoralloNever block a thread on the `PeerManager` event handlin... 2023-05-event-deadlock
2023-05-24 Matt CoralloMerge pull request #2284 from dunxen/2023-05-netgraphpa...
next