Skip to content

Bump chia-bls from 0.38.2 to 0.47.0 - #564

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/chia-bls-0.47.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/chia-bls-0.47.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor

Bumps chia-bls from 0.38.2 to 0.47.0.

Release notes

Sourced from chia-bls's releases.

0.47.0

What's Changed

Full Changelog: Chia-Network/chia_rs@0.46.0...0.47.0

0.46.0

What's Changed

Full Changelog: Chia-Network/chia_rs@0.45.0...0.46.0

0.45.1

What's Changed

Full Changelog: Chia-Network/chia_rs@0.45.0...0.45.1

0.45.0

What's Changed

Full Changelog: Chia-Network/chia_rs@0.44.0...0.45.0

... (truncated)

Commits
  • 0660466 Merge pull request #1503 from Chia-Network/bump-0.47.0
  • 8612fed bump version to 0.47.0
  • 6cceddf Merge pull request #1502 from Chia-Network/new-cost-model
  • ddefb84 update get_flags_for_height_and_constants
  • 6fb8bdb bump clvmrs
  • d2f4b6a enable new cost model
  • 0d3166e Merge pull request #1501 from Chia-Network/generator-buffer-type
  • de58949 correct transactions_generator_buffer type to be bytes instead of list[uint8]
  • 8d1fa1d [CHIA-3823] Add INTERNED_GENERATOR consensus path + serde_2026 prefix guard (...
  • cdf6d64 Merge pull request #1498 from Chia-Network/fast-forward
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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
A large jump in a BLS/crypto stack dependency can change serialization or crypto behavior at runtime even without local code edits; dual versions in the lockfile add compile/link surface. Limited direct API use in chialisp lowers but does not remove that risk.

Overview
Bumps the direct chia-bls dependency from 0.38.2 to 0.47.0 in Cargo.toml, with Cargo.lock updated so chialisp resolves to the new crate set (chia-sha2, chia-traits, chia_streamable_macro at 0.47.0 and thiserror 2.x on that path).

The lockfile now carries two chia-bls versions: 0.47.0 for this package and 0.38.2 still pulled in by clvmr. There are no Rust source changes in this PR; usage stays on chia_bls::PublicKey and hash_to_g1 in the CLVM/BLS tests and type compatibility layer.

Upstream 0.47.0 includes consensus/serialization work (e.g. serde_2026, interned generator paths, cost model changes). Those affect behavior only where this crate calls into the new chia-bls APIs—not via edits here.

Reviewed by Cursor Bugbot for commit 0a9aae4. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [chia-bls](https://github.com/Chia-Network/chia_rs) from 0.38.2 to 0.47.0.
- [Release notes](https://github.com/Chia-Network/chia_rs/releases)
- [Commits](Chia-Network/chia_rs@0.38.2...0.47.0)

---
updated-dependencies:
- dependency-name: chia-bls
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added Changed Required label for PR that categorizes merge commit message as "Changed" for changelog dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 18, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedcargo/​chia-bls@​0.47.010010093100100

View full report

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 0a9aae4. Configure here.

Comment thread Cargo.toml
[dependencies]
binascii = "0.1.4"
chia-bls = "0.38.2"
chia-bls = "0.47.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stale wasm lockfile after bump

Low Severity

Root chia-bls is bumped to 0.47.0, but wasm/Cargo.lock still only records chia-bls 0.38.2 for the path-dependent chialisp crate. Wasm builds that honor the committed lockfile (for example with --locked) cannot resolve the new requirement, and unlocked builds silently rewrite the lockfile instead of keeping the repo reproducible.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 0a9aae4. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Changed Required label for PR that categorizes merge commit message as "Changed" for changelog dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants