Skip to content

Commit 1584099

Browse files
committed
bump mainnet HIVE_BLOCKCHAIN_VERSION to 1.28.7
Release carrying the p2p fork-tolerance fixes (!2064, !2065): stale blocks from slightly-behind peers no longer trigger punitive mass disconnects (the amplifier behind the 2026-07-09/10 network disruptions), and disconnect notifications stay decodable. Only the mainnet definition is bumped. The testnet and mirrornet definitions (see #838 - the version is defined in three places) are deliberately left untouched: changing the testnet version invalidates the hardcoded block-hash/PoW patterns in the condenser_api unit tests (#839), and this release contains no consensus changes that would warrant it.
1 parent 5cdf66f commit 1584099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libraries/protocol/include/hive/protocol

libraries/protocol/include/hive/protocol/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ using namespace hive::protocol::testnet_blockchain_configuration;
137137
#define HIVE_CHAIN_ID fc::sha256("4200000000000000000000000000000000000000000000000000000000000000")
138138
#else
139139
/// Hive mainnet
140-
#define HIVE_BLOCKCHAIN_VERSION ( version(1, 28, 6) )
140+
#define HIVE_BLOCKCHAIN_VERSION ( version(1, 28, 7) )
141141
#define OLD_CHAIN_ID fc::sha256()
142142
#define HIVE_CHAIN_ID fc::sha256("beeab0de00000000000000000000000000000000000000000000000000000000")
143143
#endif

0 commit comments

Comments
 (0)