-
Notifications
You must be signed in to change notification settings - Fork 231
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 <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
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 <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
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 <connect@thanethomson.com>
* Fix changelog entry formatting Signed-off-by: Thane Thomson <connect@thanethomson.com> * Add link to changelog entry Signed-off-by: Thane Thomson <connect@thanethomson.com> * Prepare v0.20.0 changelog Signed-off-by: Thane Thomson <connect@thanethomson.com> * Expand crate name for clarity Signed-off-by: Thane Thomson <connect@thanethomson.com> * Fix summary wording Signed-off-by: Thane Thomson <connect@thanethomson.com> * Fix missing closing brace Signed-off-by: Thane Thomson <connect@thanethomson.com> * Build changelog Signed-off-by: Thane Thomson <connect@thanethomson.com> * Remove tendermint-light-node from release script Signed-off-by: Thane Thomson <connect@thanethomson.com> * Bump versions to v0.20.0 Signed-off-by: Thane Thomson <connect@thanethomson.com> * Update .changelog to reflect incoming changes from #910 Signed-off-by: Thane Thomson <connect@thanethomson.com> * Remove superfluous breaking changes references Signed-off-by: Thane Thomson <connect@thanethomson.com> * Rebuild changelog Signed-off-by: Thane Thomson <connect@thanethomson.com> * Add dates to releases Signed-off-by: Thane Thomson <connect@thanethomson.com> * Rebuild changelog Signed-off-by: Thane Thomson <connect@thanethomson.com> * Update .changelog/v0.20.0/summary.md Co-authored-by: Alexander Simmerl <a.simmerl@gmail.com> * Update .changelog/v0.20.0/summary.md Co-authored-by: Alexander Simmerl <a.simmerl@gmail.com> * Rebuild changelog Signed-off-by: Thane Thomson <connect@thanethomson.com> * Update .changelog/v0.20.0/summary.md * Rebuild changelog Signed-off-by: Thane Thomson <connect@thanethomson.com> Co-authored-by: Alexander Simmerl <a.simmerl@gmail.com>
Closes #909
.changelog/