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
The light-client crate currently depends on tokio unconditionally, but this dependency is only used in concrete, tendermint specific instances of the Io and EvidenceReporter traits.
I suggest feature-guarding these implementations, and thus the tokio dependency to not needlessly burden downstream users of the crate.
The text was updated successfully, but these errors were encountered:
The
light-client
crate currently depends ontokio
unconditionally, but this dependency is only used in concrete, tendermint specific instances of theIo
andEvidenceReporter
traits.I suggest feature-guarding these implementations, and thus the
tokio
dependency to not needlessly burden downstream users of the crate.The text was updated successfully, but these errors were encountered: