onflow / flow-emulator

The Flow Emulator is a lightweight tool that emulates the behaviour of the real Flow network
https://onflow.org
Apache License 2.0
84 stars 49 forks source link

`--contracts` command in C1.0 CLI deploys old versions of important contracts #690

Open joshuahannan opened 1 month ago

joshuahannan commented 1 month ago

Problem

When using the --contracts flag with the flow-c1 CLI to deploy important contracts, some of them like NFTStorefrontV2 still use old versions.

Steps to Reproduce

Acceptance Criteria

Make sure all contracts that are deployed are the Cadence 1.0 versions

Context

Community members cannot test with the latest versions of these contracts in the emulator

chasefleming commented 1 month ago

Can you post this on the emulator repo issues please? I think that's where this is coming from.