Split out verifier parts of tendermint-light-client
to a separate no_std compliant crate
#1027
Labels
enhancement
New feature or request
The
ibc
crate now usestendermint-light-client
to verify IBC light clients. Howevertendermint-light-client
also contains many other logic that require use ofstd
.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 leavetendermint-light-client
to continue usingstd
.The text was updated successfully, but these errors were encountered: