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
should use a prefixed store, and not commit directly at the root of the contract. this will allow for more easily iterating the store, and remove any potential collisions with other storages in the contract.
this should probably be implemented as part of the migration to depolama (#3919)
The text was updated successfully, but these errors were encountered:
this function:
union/cosmwasm/ibc-union/core/src/contract.rs
Lines 1709 to 1712 in 540e4f6
should use a prefixed store, and not commit directly at the root of the contract. this will allow for more easily iterating the store, and remove any potential collisions with other storages in the contract.
this should probably be implemented as part of the migration to depolama (#3919)
The text was updated successfully, but these errors were encountered: