Skip to content
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

Closed
wants to merge 6 commits into from
Closed

[v3] Client ICQ #273

wants to merge 6 commits into from

Conversation

agouin
Copy link
Member

@agouin agouin commented Sep 1, 2022

No description provided.

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 {
Copy link
Member

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

Copy link
Contributor

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.

@agouin agouin changed the title Client ICQ [ibc-go v3] Client ICQ Sep 11, 2022
@agouin agouin changed the title [ibc-go v3] Client ICQ [v3] Client ICQ Sep 14, 2022
@agouin agouin changed the base branch from main to v3 September 14, 2022 09:32
@agouin agouin mentioned this pull request Jan 31, 2023
@agouin
Copy link
Member Author

agouin commented Feb 7, 2023

Closing this as this test has been added to the relayer along with stride ICQ support cosmos/relayer#1076

@agouin agouin closed this Feb 7, 2023
@agouin agouin deleted the andrew/client_icq branch February 7, 2023 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants