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 works now, and we just need to update the contract code to use it.
I will add a bunch of checkboxes and tick them off as I port the contract code (I did a few during other refactorings)
Note: this is a long background process. Let's update contracts one by one as we refactor them (a bit like updating them all to storage-plus)
With
StdError::PartialEq
implementation from CosmWasm/cosmwasm#662, we can replace lots of statements like:with simpler statements like:
It requires
#[derive(PartialEq)]
onContractError
and the above-mentioned support forStdError
Contracts to update:
The text was updated successfully, but these errors were encountered: