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

v1.13: removes lazy-static thread-pool from sigverify-shreds (backport of #30787) #30837

Closed
wants to merge 1 commit into from

Conversation

behzadnouri
Copy link
Contributor

- This is manual v1.13 backport of
- https://github.com/solana-labs/solana/pull/30787

removes lazy-static thread-pool from sigverify-shreds #30787

Instead the thread-pool is passed explicitly from higher in the call stack so that
#30786
can use the same thread-pool for shred deduplication.

(cherry picked from commit c6e7aaf)

…t of solana-labs#30787)

removes lazy-static thread-pool from sigverify-shreds solana-labs#30787

Instead the thread-pool is passed explicitly from higher in the call
stack so that
solana-labs#30786
can use the same thread-pool for shred deduplication.

(cherry picked from commit c6e7aaf)
@codecov
Copy link

codecov bot commented Mar 21, 2023

Codecov Report

❗ No coverage uploaded for pull request base (v1.13@7b39319). Click here to learn what that means.
The diff coverage is 93.7%.

@@           Coverage Diff            @@
##             v1.13   #30837   +/-   ##
========================================
  Coverage         ?    81.6%           
========================================
  Files            ?      618           
  Lines            ?   169613           
  Branches         ?        0           
========================================
  Hits             ?   138432           
  Misses           ?    31181           
  Partials         ?        0           

@github-actions github-actions bot added the stale [bot only] Added to stale content; results in auto-close after a week. label Apr 5, 2023
@github-actions github-actions bot closed this Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale [bot only] Added to stale content; results in auto-close after a week.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant