hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
281 stars 125 forks source link

Cleanup migration code and remove feature flag after two successful rekeying and roster adoptions #14766

Open edward-swirldslabs opened 1 month ago

edward-swirldslabs commented 1 month ago

After deployment, validate

  1. the next candidate roster set is keyed successfully before the freeze.
  2. On startup of the next software upgrade, the candidate roster and new ledger id are adopted.
  3. before freeze, the next candidate roster is keyed properly, transferring the ledger id to the next roster.
  4. On startup of the following software upgrade, the candidate roster with the transferred ledger id is adopted without problem.
  5. Merge the migration cleanup code to development to remove the TSS-Ledger-ID feature flag.