You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
A new instance of sc_offchain::api::AsyncApi and sc_offchain::api::Api is created for each imported block. The constructor contains CPU-heavy initialization of hyper_rustls that involves fetching and validating SSL certificates from the store. This should be optimized so that initialization is only performed once or API instance is reused.