-
Notifications
You must be signed in to change notification settings - Fork 4
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
Integrate with Cosmos SDK v0.50 #18
Comments
Changes on cosmos-sdk v0.50 are causing unexpected errrors on parts of the code that were already working before. The function error is on The error states: `InterfaceRegistry requires a proper address codec implementation to do address conversion' |
You probably need signing options: |
Implemented the optionss, seems it doesn't like it, I will try to register the interface and see how it works |
I think Rosetta should start integrating with v0.50 to be ready to be tagged when Cosmos SDK v0.50 is released.
The text was updated successfully, but these errors were encountered: