This document will contain the working instructions for deploying FIP 38 39 onto the main net version of the FIO core and FIO contracts. Any issues discovered will be included here.
FIP-38 – there are new fees for this FIP. as well as a new ram bump.
Fee : the Fee for this new action will be set identically to the transfer_fio_pub_key call.
2 FIO will be used for dev and rollout. the present fee for transfer pub key is 1.76xxxx FIO, this value should be fine to use for rollout (bps will vote on the fee quickly)….
RAM Bump : the RAM bump will be 0. since we are making an account other than ourselves state use is none. a ram bump value of 0 and standard FIO ram bump logic will be added to permit easy adaptation should a ram bump be needed in the future for any reason for this call.
Branches used in rollout testing
fio repo new getter and endoint added, branch name is indicated in dev spec
Actions added
newfioacc
in updcryptkey added to fio.
system.address contract
Fees added
new_fio_chain_account
set this same as transfer_fio_pub_key
none
Contracts for deployment
fio.system –
fio.token --
changes to other contracts my be evident as a result of the changes to fio.common.address
Instructions for contract rollout
...