Skip to content

Compute channel keys once on startup#3306

Merged
t-bast merged 1 commit into
masterfrom
compute-channel-keys-once-bast
May 7, 2026
Merged

Compute channel keys once on startup#3306
t-bast merged 1 commit into
masterfrom
compute-channel-keys-once-bast

Conversation

@t-bast
Copy link
Copy Markdown
Member

@t-bast t-bast commented May 7, 2026

We compute channel keys when we load and verify channels from our database, and pass them along instead of re-computing them later (which can be expensive when done at scale).

Implemented by @sstone, with small modifications by @t-bast.

Alternative to #3296

We compute channel keys when we load and verify channels from our
database, and pass them along instead of re-computing them later
(which can be expensive when done at scale).

Implemented by @sstone, with small modifications by @t-bast.
@t-bast t-bast merged commit e133015 into master May 7, 2026
1 check passed
@t-bast t-bast deleted the compute-channel-keys-once-bast branch May 7, 2026 14:53
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

Successfully merging this pull request may close these issues.

2 participants