2.5.5 Released! #19970
Pinned
Starttoaster
announced in
Announcements
2.5.5 Released!
#19970
Replies: 2 comments
-
I got: And GUI app won't start. CLI node starts fine. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Will there be an update for DrPlotter (I saw info @ Release page, but is there any information regarding DrPlotter update)? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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:
Replacing
<path to the db>
with your actual database path.What's Changed
Added
chia dev mempool
CLI commands to import, export, and benchmark the mempooltools\validate_rpcs.py
)full_node:block_creation
to1
)full_node:block_creation_timeout
)Changed
coins_added_at_height_cache
cacheitem_inclusion_filter
in the mempoolinvariant_check_mempool
peak_post_processing_2
chia.types.aliases
tochia.server.aliases
chia.consensus
on the modulechia.types
test_check_removals_with_block_creation
to cover both block generator creation versionsrollback_to_block
when we have access to thempyproject.toml
[project]
section (again)test_set_spent
execute_fetchall
in CoinStore'srollback_to_block
new_block
without creating coin recordsrun_new_block_benchmark
test_rollback
_add_coin_records
out of CoinStore and simplify ittest_num_unspent
test_basic_coin_store
_reconsider_peak
new_block
in SpendSim'sfarm_block
instead of custom coin store manipulation@marshal
decoratorfarm_block
clvm
imports_reconsider_peak
to CoinStore'snew_block
to avoid recomputing theminclude_spends
andinclude_block
CATWallet.create_new_cat_wallet
intest_cat_wallet.py
chia-rs
to0.27.0
chiavdf
to1.1.11
clvm
to0.9.14
clvm-tools-rs
to0.1.48
Fixed
Removed
This discussion was created from the release 2.5.5.
Beta Was this translation helpful? Give feedback.
All reactions