casper-ecosystem / cep18

Implementation of ERC20 token for the CasperLabs platform.
https://casper.network/docs/dapp-dev-guide
Apache License 2.0
26 stars 47 forks source link

Provide a contract upgrade path so that existing contract can benefit from Peregrine lower fees #112

Closed davidatwhiletrue closed 5 months ago

davidatwhiletrue commented 5 months ago

Once the Peregrine upgrade is live, newly installed CEP-18 contracts will benefit from lower transaction fees.

For older contracts to operate with the same lower fees, the owner must upgrade the contract.

A new version of CEP-18 that supports the upgrade path is needed.