This document will contain the working instructions for deploying FIP 39 onto the main net version of the FIO core and FIO contracts. Any issues discovered will be included here.
Branches used in rollout testing
branch name is indicated in dev spec
Actions added
updcryptkey added to fio.address contract
Fees added
none
Contracts for deployment
fio.address
Instructions for contract rollout
on test net run the smoke tests which should now contain tests that use alternate keys for encryption.
on main net
verify that the action is present in get_actions (updcryptkey).
verify that contracts contain the new code for this new action
OR
use a main net account to verify that alternate keys can now be used without issue.
0 Comments