-
Notifications
You must be signed in to change notification settings - Fork 228
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
Add CI check on no_std compliance for supported tendermint crates #1087
Conversation
Codecov Report
@@ Coverage Diff @@
## v0.23.x #1087 +/- ##
=========================================
- Coverage 67.4% 67.3% -0.1%
=========================================
Files 212 212
Lines 20192 20201 +9
=========================================
+ Hits 13610 13614 +4
- Misses 6582 6587 +5
Continue to review full report at Codecov.
|
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.
Excellent, this looks great @soareschen - thanks! 🎉
) (#1088) * Remove tendermint-rpc dependency from tendermint-light-client-verifier * Add CI check for no-std compliance * Fix path to no-std-check Co-authored-by: Soares Chen <soares.chen@gmail.com>
…formalsystems#1087) * Remove tendermint-rpc dependency from tendermint-light-client-verifier * Add CI check for no-std compliance * Fix path to no-std-check
The crates
tendermint
,tendermint-proto
, andtendermint-light-client-verifier
are now fully no_std compliance with no further changes needed. This PR adds CI check to the respective crates, so that we do not accidentally break no_std support again..changelog/