-
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
make rosetta-data
command is broken
#12772
Comments
It's frustrating that no one maintains Rosetta in the core team and we have to essentially maintain and deal with the tech debt it incurs. I would love to see Rosetta completely removed from the SDK and into its own module/repo. Thoughts @marbar3778? |
@jleni and the team at zondax will be picking up maintenance of rosetta. We should redo tests and make it work against a version of the sdk and not master as it causes issues. |
Summary of Bug
the
make rosetta-data
command is broken with the following error:what i know:
the panic happens during
simd init
, at this particular line of code in the x/upgrade module:cosmos-sdk/x/upgrade/keeper/keeper.go
Line 396 in 2bec9d2
the command works on v0.46.0, but breaks at the latest main branch (2bec9d2)
if i compile simd and just run
simd init
on my computer (i.e. not inside the docker container used formake rosetta-data
), the initialization works properlythe breaking must have come from one of the PRs that was merged in the last two days, because the bug goes away as soon as i
git reset --hard
those commitsVersion
2bec9d2
Steps to Reproduce
The text was updated successfully, but these errors were encountered: