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

remove gaia dependency #52

Merged
merged 4 commits into from
May 2, 2022
Merged

remove gaia dependency #52

merged 4 commits into from
May 2, 2022

Conversation

lukitsbrian
Copy link
Contributor

Do we ever use store.Cdc anywhere?

Removing gaia.MakeCodecs will allow us to use newer versions of the cosmos sdk wherever utils are imported.

Copy link
Contributor

@DeshErBojhaa DeshErBojhaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UTACK!!

Copy link
Contributor

@Pitasi Pitasi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utack (we can revert is something foes wrong)

also I consider this utils module an anti pattern since we share a single "utils" module that mixes too much logic from different concepts (db, redis, sdk stuff) and we lose track of what's used and what's not. So everything that can be moved out of this package looks good to me 😛
If we want to maintain a single utile repo maybe we can have multiple go.mods for the different areas, we'll need to think about the implications of doing so though

@mergify mergify bot merged commit a207827 into main May 2, 2022
@mergify mergify bot deleted the bump-gaia-version branch May 2, 2022 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants