Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Storage iteration scripts break if they encounter a recovered type #121

Open
sisyphusSmiling opened this issue Sep 10, 2024 · 0 comments
Labels

Comments

@sisyphusSmiling
Copy link
Contributor

Description

Storage iteration scripts such as get_all_vault_info_from_storage.cdc break when encountering a recovered (non-migrated) type

To fix this, scripts should check if a type is recovered using the new Type.isRecovered: Bool, skipping the type if true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Status: 🔖 Ready for Pickup
Development

No branches or pull requests

1 participant