tendermint-rs
tendermint-rs copied to clipboard
`tendermint-testgen`: add support for `no_std`
Description
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.
Definition of "done"
tendermint-testgen = {version = "0.x", default-features = false }
doesn't link std.
@plafer do you perhaps have capacity to implement this?
Yes, happy to do it whenever I find the time. However, note that this is not high priority in ibc-rs right now.