rust-lightning
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...
2023-05-23 Duncan DeanUse a total lockorder for `NetworkGraph`'s `PartialEq...
2023-05-21 Matt CoralloConsider HTLC in-flight count limits when assembling...
2023-05-21 Gleb NaumenkoConsider commitment tx fee while assembling a route
2023-05-21 Matt CoralloSimplify test_fail_holding_cell_htlc_upon_free_multihop...
2023-05-21 Matt CoralloDisallow sending an HTLC when the balance needed is...
2023-05-21 Matt CoralloMerge pull request #2272 from benthecarman/package...
2023-05-20 Matt CoralloMerge pull request #2235 from TheBlueMatt/2023-04-criterion
2023-05-20 Matt CoralloMerge pull request #2226 from alecchendev/2023-04-persi...
2023-05-18 Matt CoralloMerge pull request #2204 from jkczyz/2023-04-custom...
2023-05-18 Matt CoralloMerge pull request #1841 from ariard/2022-11-revoked...
2023-05-17 Valentine WallaceRename EffectiveCapacity::MaximumHTLC to ::AdvertisedMa...
2023-05-16 Antoine RiardRemove aggregable flag from PackageTemplate constructor
2023-05-16 Antoine RiardAnchor: do not aggregate claim of revoked output
2023-05-15 Alec ChenPersist scorer upon update based on event handling
2023-05-15 Alec ChenPrune and persist RGS network graph after initial sync
2023-05-15 Matt CoralloMerge pull request #2288 from wpaulino/rust-bitcoin...
2023-05-13 benthecarmanSupport broadcasting multiple transactions at once
2023-05-11 Matt CoralloMerge pull request #2271 from tnull/2023-04-fix-onion...
2023-05-11 Matt CoralloMerge pull request #2286 from benthecarman/spendable...
2023-05-11 Elias RohrerReturn error when failing to construc onion messages
2023-05-11 Matt CoralloUpdate .gitignore to ignore benchmark data files 2023-04-criterion
2023-05-11 Matt CoralloAdd trivial README to bench to describe how to run...
2023-05-11 Matt CoralloReplace std's unmaintained bench with criterion
2023-05-11 Matt CoralloAdd an additional test/bench for routing larger amounts...
2023-05-11 Matt CoralloUnify route benchmarking with route tests
2023-05-11 Matt CoralloMerge pull request #2237 from henghonglee/issue-2189...
2023-05-11 benthecarmanCreate and Sign PSBTs for spendable outputs
2023-05-10 henghongleeMove functions around to colocate impl of FeeParams...
2023-05-10 henghongleeScore's FeeParams as passed-in params on Routefinding...
2023-05-10 Jeffrey CzyzUpdate missed comment in Features test
2023-05-10 Jeffrey CzyzAdd Features::set_{required|optional}_custom_bit
2023-05-10 Jeffrey CzyzCheck unknown features compared to handlers
2023-05-10 Wilmer PaulinoFix test_restored_packages_retry serialized monitor...
2023-05-10 Wilmer PaulinoUse helper to create dummy blocks
2023-05-10 Wilmer PaulinoCheck difficulty transition against `Target` instead...
next