Bump chia rs 0.44.0#20923
Merged
Merged
Conversation
0660579 to
7c9679e
Compare
5c27185 to
5415ddf
Compare
5415ddf to
89ce859
Compare
da7ba75 to
5a6c0e3
Compare
Contributor
Author
|
@cursor 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 5a6c0e3. Configure here.
Coverage Report for CI Build 26505135121Coverage decreased (-0.006%) to 91.494%Details
Uncovered Changes
Coverage Regressions31 previously-covered lines in 9 files lost coverage.
Coverage Stats💛 - Coveralls |
5a6c0e3 to
6a3288b
Compare
6a3288b to
f8b3514
Compare
almogdepaz
reviewed
May 21, 2026
almogdepaz
reviewed
May 21, 2026
075d0a9 to
d3ff8e0
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d3ff8e0. Configure here.
d3ff8e0 to
3cee5a8
Compare
almogdepaz
previously approved these changes
May 25, 2026
3cee5a8 to
bbeea45
Compare
almogdepaz
approved these changes
May 27, 2026
Contributor
|
cmmarslender
approved these changes
May 27, 2026
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.

Purpose:
Bump chia_rs to the latest version. There are 3 major changes:
chia-pos2has been updated and the plot proofs have changed, to the test-cache is updatedchia-pos2now supports a "testnet" flag for v2 plots. v1 plots would distinguish testnet plots from mainnet by using different k-sizes. testnet would support much smaller plots. With v2, k is the same for testnet and mainnet. In order to be able to make testnet plots that are not compatible with mainnet, we now distinguish based on a new Consensus Constant,TESTNET.Note
Medium Risk
Touches consensus pre-validation, proof-of-space validation, and plot tooling with a dependency bump; incorrect TESTNET wiring could affect v2 plot validity across networks.
Overview
Bumps chia-rs to 0.44.0 and refreshes CI test-cache artifacts to 0.45.20 so v2 plot proofs match the updated
chia-pos2behavior.Error messages: Block generator and pre-validation paths now consume the extra string return from
run_block_generator/run_block_generator2.PreValidationResultgainserror_msg, and full-node / mempool / RPC logging plusConsensusErrorsurface those details alongsideErrcodes.Testnet v2 plots: Adds consensus constant
TESTNET(defaultFalse; non-mainnet networks getTESTNET=Truevia overrides). V2 plot create/solve/validate paths passtestnetfrom constants or config so testnet plots are not valid on mainnet when k is shared.Tests and simulator tooling are updated for the new APIs and exception shapes from chia-rs/clvm.
Reviewed by Cursor Bugbot for commit bbeea45. Bugbot is set up for automated code reviews on this repo. Configure here.