-
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
feat: Pass payload while building SubMsg #442
feat: Pass payload while building SubMsg #442
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat/replies #442 +/- ##
================================================
- Coverage 72.41% 72.18% -0.24%
================================================
Files 56 56
Lines 3542 3577 +35
================================================
+ Hits 2565 2582 +17
- Misses 977 995 +18 ☔ View full report in Codecov by Sentry. |
a817154
to
e3ad0e3
Compare
c5ee0d8
to
d9b3a63
Compare
e3ad0e3
to
f7b63d7
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.
👍
sylvia/tests/reply.rs
Outdated
.remote_instantiated() | ||
.with_payload(to_json_binary(&payload)?); | ||
.remote_instantiated(to_json_binary(&payload)?)?; | ||
// Blocked by https://github.com/CosmWasm/cw-multi-test/pull/216. |
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.
Let's add a TODO mark and URL to an issue that will solve this blocked part
df259f2
to
f7b63d7
Compare
f7b63d7
to
7554c9f
Compare
015b707
to
61f1e0f
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.
Lgtm
close #441