-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Add ModuleHashByHeightQuery
command in server/v2/store
#23019
Comments
ModuleHashByHeightQuery
command in server/v2ModuleHashByHeightQuery
command in server/v2/store
Hey @julienrbrt I want to work on this issue , can you please assign this one to me. |
Hey! That's great thanks! |
Hey @julienrbrt , I was working on this issue from the pull of the main branch but couldn't find the file server/module_hash.go in the main branch, then I tried to add it to server but there are some functions that are also not present in the code , Like the GetServerContextFromCmd also it's type is invalid, I also went through changelogs and found it got replaced. So do I need to pull any other branch for this code to be present . Please clarify these points. |
Hey that code just got deleted from main, you can find it on main in commits from two days ago. Or release/v0.52.x branch. Additionally it needs to use the server/v2 APIs yes, so I'd invite you to check that package, it should have everything you need. |
sure there are some functions, types like GetServerContextFromCmd and those functions and data members are already deleted, am I doing something wrong? Apologies for asking again and again @julienrbrt |
Noticed while doing #23018 that the newly added
ModuleHashByHeightQuery
command in 0.52 doesn't exist in a server/v2 world.cosmos-sdk/server/module_hash.go
Lines 22 to 53 in 4f5c3d8
We should add this command in server/v2/store component: https://github.com/cosmos/cosmos-sdk/tree/main/server/v2/store
The text was updated successfully, but these errors were encountered: