You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Problem Definition
Data inconsistency in some "contracts" registers.
This was reported in cadence onflow/cadence#2252
Some Accounts have duplicated contract names in the
contract_names
register. This should not be the case.A scan of the network showed that there are only 2 accounts on mainnet and only a few on testnet that have this problem.
mainnet:
Everything points to this being introduced with the initial migration to multiple contracts per account, or by a very old bug.
Proposed Solution
Create a storage migration to fix accounts with this inconsistency.
Definition of Done
For all accounts the
contract_names
register should not contain duplicates.The text was updated successfully, but these errors were encountered: