Skip to content

v6.5.2

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jun 20:44
ab13484

This is a non-mandatory upgrade for mainnet, but highly recommended for all validators. It is required for validators running the giga executor.

No operator action is required beyond upgrading the binary.

Highlights

Giga executor: robust fallback for unsupported store iteration (#3563)

Fixes a case where giga nodes could diverge from v2 nodes and halt. Certain transactions (such as SELFDESTRUCT and contract creation over an existing account) trigger store iteration that the giga executor does not support. These transactions now fall back cleanly to the v2 executor, keeping giga-enabled validators byte-for-byte consistent with v2 nodes.

What's Changed

Full Changelog: v6.5.1...v6.5.2