We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tendermint-testgen
no_std
It would be great if the tendermint-testgen crate supported no_std. This is currently a blocker in ibc-rs for making our mocks feature no_std.
mocks
tendermint-testgen = {version = "0.x", default-features = false }
doesn't link std.
std
The text was updated successfully, but these errors were encountered:
ibc-testkit
@plafer do you perhaps have capacity to implement this?
Sorry, something went wrong.
Yes, happy to do it whenever I find the time. However, note that this is not high priority in ibc-rs right now.
plafer
No branches or pull requests
Description
It would be great if the
tendermint-testgen
crate supportedno_std
. This is currently a blocker in ibc-rs for making ourmocks
featureno_std
.Definition of "done"
doesn't link
std
.The text was updated successfully, but these errors were encountered: