Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split out verifier parts of tendermint-light-client to a separate no_std compliant crate #1027

Closed
Tracked by #1158
soareschen opened this issue Nov 24, 2021 · 0 comments · Fixed by #1071
Closed
Tracked by #1158
Assignees
Labels
enhancement New feature or request

Comments

@soareschen
Copy link
Contributor

The ibc crate now uses tendermint-light-client to verify IBC light clients. However tendermint-light-client also contains many other logic that require use of std.

We should move out the verifier part of the code into a crate like tendermint-light-client-verifier, so that it is easier to support no_std in that crate and leave tendermint-light-client to continue using std.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant