-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: Executors #386
feat: Executors #386
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #386 +/- ##
==========================================
+ Coverage 85.48% 86.15% +0.67%
==========================================
Files 37 39 +2
Lines 2639 2789 +150
==========================================
+ Hits 2256 2403 +147
- Misses 383 386 +3 ☔ View full report in Codecov by Sentry. |
9b16355
to
4718249
Compare
7a18d73
to
286b655
Compare
286b655
to
fb4c245
Compare
According to #130 sylvia should provide |
8ca1706
to
b6e3d97
Compare
b6e3d97
to
f086c11
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments to consider before approving
a55a69d
to
a26a68e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small comment, otherwise LGTM
aa93431
to
00cc2ad
Compare
## 🤖 New release * `sylvia`: 1.0.2 -> 1.1.0 * `sylvia-derive`: 1.0.2 -> 1.1.0 <details><summary><i><b>Changelog</b></i></summary><p> ## `sylvia-derive` <blockquote> ## [1.1.0](sylvia-derive-v1.0.2...sylvia-derive-v1.1.0) - 2024-07-12 ### Added - `From` implementation for contract messages of interface messages ([#391](#391)) - Attributes forwarding to message enums and fields ([#388](#388)) - Executors ([#386](#386)) - No ref needed for 'dyn Interface' type in Remote and BoundQuerier ([#382](#382)) - Remove types forwarding to interface in sv::messages ([#361](#361)) ### Other - Update documentation and refactoring ([#393](#393)) - Add trybuild check for two instantiate methods ([#392](#392)) - Update dependecies - Update proc-macro-crate deps </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tomasz Kulik <[email protected]>
## 🤖 New release * `sylvia`: 1.0.2 -> 1.1.0 * `sylvia-derive`: 1.0.2 -> 1.1.0 <details><summary><i><b>Changelog</b></i></summary><p> ## `sylvia-derive` <blockquote> ## [1.1.0](CosmWasm/sylvia@sylvia-derive-v1.0.2...sylvia-derive-v1.1.0) - 2024-07-12 ### Added - `From` implementation for contract messages of interface messages ([#391](CosmWasm/sylvia#391)) - Attributes forwarding to message enums and fields ([#388](CosmWasm/sylvia#388)) - Executors ([#386](CosmWasm/sylvia#386)) - No ref needed for 'dyn Interface' type in Remote and BoundQuerier ([#382](CosmWasm/sylvia#382)) - Remove types forwarding to interface in sv::messages ([#361](CosmWasm/sylvia#361)) ### Other - Update documentation and refactoring ([#393](CosmWasm/sylvia#393)) - Add trybuild check for two instantiate methods ([#392](CosmWasm/sylvia#392)) - Update dependecies - Update proc-macro-crate deps </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tomasz Kulik <[email protected]>
No description provided.