-
Notifications
You must be signed in to change notification settings - Fork 128
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
[v3] Client ICQ #273
[v3] Client ICQ #273
Conversation
return nil, fmt.Errorf("failed to unmarshal genesis file: %w", err) | ||
} | ||
|
||
if err := dyno.Set(g, dayEpochLen, "app_state", "epochs", "epochs", dayEpochIndex, "duration"); err != nil { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
til dyno
this is a nice way to deal with this in go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't used dyno
. It seems fine for our use case.
I've also had success with http://jsoniter.com/migrate-from-go-std.html and https://github.com/Jeffail/gabs for other options if dyno
ever gives us trouble.
5a26953
to
5ae726b
Compare
9a2f4b6
to
69b59fd
Compare
…unt. Pass bech flag to KeyBech32. faucet reqs in parallel. link paths in parallel.
…channel packets fix
69b59fd
to
785dbde
Compare
Closing this as this test has been added to the relayer along with stride ICQ support cosmos/relayer#1076 |
No description provided.