onflow / contract-updater

Enabling delayed contract updates to a wrapped account at or beyond a specified block height
The Unlicense
4 stars 9 forks source link

Update README walkthrough #8

Open sisyphusSmiling opened 9 months ago

sisyphusSmiling commented 9 months ago

Description

The update execution noted in the README walkthrough will not succeed since the update contracts (./contract/test/A_update.cdc, etc.) include hard-coded Test addresses, necessarily so for the Cadence test suite.

Suggested Solution

README should either remove the walkthrough altogether or updated contracts should be segmented between example/ and test/ and updated in flow.json to distinguish test suite and walkthrough hardcoded addresses