node icon indicating copy to clipboard operation
node copied to clipboard

Remove `add_v17_message_authorizations` in `start-zetacored.sh` script

Open lumtis opened this issue 1 year ago • 0 comments

Describe the Issue In the https://github.com/zeta-chain/node/pull/2118 PR, a add_v17_message_authorizations method is used in start-zetacored.sh in order to support upgrade tests.

In upgrade tests, the zetacored binary v16 will generate genesis containing authz authorizations for the previous messages for observers. This script is used to add the new v17 message names in the authorizations

After v17 upgrade, this function can be removed

lumtis avatar May 16 '24 12:05 lumtis