AcalaNetwork / chopsticks

Create parallel reality of your Substrate network.
Apache License 2.0
134 stars 80 forks source link

Don't implicit load plugins #512

Closed xlc closed 9 months ago

xlc commented 10 months ago

Add a method to load plugins and call it from the entrypoint. We don't want to load then on import the files to avoid impact of start time on other applications using chopsticks as a library.

ermalkaleci commented 10 months ago

I think we worry about this when this becomes a problem

xlc commented 10 months ago

it is a problem I have with supx. not a big one but extra logs are annoying

ermalkaleci commented 10 months ago

can't we just remove the logs?

xlc commented 10 months ago

Let's fix the problem, not the symptom