-
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
[Documentation]: Documentation for adding Rosetta support for 0.47 is wrong #17608
Comments
Feel free to open a PR targeting the release/v0.47.x branch. Happy to review! |
Will do, thanks. Yes, it is still correct in the context of the type EncodingConfig struct {
InterfaceRegistry types.InterfaceRegistry
Marshaler codec.Codec
TxConfig client.TxConfig
Amino *codec.LegacyAmino
} Thoughts? |
Docs from the SDK follow the SDK patterns, so we should not mind the fact that Ignite names the variable differently. |
I was about to disagree because Ignite was recommended by CosmosSDK... but I just stumbled on #15521. I will prepare something against the v0.47.x branch and stick to SDK patterns. Thanks @julienrbrt! |
Summary
The Rosetta documentation for 0.47 found in 1 is wrong on chains scaffolded by Ignite. I'm uncertain about the correct fix.
The below describes what I did to make it work.
AddCommand
should be located at the end of theinitCmd
function to mimicsimapp
AddCommand
I'm uncertain where the discrepancy between
encodingConfig.Codec
andencodingConfig.Marshaler
comes from, as both are correct in their respective repositories.I can create a PR if someone points me in the right direction for this fix.
The text was updated successfully, but these errors were encountered: