2.5.5 Released! #19970
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 mempoolCLI commands to import, export, and benchmark the mempooltools\validate_rpcs.py)full_node:block_creationto1)full_node:block_creation_timeout)Changed
coins_added_at_height_cachecacheitem_inclusion_filterin the mempoolinvariant_check_mempoolpeak_post_processing_2chia.types.aliasestochia.server.aliaseschia.consensuson the modulechia.typestest_check_removals_with_block_creationto cover both block generator creation versionsrollback_to_blockwhen we have access to thempyproject.toml[project]section (again)test_set_spentexecute_fetchallin CoinStore'srollback_to_blocknew_blockwithout creating coin recordsrun_new_block_benchmarktest_rollback_add_coin_recordsout of CoinStore and simplify ittest_num_unspenttest_basic_coin_store_reconsider_peaknew_blockin SpendSim'sfarm_blockinstead of custom coin store manipulation@marshaldecoratorfarm_blockclvmimports_reconsider_peakto CoinStore'snew_blockto avoid recomputing theminclude_spendsandinclude_blockCATWallet.create_new_cat_walletintest_cat_wallet.pychia-rsto0.27.0chiavdfto1.1.11clvmto0.9.14clvm-tools-rsto0.1.48Fixed
Removed
This discussion was created from the release 2.5.5.
Beta Was this translation helpful? Give feedback.
All reactions