-
Notifications
You must be signed in to change notification settings - Fork 124
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
Iqlusion gen tx #177
base: main
Are you sure you want to change the base?
Iqlusion gen tx #177
Conversation
We're getting the following error trying to use legacy amino multisignatures with our Ledger-based custody setup:
Unfortunately to our knowledge there is not a Ledger app which supports the new Protobuf-based signature format. I'm not sure if this was removed from Tendermint itself, or if you need additional logic to support it, but it's worked with every other chain we validate on. |
Curiously, this guide makes it look as if it should work: https://github.com/tharsis/evmos/blob/23a445a/docs/guides/keys-wallets/multisig.md#step-4-create-multisignature |
@tony-iqlusion that guide was probably written back when |
So it seems we're not going to be able to use the original account address we provided because it's using We are looking into either signing an EIP712 message with a Ledger or attempting to move to a software-backed multisig account. Is it OK that the address will no longer match what we originally provided? |
Alternatively, if it seems like EIP712 + Ledger + multisig will be supported in the near future, perhaps we could create our validator some time after genesis when it is supported. |
No description provided.