Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Bumps chia-blockchain from 2.4.4 to 2.5.6.

Release notes

Sourced from chia-blockchain's releases.

2.5.6 Chia blockchain 2025-9-24

Version 2.5.6 of the Chia reference client is now available for download. Upgrading is strongly recommended.

This release includes DrPlotter support, and a few bug fixes for the GUI.

What's Changed

Changed

  • Supported previous harvester protocol for Dr. Plotter users
  • Updated Crowdin translations

Fixed

  • Upgraded electron dependency to 37.3.1 to fix GTK4 issue on some versions of Linux
  • Fixed GUI NFT offer uploads
  • Fixed GUI pooling switch

2.5.6-rc2

What's Changed

Changed

Full Changelog: Chia-Network/chia-blockchain@2.5.6-rc1...2.5.6-rc2

2.5.6-rc1

What's Changed

Changed

Full Changelog: Chia-Network/chia-blockchain@2.5.5...2.5.6-rc1

2.5.5 Chia blockchain 2025-08-19

Note that protocol changes between node, farmer, and harvester will require all entities to be upgraded at the same time to 2.5.5. On a simple one machine setup, this will be handled by the installer. But if you have more complicated topologies with remote farmers or harvesters, you will need to upgrade all components.

Dr. Plotter is currently not compatible with Chia 2.5.5 because of the protocol changes above. Please do not update to Chia 2.5.5 until a compatible version of Dr. Plotter is released.

2.5.5 will also make changes to the blockchain database that are incompatible with previous versions. If you

... (truncated)

Changelog

Sourced from chia-blockchain's changelog.

2.5.6 Chia blockchain 2025-9-24

What's Changed

Changed

  • Supported previous harvester protocol for Dr. Plotter users
  • Updated Crowdin translations

Fixed

  • Upgraded electron dependency to 37.3.1 to fix GTK4 issue on some versions of Linux
  • Fixed GUI NFT offer uploads
  • Fixed GUI pooling switch

2.5.5 Chia blockchain 2025-08-19

Note that protocol changes between node, farmer, and harvester will require all entities to be upgraded at the same time to 2.5.5. On a simple one machine setup, this will be handled by the installer. But if you have more complicated topologies with remote farmers or harvesters, you will need to upgrade all components.

2.5.5 will also make changes to the blockchain database that are incompatible with previous versions. If you run 2.5.5 but later wish to downgrade to an earlier version, you will need to downgrade your database schema by running the following command:

python -c "import sqlite3, sys, os; conn = sqlite3.connect(os.path.expanduser(sys.argv[1])); cursor = conn.execute('UPDATE coin_record SET spent_index = 0 WHERE spent_index = -1'); print(f'Updated {cursor.rowcount} records'); conn.commit(); conn.close()" <path to the db>

Replacing <path to the db> with your actual database path.

What's Changed

Added

  • Add chia dev mempool CLI commands to import, export, and benchmark the mempool
  • Add new error logging if the block cost fails to compute
  • Add dicts to streamable
  • Add independant Full Node RPC Validation Tool (tools\validate_rpcs.py)
  • Add Revocable CAT support to wallet (Chip 38)
  • Add mempool optimizations and fixes in spend deduplication and singleton fast forward.
  • Add mempool vault fast forward support
  • Add unit tests to cover singleton fast forward dynamics
  • Add new optional block creation algorithm to maximize transactions (set config.yaml full_node:block_creation to 1)
  • Add new config setting for block creation timeout (full_node:block_creation_timeout)
  • Add preparation for new plot format and expected hard fork (Chip 48)
  • Add canonical CLVM serialization requirement after expected hard fork

Changed

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [chia-blockchain](https://github.com/Chia-Network/chia-blockchain) from 2.4.4 to 2.5.6.
- [Release notes](https://github.com/Chia-Network/chia-blockchain/releases)
- [Changelog](https://github.com/Chia-Network/chia-blockchain/blob/2.5.6/CHANGELOG.md)
- [Commits](Chia-Network/chia-blockchain@2.4.4...2.5.6)

---
updated-dependencies:
- dependency-name: chia-blockchain
  dependency-version: 2.5.6
  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 python Pull requests that update Python code labels Sep 30, 2025
@socket-security
Copy link

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedchia-blockchain@​2.4.4 ⏵ 2.5.675 +1100100100100

View full report

@socket-security
Copy link

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn Low
chia-blockchain@2.5.6 is a AI-detected potential code anomaly.

Notes: The code is a legitimate KeychainProxy that exchanges requests/responses with a keychain daemon or uses a local Keychain. I found no indicators of deliberately malicious behavior (no obfuscation, no exec/eval, no backdoor). The primary security risk is secret exposure: the proxy reconstructs private keys from entropy/mnemonics received from the daemon, so connecting to an untrusted or compromised daemon (or misconfigured TLS) can lead to private-key disclosure. Also note the provided fragment ends abruptly ('Non'), indicating the snippet may be incomplete — review the full file in the repository before final trust decisions.

Confidence: 0.90

Severity: 0.60

From: requirements.txtpypi/chia-blockchain@2.5.6

ℹ Read more on: This package | This alert | What is an AI-detected potential code anomaly?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: An AI system found a low-risk anomaly in this package. It may still be fine to use, but you should check that it is safe before proceeding.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore pypi/chia-blockchain@2.5.6. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 24, 2025

Superseded by #467.

@dependabot dependabot bot closed this Nov 24, 2025
@dependabot dependabot bot deleted the dependabot/pip/chia-blockchain-2.5.6 branch November 24, 2025 17:43
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant