-
Notifications
You must be signed in to change notification settings - Fork 224
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
Fix latest clippy assertion failures #910
Conversation
Signed-off-by: Thane Thomson <[email protected]>
Signed-off-by: Thane Thomson <[email protected]>
Signed-off-by: Thane Thomson <[email protected]>
Signed-off-by: Thane Thomson <[email protected]>
Signed-off-by: Thane Thomson <[email protected]>
Signed-off-by: Thane Thomson <[email protected]>
Signed-off-by: Thane Thomson <[email protected]>
Signed-off-by: Thane Thomson <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #910 +/- ##
========================================
- Coverage 70.7% 70.7% -0.1%
========================================
Files 203 203
Lines 16217 16222 +5
========================================
- Hits 11478 11470 -8
- Misses 4739 4752 +13
Continue to review full report at Codecov.
|
Signed-off-by: Thane Thomson <[email protected]>
Signed-off-by: Thane Thomson <[email protected]>
Signed-off-by: Thane Thomson <[email protected]>
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.
🚅 💧
@@ -51,7 +51,8 @@ serde_derive = "1.0.106" | |||
sled = { version = "0.34.3", optional = true } | |||
static_assertions = "1.1.0" | |||
thiserror = "1.0.15" | |||
tokio = { version = "1.0", features = ["rt"], optional = true } | |||
# TODO(thane): Unpin this version once Tokio fixes the documentation compiling problem in v1.7+. |
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.
Do we have a tracking issue for this?
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.
Good point, just added #911 👍
Signed-off-by: Thane Thomson <[email protected]>
* Fix changelog entry formatting Signed-off-by: Thane Thomson <[email protected]> * Add link to changelog entry Signed-off-by: Thane Thomson <[email protected]> * Prepare v0.20.0 changelog Signed-off-by: Thane Thomson <[email protected]> * Expand crate name for clarity Signed-off-by: Thane Thomson <[email protected]> * Fix summary wording Signed-off-by: Thane Thomson <[email protected]> * Fix missing closing brace Signed-off-by: Thane Thomson <[email protected]> * Build changelog Signed-off-by: Thane Thomson <[email protected]> * Remove tendermint-light-node from release script Signed-off-by: Thane Thomson <[email protected]> * Bump versions to v0.20.0 Signed-off-by: Thane Thomson <[email protected]> * Update .changelog to reflect incoming changes from #910 Signed-off-by: Thane Thomson <[email protected]> * Remove superfluous breaking changes references Signed-off-by: Thane Thomson <[email protected]> * Rebuild changelog Signed-off-by: Thane Thomson <[email protected]> * Add dates to releases Signed-off-by: Thane Thomson <[email protected]> * Rebuild changelog Signed-off-by: Thane Thomson <[email protected]> * Update .changelog/v0.20.0/summary.md Co-authored-by: Alexander Simmerl <[email protected]> * Update .changelog/v0.20.0/summary.md Co-authored-by: Alexander Simmerl <[email protected]> * Rebuild changelog Signed-off-by: Thane Thomson <[email protected]> * Update .changelog/v0.20.0/summary.md * Rebuild changelog Signed-off-by: Thane Thomson <[email protected]> Co-authored-by: Alexander Simmerl <[email protected]>
Closes #909
.changelog/