Make the ibc-testkit
work with no_std
#329
Labels
A: blocked
Admin: blocked by another (internal/external) issue or PR
A: good-first-issue
Admin: good for newcomers
A: low-priority
Admin: low priority / non urgent issue, expect longer wait time for PR reviews
S: no-std
Scope: support no_std envs
Supersedes: #318
Blocked on: informalsystems/tendermint-rs#1258
We should have the
ibc-testkit
not requirestd
since there's no fundamental reason why it should. This involves:Timestamp::now()
which reads time from the OS; implement logic to advance time everytime a "mocknow()
" is called instead.no_std
version oftendermint-testgen
when availableThe text was updated successfully, but these errors were encountered: