Skip to content
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

fix light client topic subscriptions #6351

Merged
merged 1 commit into from
Jun 14, 2024
Merged

Conversation

etan-status
Copy link
Contributor

Using let contextFork = consensusFork no longer seems to work to avoid capturing the var loop variable; it ends up being Electra for all handlers. Use closureScope as a more sustainable fix.

Using `let contextFork = consensusFork` no longer seems to work to avoid
capturing the `var` loop variable; it ends up being `Electra` for all
handlers. Use `closureScope` as a more sustainable fix.
Copy link

Unit Test Results

         9 files  ±0    1 325 suites  ±0   33m 39s ⏱️ + 4m 45s
  4 986 tests ±0    4 638 ✔️ ±0  348 💤 ±0  0 ±0 
20 814 runs  ±0  20 410 ✔️ ±0  404 💤 ±0  0 ±0 

Results for commit b018605. ± Comparison against base commit 81e6fe5.

@tersec tersec merged commit b6d6247 into unstable Jun 14, 2024
15 checks passed
@tersec tersec deleted the dev/etan/lc-closurescope branch June 14, 2024 00:45
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