Update chia-bls and chia-sha2 to 0.36.1 - #756
Merged
Merged
Conversation
Aligns clvmr's chia-bls (was 0.28.1) and chia-sha2 (was 0.34.0) with the versions used by chialisp, clvm-traits, and clvm-utils. This eliminates duplicate chia-bls/chia-sha2/chia-traits/ chia_streamable_macro crates in downstream lock files.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Coverage Report for CI Build 24111667623Coverage remained the same at 87.497%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
emlowe
approved these changes
Apr 8, 2026
Contributor
|
@BugBot review |
Bugbot couldn't runBugbot is not enabled for your user on this team. Ask your team administrator to increase your team's hard limit for Bugbot seats or add you to the allowlist in the Cursor dashboard. |
Member
|
@BugBot review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 460ac8f. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Aligns clvmr's chia-bls (was 0.28.1) and chia-sha2 (was 0.34.0) with the versions used by chialisp, clvm-traits 0.36.1, and clvm-utils 0.36.1. This eliminates duplicate chia-bls/chia-sha2/chia-traits/chia_streamable_macro crates in downstream lock files.
All 864 existing tests pass with no code changes needed.
Note
Medium Risk
Upgrades cryptography-related dependencies (
chia-bls,chia-sha2and transitiveblst/traits/macro crates), which could subtly affect hashing/signature behavior despite no code changes.Overview
Updates workspace dependency versions for
chia-blsandchia-sha2to0.36.1.Refreshes
Cargo.lockto align transitive crates (notablyblst,chia-traits, andchia_streamable_macro) and removes older duplicatechia-sha2entries, so downstream builds resolve a single consistent set of Chia crypto crates.Reviewed by Cursor Bugbot for commit 460ac8f. Bugbot is set up for automated code reviews on this repo. Configure here.