-
Notifications
You must be signed in to change notification settings - Fork 16
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
Assert parameterless new
method is defined
#342
Labels
part
Part of a bigger issue
Comments
jawoznia
added a commit
that referenced
this issue
Apr 4, 2024
jawoznia
added a commit
that referenced
this issue
Apr 8, 2024
jawoznia
added a commit
that referenced
this issue
Apr 8, 2024
jawoznia
added a commit
that referenced
this issue
Apr 9, 2024
Merged
kulikthebird
pushed a commit
that referenced
this issue
Apr 16, 2024
## 🤖 New release * `sylvia`: 1.0.0 -> 1.0.1 (✓ API compatible changes) * `sylvia-derive`: 1.0.0 -> 1.0.1 <details><summary><i><b>Changelog</b></i></summary><p> ## `sylvia-derive` <blockquote> ## [1.0.1](sylvia-derive-v1.0.0...sylvia-derive-v1.0.1) - 2024-04-15 ### Added - Assert `new` method defined ([#342](#342)) ### Fixed - Add missing `map_err` on `IntoResponse` result ### Other - Improve error message in `sv::custom` attribute ([#348](#348)) - Improve errors in `sv::messages` attribute ([#345](#345)) - Improve `no instantiation` error message </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
blaze00193
pushed a commit
to blaze00193/CosmWasm-smart-contract
that referenced
this issue
Sep 26, 2024
## 🤖 New release * `sylvia`: 1.0.0 -> 1.0.1 (✓ API compatible changes) * `sylvia-derive`: 1.0.0 -> 1.0.1 <details><summary><i><b>Changelog</b></i></summary><p> ## `sylvia-derive` <blockquote> ## [1.0.1](CosmWasm/sylvia@sylvia-derive-v1.0.0...sylvia-derive-v1.0.1) - 2024-04-15 ### Added - Assert `new` method defined ([#342](CosmWasm/sylvia#342)) ### Fixed - Add missing `map_err` on `IntoResponse` result ### Other - Improve error message in `sv::custom` attribute ([#348](CosmWasm/sylvia#348)) - Improve errors in `sv::messages` attribute ([#345](CosmWasm/sylvia#345)) - Improve `no instantiation` error message </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
new
method is required forsylvia
to dispatch message payload to proper contract method.It most likely should never accept any parameters as those would have to be received in an entry point which has fixed input.
The text was updated successfully, but these errors were encountered: