Skip to content
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]: Unable to decode transactions signed with secp256r1 #19963

Closed
1 task done
BOSEES opened this issue Apr 5, 2024 · 2 comments
Closed
1 task done

[Bug]: Unable to decode transactions signed with secp256r1 #19963

BOSEES opened this issue Apr 5, 2024 · 2 comments
Labels

Comments

@BOSEES
Copy link

BOSEES commented Apr 5, 2024

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

This issue was found in theta-testnet-001.

I expected to be able to look up the transaction to see the details, but the node couldn't interpret it.

Cosmos SDK Version

v0.47.10-ics-lsm

How to reproduce?

Query Theta-testnet-001 for that transaction, either API or RPC.
Alternatively, you can use the GAIAD CLI to decode the TX and see the same result.

The Tx:

  • DEA1F7244D5B978F2C61B77E6429B04742D8D65C7558ED91D3ADF9EC414471E7
  • 48E9097624923066381736A0739FDD7E95F63C5B09BFFDFF2CB2289DD0DC9CB5

ex)

gaiad q tx DEA1F7244D5B978F2C61B77E6429B04742D8D65C7558ED91D3ADF9EC414471E7

return,

Error: secp256r1.ecdsaPK declared custom type ecdsaPK but it is not convertible to <nil>
@BOSEES BOSEES added the T:Bug label Apr 5, 2024
@BOSEES BOSEES changed the title [Bug]: Unable to decode transactions signed with secp256k1. [Bug]: Unable to decode transactions signed with secp256r1. Apr 5, 2024
@BOSEES BOSEES changed the title [Bug]: Unable to decode transactions signed with secp256r1. [Bug]: Unable to decode transactions signed with secp256r1 Apr 5, 2024
@MSalopek
Copy link
Contributor

MSalopek commented Apr 5, 2024

Possibly related to this #19956?

@tac0turtle
Copy link
Member

closing in favour of #19956

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants