tendermint-rs icon indicating copy to clipboard operation
tendermint-rs copied to clipboard

`tendermint-testgen`: add support for `no_std`

Open plafer opened this issue 2 years ago • 2 comments

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 avatar Jan 06 '23 16:01 plafer

@plafer do you perhaps have capacity to implement this?

thanethomson avatar Jan 07 '23 12:01 thanethomson

Yes, happy to do it whenever I find the time. However, note that this is not high priority in ibc-rs right now.

plafer avatar Jan 09 '23 19:01 plafer