-
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
[Bug]: export command fails due to secp256r1.ecdsaPK type #19956
Comments
is someone using r1 on testnet? seems like there is some misconfiguration in the testnet. Users are running and exporting with 0.47.10 with no issues. |
You could also use |
@tac0turtle based on the error it looks like someone is indeed trying to use r1, do you know what could be misconfigured in the testnet? |
The TX that is causing that error actually exists.
Looking at the context, it seems that the SDK codec is not able to interpret the secp256r1 signed TX defined as Any TYPE when trying to decode the TX. |
Is there an existing issue for this?
What happened?
I tried exporting a genesis file from the Cosmos Hub Public Testnet (
theta-testnet-001
) and it resulted in a panic:Cosmos SDK Version
0.47.10
How to reproduce?
theta-testnet-001
network (details here).gaiad export --output-document export.json
The text was updated successfully, but these errors were encountered: