Add notes about SCID alias rotation to `ChannelDetails` docs
[rust-lightning] / lightning / src / ln / channelmanager.rs
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-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...
2022-01-22 Matt CoralloMerge pull request #1250 from vss96/sanity_check
2022-01-22 vss96Sanity check for ChannelManager and KeysInterface
2022-01-21 Elias RohrerRename `Payee` to `PaymentParameters`
2022-01-14 Matt CoralloMerge pull request #1238 from TheBlueMatt/2022-01-locko...
2022-01-14 Matt CoralloMerge pull request #1229 from lightning-signer/2021...
2022-01-12 Matt CoralloMake lockorder consistent in channelmanager
2022-01-11 Matt CoralloMerge pull request #1013 from TheBlueMatt/2021-07-warni...
2022-01-11 Matt CoralloSend warning messages when appropriate in gossip handli...
2022-01-06 Matt CoralloMerge pull request #1223 from lightning-signer/2021...
2022-01-03 Matt CoralloMerge pull request #1220 from TheBlueMatt/2021-12-stale...
2021-12-29 Matt CoralloMerge pull request #1225 from hackerrdave/update-repo...
2021-12-27 hackerrdaveupdate repo name to use lightningdevkit
2021-12-17 Matt CoralloMerge pull request #1217 from TheBlueMatt/2021-12-0... v0.0.104
2021-12-17 Matt CoralloMerge pull request #1216 from valentinewallace/2021...
2021-12-17 Valentine Wallaceinbound_payment: Add utility to get payment preimage...
2021-12-17 Valentine Wallaceinbound_payment: DRY verify method for use in getting...
2021-12-17 Valentine Wallacecreate_inbound_payment: warn about dup hashes
2021-12-17 Valentine WallaceSalt inbound payment ExpandedKey
2021-12-17 Matt CoralloMerge pull request #1177 from valentinewallace/2021...
2021-12-16 Valentine WallaceDrop need to store pending inbound payments
2021-12-16 Valentine WallaceMacro-ize checking that the total value of an MPP's...
2021-12-16 Matt CoralloMerge pull request #1212 from TheBlueMatt/2021-12-timeo...
2021-12-16 Matt CoralloDrop `allow_wallclock_use` feature in favor of simply...
2021-12-15 Matt CoralloMerge pull request #1148 from dunxen/2021-11-new-onion...
2021-12-15 Conor OkusMerge pull request #1211 from ConorOkus/2021-11-add...
next