-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
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
bug(devnet): expired client local cosmos run with reduced voting time #4407
Comments
on my machine works so to run tests. there is no easy fix |
cc @kollegian |
@dzmitry-lahoda how to reproduce bugs? |
@hoank101 sorry being unclear. changed title. it is about local cosmos and nix. i reduced time of voting and bonding to upload wasm light client fix is to allow setup wasm08 light client as genesis transaction. |
cc @kkast |
stale-issue |
close-issue |
fixed in new repo of nix |
https://t.me/c/1930030171/1557
basically because need to vote to setup light client to centauri, needed to reduce bonding (vote time >= bond), and relayer trust period is <= bond, so it is under minute, and relayer sometimes misses things.
so need to check if upgraded wasm client can do genesis ComposableFi/picasso#371 init to avoid changes to periods
The text was updated successfully, but these errors were encountered: