autonity / aut

A command-line RPC client for Autonity
MIT License
11 stars 10 forks source link

Update function `registerValidator` to add `proof` parameter #33

Closed cmjc closed 1 year ago

cmjc commented 1 year ago

PR https://github.com/clearmatics/autonity-internal/pull/180 in the development repo is modifying the existing functionality for validator registration to verify the submitter is the validator operator by generating a proof using the validator's private node key:

This will require update to the existing autcli function register in the aut validator function grouping.

Tasks: