Fix build warnings without grind_signatures
[rust-lightning] / lightning / src / ln / channelmanager.rs
2022-03-30 Jeffrey CzyzFix build warnings without grind_signatures
2022-03-28 Matt CoralloMerge pull request #1351 from TheBlueMatt/2022-03-scid...
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 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 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-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 CoralloMerge pull request #1374 from TheBlueMatt/2022-03-bindi...
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 CoralloTag some type aliases with `(C-not exported)`
2022-03-18 Matt CoralloMerge pull request #1361 from luizParreira/rust-lightni...
2022-03-18 Matt CoralloMerge pull request #1363 from TheBlueMatt/2022-03-tx...
2022-03-17 Matt CoralloSend a `gossip_timestamp_filter` on connect to enable... 2022-03-fix-post-start-sync
2022-03-17 Matt CoralloMerge pull request #1358 from TheBlueMatt/2022-03-max...
2022-03-15 Matt CoralloGenerate a funding_locked on relevant transactions_conf... 2022-03-tx-conf-ordering-lock-delay
2022-03-11 Jeffrey CzyzMerge pull request #1331 from TheBlueMatt/2022-02-no...
2022-03-10 Matt CoralloMerge pull request #1311 from TheBlueMatt/2022-02-0conf...
2022-03-09 valentinewallaceMerge pull request #1341 from jkczyz/2022-03-expiry...
2022-03-09 Jeffrey CzyzMerge pull request #1349 from TheBlueMatt/2022-03-liste...
2022-03-09 Matt CoralloMerge pull request #1348 from TheBlueMatt/2022-03-timer...
2022-03-09 Matt CoralloMerge pull request #1355 from lightningdevkit/dependabo...
2022-03-09 Jeffrey CzyzCorrect docs about invoice_expiry_delta_secs panic
2022-03-09 Matt CoralloProvide our peers with SCID aliases and forward payment...
2022-03-09 Matt CoralloHandle `short_to_id` state updates on channel closure...
2022-03-09 Matt CoralloTrack SCID aliases from our counterparty and use them...
2022-03-09 Matt CoralloClean up the `handle_monitor_err!()` macro argument...
2022-03-09 Jeffrey CzyzMerge pull request #1286 from tnull/add_random_cltv_offsets
2022-03-09 Elias RohrerAdd a random per-path CLTV offset for privacy.
2022-03-09 Jeffrey CzyzMerge pull request #1347 from jkczyz/2022-03-log-approx...
2022-03-05 Matt CoralloMerge pull request #1317 from TheBlueMatt/2022-02-fix...
2022-03-03 valentinewallaceMerge pull request #1343 from lightningdevkit/dependabo...
2022-03-03 valentinewallaceMerge pull request #1346 from TheBlueMatt/2022-03-clones
2022-03-03 Matt CoralloAdd Clone to a few structs which contain only a few... 2022-03-clones
2022-03-02 Matt CoralloMerge pull request #1310 from TheBlueMatt/2022-02-bump...
2022-03-01 Matt CoralloMerge branch '2022-02-bal-panic' into 2022-02-0.0.105-sec
2022-03-01 Matt CoralloMerge branch '2022-02-fix-multi-hop-hint-panic' into...
2022-02-28 Arik SosmanMerge pull request #1327 from TheBlueMatt/2022-02-log...
2022-02-28 Matt CoralloMerge pull request #1303 from jkczyz/2022-02-docs-with...
2022-02-28 valentinewallaceMerge pull request #1335 from TheBlueMatt/2022-02-fix...
2022-02-28 Matt CoralloMerge pull request #1324 from valentinewallace/2022...
2022-02-25 Valentine WallaceFix bug where we encode flags field into all updates...
2022-02-25 Valentine WallaceCorrectly wrap phantom onion errors
2022-02-25 Valentine WallaceFix phantom malformed onion error packet
2022-02-25 Valentine WallaceAdd phantom shared secret to HTLCPreviousHopData
2022-02-25 Valentine WallaceAdd phantom shared secret to PendingHTLCRouting::Receive
2022-02-24 Matt CoralloMerge pull request #1318 from jurvis/jurvis/2022-02...
2022-02-22 valentinewallaceMerge pull request #1309 from TheBlueMatt/2022-02-first...
2022-02-18 Arik SosmanMerge pull request #1314 from TheBlueMatt/2022-02-accep...
2022-02-18 Matt CoralloMerge pull request #1316 from TheBlueMatt/2022-02-no...
2022-02-18 Matt CoralloDrop `fuzztarget` feature entirely
2022-02-17 Matt CoralloMerge pull request #1315 from TheBlueMatt/2022-02-fix...
2022-02-17 Matt CoralloMerge pull request #1266 from TheBlueMatt/2022-01-fix...
2022-02-16 Matt CoralloFix a debug panic caused by receiving MPP parts after... 2022-01-fix-double-fail-panic
2022-02-15 Jeffrey CzyzMerge pull request #1199 from valentinewallace/2021...
2022-02-14 Valentine WallaceDon't send channel updates for private chans on error 2022-02-multi-node-review-mark
2022-02-14 Valentine WallaceSupport phantom payment receive in ChannelManager,...
2022-02-14 Valentine WallaceAdd get_phantom_scid and get_phantom_route_hints +...
2022-02-14 Valentine Wallacechannelmanager: DRY PendingHTLCInfo creation for receives
2022-02-14 Valentine Wallacekeysinterface: adapt get_node_secret for phantom payments
2022-02-14 Valentine WallaceDRY shared hkdf_extract_expand code to new module
2022-02-14 Valentine WallaceImplement serialization for ChannelDetails
2022-02-14 Valentine WallaceRefactor out decode_next_hop util from ChannelManager...
2022-02-14 Matt CoralloMerge pull request #1301 from TheBlueMatt/2022-02-route...
2022-02-14 valentinewallaceMerge pull request #1305 from ConorOkus/update-readme
2022-02-14 Matt CoralloMerge pull request #1281 from ViktorTigerstrom/2022...
2022-02-14 valentinewallaceMerge pull request #1304 from jkczyz/2021-12-remove...
2022-02-13 Viktor TigerströmAdd option to accept or reject inbound channels
2022-02-12 valentinewallaceMerge pull request #1292 from TheBlueMatt/2022-02-overr...
2022-02-11 Arik SosmanMerge pull request #1268 from TheBlueMatt/2022-01-balan...
2022-02-10 Matt CoralloMake router benchmarks more realistic by not running... 2022-02-router-no-test
2022-02-04 Matt CoralloMerge pull request #1285 from TheBlueMatt/2022-01-remov...
2022-02-03 valentinewallaceMerge pull request #1227 from jkczyz/2021-12-probabilis...
2022-02-03 Jeffrey CzyzDeprecate Scorer in favor of ProbabilisticScorer
2022-02-01 Matt CoralloStore override counterparty handshake limits until... 2022-02-override-handshake-limits
2022-01-27 valentinewallaceMerge pull request #1282 from TheBlueMatt/2022-01-fuzz...
2022-01-26 Matt CoralloMerge pull request #1179 from TheBlueMatt/2021-11-fix...
2022-01-26 Matt CoralloDisconect `announcement_signatures` sending from `fundi...
2022-01-26 Matt CoralloReturn struct, not long tuple, from `Channel::channel_r...
2022-01-26 valentinewallaceMerge pull request #1273 from jkczyz/2022-01-invoice...
2022-01-25 Matt CoralloMove node_id signing of ChannelAnnouncement into Signer
2022-01-24 valentinewallaceMerge pull request #1272 from lightning-signer/2022...
2022-01-24 valentinewallaceMerge pull request #1271 from tnull/rename_payee_struct
2022-01-24 valentinewallaceMerge pull request #1253 from TheBlueMatt/2022-01-backg...
next