Skip to content

Lightning Specification Meeting 2025/05/19 #1258

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
7 of 24 tasks
t-bast opened this issue May 15, 2025 · 2 comments
Closed
7 of 24 tasks

Lightning Specification Meeting 2025/05/19 #1258

t-bast opened this issue May 15, 2025 · 2 comments

Comments

@t-bast
Copy link
Collaborator

t-bast commented May 15, 2025

The meeting will take place on Monday 2025/05/19 at 8pm UTC (5:30am Adelaide time) on Libera Chat IRC #lightning-dev. It is open to the public.

A video link is available for higher bandwidth communication: https://meet.jit.si/Lightning-Spec-Meeting

Recently Updated Proposals / Seeking Review

This section contains changes that have been opened or updated recently and need feedback from the meeting participants.

Stale Proposals

This section contains pending changes that may not need feedback from the meeting participants, unless someone explicitly asks for it during the meeting. These changes are usually waiting for implementation work to happen to drive more feedback.

Waiting for interop

This section contains changes that have been conceptually ACKed and are waiting for at least two implementations to fully interoperate.
They most likely don't need to be covered during the meeting, unless someone asks for updates.

Long Term Updates

This section contains long-term changes that need review, but require a substantial implementation effort.

@t-bast t-bast pinned this issue May 15, 2025
@brh28
Copy link

brh28 commented May 19, 2025

I opened a draft PR this past week for option_path_query and would love to get some eyes on it: #1259

@Roasbeef
Copy link
Collaborator

invoice validation strictness:

  • added constraint to make sure that d and h are the proper length
  • also fail to make sure that

quic chatter:

"infinite" gossip loop:

  • make sure that you don't ping pong announcement signatures forever between each other
  • edge case re announcement signature:
    • we send ann sig, you disconnect, I send again, you should send yours again
    • impls should make sure they handle this case
  • matters more for splicing, as if you don't get the chan ann propagated within 12 blocks, then can lose the rep

splicing:

  • updated thinking re zero conf usage
    • limits on the number of RBF bumps that can be outstanding (limited to 20)
  • have cross compat with the batch sig stuff now with CLN, working w/ LDK

attributable failures:

  • have an impl in eclair, tested w/ LDK, looking pretty good re interop
  • attribute data:
    • would we be interested in having the attribute data in update fulfil as well
    • why only for failures? makes sense to do it for succesful payments as well (more info re how fast a given node is)
  • privacy concerns re latency
    • incentives to batch/fuzz in general
    • centralization pressure re latency optimization for path finding
    • should nodes set some min value?
  • encoding questions:
    • send the actual number?
    • bucket it?
    • number minus some constant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants