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 #980 there are still a few remaining use of std in the tendermint crate, which is mostly consist of filesystem and network operations to retrieve the config files. By moving tendermint::config, tendermint::net and their submodules to a separate crate, we are one step closer to no_std support for the tendermint crate.