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
I don't think the UX for this is ok imo, we can't have people dealing with escaping JSON for this.
At least for the next several months, you need to be using --pubkey for using multisigs. (Even the multisig UI works requires you to have made one tx from the multisig via CLI before you can use the CLI :/)
cc #10338 as well. Closed that issue in part because we found a hacky workaround via migrate commands, so didn't realize this is this painful.
Can we at least make it so its a bech32 encoding of the underlying pubkey bytes from the base64?
Summary
Adding a key via a pubkey requires the user to know internal details of how a key is specified.
Problem Definition
Currently, a pubkey is specified with:
A user shouldn't have to read code and tests in order to figure this out (like I had to do) and manually enter escaped JSON into the command line.
Proposal
--algo
option for exceptions, and if it exists assume the pubkey is raw. Do the heavy lifting in code. Don't make the user do it.For Admin Use
The text was updated successfully, but these errors were encountered: