Store total payment amount in ClaimableHTLC explicitly
[rust-lightning] / lightning /
2022-05-02 Matt CoralloStore total payment amount in ClaimableHTLC explicitly
2022-05-02 Matt CoralloPass FinalOnionHopData to payment verify by reference...
2022-04-29 Matt CoralloMerge pull request #1451 from TheBlueMatt/2022-04-moar...
2022-04-28 Matt CoralloMerge pull request #1454 from TheBlueMatt/2022-04-fuzz...
2022-04-28 Matt CoralloMerge pull request #1425 from valentinewallace/2021...
2022-04-28 Matt CoralloCorrect error when a peer opens a channel with a huge... 2022-04-fuzz-underflow
2022-04-28 Matt CoralloReject channels if the total reserves are larger than...
2022-04-28 Valentine WallaceEnable wumbo channels to be created
2022-04-28 Valentine Wallaceconfig: add max_funding_satoshis to enforce for inbound...
2022-04-28 Matt CoralloAdd test coverage for failure of inconsistent MPP parts 2022-04-moar-mpp-fail-test
2022-04-28 Matt CoralloAdd a `get_route!()` macro for tests which only need...
2022-04-28 Matt CoralloMerge pull request #1435 from TheBlueMatt/2022-04-1126...
2022-04-27 Matt CoralloConsolidate Channel balance fetching into one fn return... 2022-04-1126-first-step
2022-04-27 valentinewallaceMerge pull request #1405 from TheBlueMatt/2022-04-log...
2022-04-27 valentinewallaceMerge pull request #1453 from TheBlueMatt/2022-04-liste...
2022-04-27 Matt CoralloMerge pull request #1421 from TheBlueMatt/2022-04-less...
2022-04-27 Matt CoralloExplicitly log a warning when a payment failed on the... 2022-04-log-scoring
2022-04-26 Matt CoralloExpand `chain::Listen` trivially to accept filtered... 2022-04-listen-filtered-blocks
2022-04-26 valentinewallaceMerge pull request #1436 from TheBlueMatt/2022-04-event...
2022-04-25 Valentine Wallacechannel: refactor max funding consts
2022-04-25 Valentine Wallacechannelmanager: remove bogus panic warning from docs
2022-04-25 Matt CoralloSort `Event` variants somewhat more sensibly
2022-04-25 Matt CoralloSeparate `ChannelDetails`' outbound capacity from the...
2022-04-21 Matt CoralloMerge pull request #1378 from ViktorTigerstrom/2022...
2022-04-21 Viktor TigerströmAdd outbound min/max to `ChannelCounterparty`
2022-04-21 Matt CoralloMerge pull request #1417 from johncantrell97/generic...
2022-04-20 John Cantrellimplement Persist and Persister with generic KVStorePer...
2022-04-20 valentinewallaceMerge pull request #1419 from atalw/2022-03-paymentforw...
2022-04-20 atalwAdd `source_channel_id` in `PaymentForwarded` event
2022-04-19 Viktor TigerströmAdd inbound htlc min/max to `ChannelDetails`
2022-04-18 Jeffrey CzyzMerge pull request #1414 from ViktorTigerstrom/2022...
2022-04-15 Viktor TigerströmAdd tests for defaulting to creating tlv onions
2022-04-15 Valentine Wallacefeatures: advertise wumbo channels as supported
2022-04-15 Jeffrey CzyzMerge pull request #1404 from TheBlueMatt/2022-04-buf...
2022-04-15 Matt CoralloLog as channel liquidities are/not updated in `Probabil...
2022-04-15 Matt CoralloAdd an (unused) `Logger` reference in `ProbabilisticScorer`
2022-04-14 Viktor TigerströmPass `PaymentParameters` in `get_route_and_payment_hash`
2022-04-14 Viktor TigerströmDefault to creating BOLT4 tlv payload format onions
2022-04-14 Matt CoralloLog gossip query msgs at GOSSIP instead of TRACE as... 2022-04-less-gossip-trace-spam
2022-04-13 Matt CoralloMerge pull request #1384 from valentinewallace/2022...
2022-04-13 Matt CoralloMerge pull request #1406 from TheBlueMatt/2022-04-score...
2022-04-11 Valentine WallaceExpose methods for ChannelManager-less phantom invoice...
2022-04-11 Matt CoralloLower-bound the log approximation and stop using it... 2022-04-scorer-precision
2022-04-10 Matt CoralloExpand the precision of our log10 lookup tables + add...
2022-04-03 Matt CoralloAdd a test which demonstrates scores for some realistic...
2022-04-03 Matt CoralloMerge pull request #1397 from jkczyz/2022-03-release... v0.0.106
2022-04-03 Jeffrey CzyzBump crate versions to 0.0.106/invoice 0.14
2022-04-02 Matt CoralloMerge pull request #1399 from jkczyz/2022-03-scoring...
2022-04-01 Jeffrey CzyzAdd an amount penalty to ProbabilisticScorer
2022-04-01 Jeffrey CzyzAvoid retrying over recently failed channels
2022-04-01 Matt CoralloMerge pull request #1398 from jkczyz/2022-03-middle...
2022-04-01 Matt CoralloDon't consider a path as having hit HTLC-min if it...
2022-04-01 Jeffrey CzyzSelect best route by lowest total cost
2022-03-30 Jeffrey CzyzCorrectly pick middle hop to victimize
2022-03-30 Jeffrey CzyzFix build warnings without grind_signatures
2022-03-30 Jeffrey CzyzMerge pull request #1376 from jurvis/jurvis/persist...
2022-03-28 Matt CoralloMerge pull request #1351 from TheBlueMatt/2022-03-scid...
2022-03-28 Valentine WallaceMove inbound_payment module into its own file
2022-03-28 Matt CoralloAdd notes about SCID alias rotation to `ChannelDetails... 2022-03-scid-privacy
2022-03-27 Matt CoralloDrop the `Writeable::encode_with_len` method in non...
2022-03-27 Matt CoralloUse the correct SCID when failing HTLCs to aliased...
2022-03-27 Matt CoralloMake all callsites to `get_channel_update_for_unicast...
2022-03-27 Matt CoralloAdd simple tests for our SCIDAlias implementation and...
2022-03-27 Matt CoralloNegotiate `scid_alias` for private channels based on...
2022-03-27 Matt CoralloAdd support for the SCIDAlias feature bit in incoming...
2022-03-27 Matt CoralloExpose chan type in `Event::OpenChannelRequest` & ...
2022-03-25 Arik SosmanMerge pull request #1388 from lightning-signer/2022...
2022-03-25 valentinewallaceMerge pull request #1375 from jkczyz/2022-03-scorer...
2022-03-25 Matt CoralloMerge pull request #1382 from TheBlueMatt/2022-03-gossi...
2022-03-25 DevrandomAdd low_r signature grinding
2022-03-25 valentinewallaceMerge pull request #1381 from shamardy/2022-03-set...
2022-03-25 Matt CoralloFix gossip using `gossip_timestamp_filter` instead... 2022-03-gossip-queries-sucks
2022-03-25 Jeffrey CzyzIncrease default liquidity_penalty_multiplier_msat
2022-03-25 Jeffrey CzyzMove max penalty cap in ProbabilisticScorer
2022-03-25 Jeffrey CzyzFix overflow in ProbabilisticScorer
2022-03-25 Jeffrey CzyzAdd a base penalty to ProbabilisticScorer
2022-03-25 Jeffrey CzyzDon't serialize FixedPenaltyScorer parameters
2022-03-25 Omar Shamardyset user_channel_id in accept_inbound_channel fn
2022-03-24 Matt CoralloMerge pull request #1359 from tnull/2022-03-real-random...
2022-03-24 Matt CoralloMerge pull request #1380 from TheBlueMatt/2022-03-skip...
2022-03-24 Matt CoralloSkip `channel_update` signature checks if we have a... 2022-03-skip-redundant-sig-checks
2022-03-24 valentinewallaceMerge pull request #1058 from TheBlueMatt/2021-08-fail...
2022-03-24 Elias RohrerMinor refactor for sort / add, and some nits.
2022-03-24 Elias RohrerRandomize candidate paths during route selection.
2022-03-24 Matt CoralloAdd a further test of HTLC failure after a claim occurrs. 2021-08-fail-claimed-dust-htlc
2022-03-23 Matt CoralloMerge pull request #1370 from TheBlueMatt/2022-03-pref...
2022-03-23 Matt CoralloMerge pull request #1360 from tnull/2022-03-loopless...
2022-03-23 Matt CoralloMerge pull request #1326 from Psycho-Pirate/peers
2022-03-23 Matt CoralloAvoid needless MPP on multiple channels to the same... 2022-03-pref-first-hop-chans
2022-03-23 Elias RohrerAvoid looping CLTV shadow routes.
2022-03-23 Matt CoralloMerge pull request #1374 from TheBlueMatt/2022-03-bindi...
2022-03-22 psycho-pirateArgument added in lightning-net-tokio/src/lib.rs and...
2022-03-22 psycho-pirateadded network address in methods, filter_address functi...
2022-03-22 valentinewallaceMerge pull request #1353 from dunxen/2022-03-mpp-receiv...
2022-03-22 valentinewallaceMerge pull request #1373 from lightningdevkit/dependabo...
2022-03-22 Matt CoralloMerge pull request #1368 from TheBlueMatt/2022-03-fix...
2022-03-22 Duncan DeanAdd MPP receive timeout handling
2022-03-22 Matt CoralloMerge pull request #1352 from TheBlueMatt/2022-03-debug...
2022-03-21 Matt CoralloUse `impl<bounds>` instead of a `where` clause to help... 2022-03-bindings-cleanups
2022-03-21 Matt CoralloTag some type aliases with `(C-not exported)`
next