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
Ledge does not support the SIGN_MODE_DIRECT which is the default signing method for cosmos nowadays.
We will need to look into the legacy signing mode amino types (e.g go issue cosmos/cosmos-sdk#8136)
The change is likely limited to the bbnRegistry.ts and the signing calling method to decide to use the legacy one if wallet is leger.
Alternatively, we abandon the default and go with legacy. Pending investigation here.
The text was updated successfully, but these errors were encountered:
Ledge does not support the SIGN_MODE_DIRECT which is the default signing method for cosmos nowadays.
We will need to look into the legacy signing mode amino types (e.g go issue cosmos/cosmos-sdk#8136)
The change is likely limited to the
bbnRegistry.ts
and the signing calling method to decide to use the legacy one if wallet is leger.Alternatively, we abandon the default and go with legacy. Pending investigation here.
The text was updated successfully, but these errors were encountered: