We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a127f86 commit ae633cbCopy full SHA for ae633cb
MIGRATING.md
@@ -125,6 +125,14 @@ major releases of `cosmwasm`. Note that you can also view the
125
+CosmosMsg::Any(AnyMsg { type_url, value })
126
```
127
128
+- Replace all direct construction of `StdError` with use of the corresponding
129
+ constructor:
130
+
131
+ ```diff
132
+ -StdError::GenericErr { msg }
133
+ +StdError::generic_err(msg)
134
+ ```
135
136
## 1.4.x -> 1.5.0
137
138
- Update `cosmwasm-*` dependencies in Cargo.toml (skip the ones you don't use):
0 commit comments