-
Notifications
You must be signed in to change notification settings - Fork 431
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
Messages return TypeSpec
directly
#1999
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1999 +/- ##
==========================================
+ Coverage 53.24% 53.27% +0.03%
==========================================
Files 220 220
Lines 6846 6845 -1
==========================================
+ Hits 3645 3647 +2
+ Misses 3201 3198 -3 ☔ View full report in Codecov by Sentry. |
🦑 📈 ink! Example Contracts ‒ Changes Report 📉 🦑These are the results when building the
Link to the run | Last update: Mon Nov 20 20:42:32 CET 2023 |
* Messages return TypeSpec directly * arrange changelog * remove `Option` in `ReturnTypeSpec` + adjust tests * remove rubbish * fix tests * fix docs
Summary
Closes #1515
cargo-contract
orpallet-contracts
?Just a minor code refactoring.
Similarly to constructors, messages return
TypeSpec
directly due to the introduction ofLangError
Checklist before requesting a review
CHANGELOG.md