onflow/flow-core-contracts

Eliminate public dictionary and struct assignments in flow-core-contracts

Closed this issue · 0 comments

Issue To Be Solved

With the latest version of cadence, assigning to public arrays and dictionaries is not allowed, so the core contracts need to be upgraded to avoid this.

Suggest A Solution

  • Update to the latest version of cadence and the emulator
  • Update FlowClusterQC to not use this
  • Make sure that other contracts do not use it also