-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Migrate x/group
to orm v1.
#15295
Comments
Do you have a WIP branch @julienrbrt ? |
Not yet pushed, some things are still not correct, but opening a draft PR soon! |
any update on this? its causing trouble for clients integrating ORM and x/group, as both are registering "orm" as a codespace for their errors, causing application panic. |
We could, for unblocking you, rename the legacy orm error codespace for v0.50. Feel free to submit a PR for that. |
🫡 |
Closing this as group will be refactored another time (during #14403), and we will probably not use orm for consistency with the other modules. |
x/group
currently uses its own ORM. Migratex/group
to use SDK's ORM.Almost done, but noticed while migrating that it is indeed a bit weird to have to use two proto structs (one api v1 for ORM, and map them to the gogo proto generated structs). Although you do get used to it pretty quickly.
The text was updated successfully, but these errors were encountered: