You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, I have a huge problem broadcasting transactions on Cosmos using cosmjs and Ledger connected via Keplr wallet.
My code is working as expected for direct Keplr signing but when it comes to Ledger - some messages works and some not. Usually authz ones are the ones that are not working and return enigmatic cosmos error:
BroadcastTxError: Broadcasting transaction failed with code 4 (codespace: sdk).
Log: signature verification failed; please verify account number (1525623),
sequence (0) and chain-id (cosmoshub-4): unauthorized
I've realized that this error is returned when I am trying to brodcast:
Looks like for both I may have wrong amino converters OR this is not supported by sdk, anyone can point me to how such amino converters should look like or examples for SendAuthorization and MsgGrantAllowance with BasicAllowance (Fee grant)?|
These are messages I want to convert using amino (they are working with direct signing):
Hi guys, I have a huge problem broadcasting transactions on Cosmos using cosmjs and Ledger connected via Keplr wallet.
My code is working as expected for direct Keplr signing but when it comes to Ledger - some messages works and some not. Usually authz ones are the ones that are not working and return enigmatic cosmos error:
I've realized that this error is returned when I am trying to brodcast:
Isnt that cosmjs & ledger issue?
EDIT #1
Looks like for both I may have wrong amino converters OR this is not supported by sdk, anyone can point me to how such amino converters should look like or examples for
SendAuthorization
andMsgGrantAllowance
withBasicAllowance
(Fee grant)?|These are messages I want to convert using amino (they are working with direct signing):
#1 Fee grant
#2 Send Grant
PS: MsgGrant converter I was able to create based on restake-ui but with the rest - no luck, any tips and tricks appreciated
The text was updated successfully, but these errors were encountered: