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
This issue is part of #1158 to track the no-std support in dependencies that are used by ibc-rs and tendermint-rs. To fully support ibc-rs to be used in no-std environment like Substrate, we must also fix the dependencies by either fixing it upstream, or remove the dependencies from ibc-rs and tendermint-rs and replace them with alternatives that support no_std.
The checks are done by running no-std-check with only the specific unsupported dependency activated. Currently the checks are done from the branch at #1358.
This issue is part of #1158 to track the no-std support in dependencies that are used by ibc-rs and tendermint-rs. To fully support ibc-rs to be used in no-std environment like Substrate, we must also fix the dependencies by either fixing it upstream, or remove the dependencies from ibc-rs and tendermint-rs and replace them with alternatives that support no_std.
The checks are done by running no-std-check with only the specific unsupported dependency activated. Currently the checks are done from the branch at #1358.
ics23
- Upstream fix yet to be merged in https://github.com/informalsystems/ics23/tree/soares/no-std.safe-regex
- Upstream fix yet to be merged in https://github.com/informalsystems/safe-regex.crossbeam-channel
- Requiresstd
and is currently used bytendermint-light-client
.tonic
tonic
from ibc-proto and tendermint-proto--build-tonic
flag to proto-compiler, sync protobuf script, and generate protobuf for std and no_std mode #1439socket2
std
and does not support Wasm targets.getrandom
check-wasm
andcheck-substrate
.ics23
thiserror
thiserror
withflex-error
, but still needs to double check.ibc
crate #1390.regex
check-wasm
andcheck-substrate
.safe-regex
as replacement in Use safe-regex instead of regex for regular expression #1395sled
sled
.tokio
toml
tendermint::config
totendermint-config
crate tendermint-rs#986url
no_std
support for all crates servo/rust-url#717tendermint::config
totendermint-config
crate tendermint-rs#986For Admin Use
The text was updated successfully, but these errors were encountered: