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

Tendermint 34 adaptor attempting to base64 decode event attribute #1601

Open
jmrossy opened this issue Jul 22, 2024 · 0 comments
Open

Tendermint 34 adaptor attempting to base64 decode event attribute #1601

jmrossy opened this issue Jul 22, 2024 · 0 comments

Comments

@jmrossy
Copy link

jmrossy commented Jul 22, 2024

When attempting an IBC transfer from Neutron to Celestia, after the transfer is signed and sent by the wallet, the CosmJS Tendermint package attempts to base64 decode a string value that is not base 64, throwing an error. See this line here: https://github.com/cosmos/cosmjs/blob/main/packages/tendermint-rpc/src/tendermint34/adaptor/responses.ts#L117

In my case, a key value of acc_seq is what's being decoded:

Screenshot 2024-07-22 at 12 02 34 PM

I noticed that the Tendermint 37 adaptor does not attempt to decode the event key & value which makes we wonder if maybe the problem is that the wrong adaptor is being used?

Tested on version 0.31.3

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

No branches or pull requests

1 participant