restake icon indicating copy to clipboard operation
restake copied to clipboard

enroll operators via public key bytes

Open joeabbey opened this issue 2 years ago • 2 comments

it should be possible via https://www.npmjs.com/package/@cosmjs/encoding

to have an operator specify

{
   validator_bytes: "33BA2F9D2BB42A89BDE4A1A38AFBBC0731A5421C",
   operator_bytes: "2D37B29234866C395BD1ECDCAE88BF614D0A6C4B",
}

And then they could be applicable for most chains (there will probably be chains at some point that want to be unique and mess this up though)

joeabbey avatar Mar 05 '22 14:03 joeabbey

Always going to be one chain (probably Nomic). Love this, definitely improve onboarding. We could even just add a script which automates the population of networks.json from the pub key in the interim

tombeynon avatar Mar 05 '22 16:03 tombeynon

evmos ^^

nullmames avatar Mar 06 '22 01:03 nullmames