-
Notifications
You must be signed in to change notification settings - Fork 82
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
chore: More rigorous CosmWasm check and upgrade dependencies #992
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #992 +/- ##
=======================================
Coverage 70.86% 70.86%
=======================================
Files 178 178
Lines 17918 17918
=======================================
Hits 12698 12698
Misses 5220 5220 ☔ View full report in Codecov by Sentry. |
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.
Hey @dzmitry-lahoda, thanks for the improvements!
The primitive-types/std
glitch should be fixed on the parity-common
. I've opened this PR there and tested locally. It worked.
Let's wrap up the acceptable changes of this PR. But we'll keep issue #991 open until parity's sorted.
.changelog/unreleased/improvements/992-making-cosmwasm-compile-apps-transfers.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Farhad Shabani <Farhad.Shabani@gmail.com> Signed-off-by: dzmitry-lahoda <dzmitry@lahoda.pro>
Co-authored-by: Farhad Shabani <Farhad.Shabani@gmail.com> Signed-off-by: dzmitry-lahoda <dzmitry@lahoda.pro>
…-apps-transfers.md Co-authored-by: Farhad Shabani <Farhad.Shabani@gmail.com> Signed-off-by: dzmitry-lahoda <dzmitry@lahoda.pro>
Signed-off-by: dzmitry-lahoda <dzmitry@lahoda.pro>
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.
👌🏻
* clean up * remaining * up * spelling * true check * better nix - features enabled + gh cache integration * flag * Update ci/cw-check/Cargo.toml Co-authored-by: Farhad Shabani <Farhad.Shabani@gmail.com> Signed-off-by: dzmitry-lahoda <dzmitry@lahoda.pro> * Update ci/cw-check/README.md Co-authored-by: Farhad Shabani <Farhad.Shabani@gmail.com> Signed-off-by: dzmitry-lahoda <dzmitry@lahoda.pro> * Update .changelog/unreleased/improvements/992-making-cosmwasm-compile-apps-transfers.md Co-authored-by: Farhad Shabani <Farhad.Shabani@gmail.com> Signed-off-by: dzmitry-lahoda <dzmitry@lahoda.pro> * Update Cargo.toml Signed-off-by: dzmitry-lahoda <dzmitry@lahoda.pro> --------- Signed-off-by: dzmitry-lahoda <dzmitry@lahoda.pro> Co-authored-by: Farhad Shabani <Farhad.Shabani@gmail.com>
Closes: #991
Description
Parity primitives-types are disallowed for wasm32 and std.
But because in wasm32 std and no std bind to same types, can use parity types without std in wasm32 or native.
In case of when std != no_std (for example Solana), it is not wasm and no_std, so it should work too.
PR author checklist:
unclog
.docs/
).Reviewer checklist:
Files changed
in the GitHub PR explorer.