Bump chia-bls from 0.38.2 to 0.45.0 - #811
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [chia-bls](https://github.com/Chia-Network/chia_rs) from 0.38.2 to 0.45.0. - [Release notes](https://github.com/Chia-Network/chia_rs/releases) - [Commits](Chia-Network/chia_rs@0.38.2...0.45.0) --- updated-dependencies: - dependency-name: chia-bls dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Coverage Report for CI Build 28428601509Coverage remained the same at 88.119%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
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.
Bumps chia-bls from 0.38.2 to 0.45.0.
Release notes
Sourced from chia-bls's releases.
... (truncated)
Commits
de5c8b3Merge pull request #1462 from Chia-Network/bump-0.45.0836c123bump version to 0.45.0f11f825Merge pull request #1459 from Chia-Network/truncate-lists5c1bfe3Merge pull request #1457 from Chia-Network/validation-err-transitiondee71dbadd feature to the python bindings to truncate a member vector, by name90cb23eMerge pull request #1458 from Chia-Network/optimize-add-remove7865ac9optimize additions_and_removals()dc18435make check_time_locks() use ValidationErr instead of ErrorCode directly030a07eupdate conditions.rs use of atom() and sanitize_uint()f47a1ebuse ValidationErr instead of naked ErrorCode. This is a step towards merging ...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Medium Risk
BLS is on the cryptographic verification path for clvmr, so a multi-minor upstream bump warrants regression testing even though this PR only changes manifests.
Overview
Bumps the workspace
chia-blsdependency from 0.38.2 to 0.45.0 inCargo.tomland refreshesCargo.lock.The lockfile pulls in matching 0.45.0
chia-traits,chia_streamable_macro, and a secondchia-sha2crate (0.45.0 for the BLS stack) whileclvmr/clvm-fuzzingstill resolvechia-sha2 0.38.2for direct use.chia-bls’s dependency graph also standardizes onthiserror2.x, dropping the old 1.0.69 entries from the lockfile.No Rust source changes—only dependency versions.
Reviewed by Cursor Bugbot for commit 7ff453b. Bugbot is set up for automated code reviews on this repo. Configure here.