Skip to content

Move config module out from tendermint into its own crate #983

@soareschen

Description

@soareschen

Part of informalsystems/ibc-rs#1158.

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.

Metadata

Metadata

Assignees

Labels

no_stdno_std compatibility

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions