flow-usdc / flow-usdc

A FungibleToken-compatible fiat coin on the Flow blockchain, ERC20-alike with additional support for pausing and blocklisting.
MIT License
20 stars 15 forks source link

WIP: fix(deployment): switching to remove/add instead of update__experimental #25

Closed aphelionz closed 3 years ago

aphelionz commented 3 years ago

This PR swaps out update_experimental for now, favoring remove/add.

Note: This will wipe out all contract state but for now it's fine since it's testnet.

At some point we need to review and discuss https://docs.onflow.org/cadence/language/contract-updatability/ and plan our code around it (making it more upgrade-compatible, if possible)

Fixes #24