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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
In fn dissolve_pool, the corresponding pool metadata has to be removed as well.
Currently, we forget to do this.
Also requires a small migration: iterate over all metadatas, if one does not have a corresponding bonded_pool, delete it. The migration could also be executed manually with providing the right system::kill_storage.
The text was updated successfully, but these errors were encountered:
In
fn dissolve_pool
, the corresponding pool metadata has to be removed as well.Currently, we forget to do this.
Also requires a small migration: iterate over all metadatas, if one does not have a corresponding bonded_pool, delete it. The migration could also be executed manually with providing the right
system::kill_storage
.The text was updated successfully, but these errors were encountered: