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
With recent kzg introduction some kzg logic gets initiated with each t8n call that significantly reduce the performance on all the tests that doesn't need it
Implementation
Investigate if it's possible to run kzg startup logic in t8n only on those tests that request it. (Ex. 4844 tests)