onflow/flow-core-contracts

EPOCHS: Change Epoch metadata dictionary to storage

Closed this issue · 0 comments

Issue To Be Solved

As the epoch metadata field gets larger, loading the epoch contract will get more and more time-consuming. Need to make it more efficient

Suggest A Solution

  • Add a metadata storage path
  • Change the epochMetadata field to a function that loads and saves to storage