IOTA Protocol Weekly - Jul 14, 2026
Jul 14, 2026: Testnet v1.27.0-rc ships protocol version 30, new Move module APIs, node fixes, and CLI enhancements.

Testnet v1.27.0-rc is live with protocol version 30. Activation starts no earlier than 2026-07-08 19:22 UTC (epoch 598). This release focuses on extending Move module APIs, improving node operations, and adding CLI functionality.
Protocol Changes
- Protocol version 30 introduces new APIs in the
iota::protocol_configandiota_system::protocol_configMove modules:get_attr<T: copy + drop + store>(param_name: vector<u8>): Tallows fetching protocol parameters dynamically.is_feature_enabledmirrors feature flag checks in theiota_systempackage.
- These updates make protocol feature flags and parameters accessible across both frameworks, streamlining integration for builders.
Node Updates
- Per-peer admission controls: The consensus gRPC server now supports opt-in per-peer limits. Set
CONSENSUS_GRPC_PROTECTIVE_LIMITS=1to enable protective presets. (#11970) - Panic fix: Addressed a rare panic during node shutdown/restart. No config changes needed. (#12018)
- Prometheus metrics filtering: Use
METRICS_FILTERto customize metric outputs. (#11922) - Snapshot restoration: Restoring from a formal snapshot no longer needs a checkpoint-archive bucket. Checkpoint summaries are now verified directly from the snapshot. (#11868)
Indexer Fix
- Fixed a bug where descending queries on checkpoint data failed in pruned ranges. Queries now fall back correctly. (#12009)
CLI Enhancement
- Added
backfill-checkpoint-summariestoiota-tool. This command downloads a full checkpoint summary history for stopped nodes, simplifying recovery workflows. (#11894)
Rust SDK Update
MoveAuthenticatorandMoveAuthenticatorV1now come fromiota-rust-sdk. Internal helpers move to theMoveAuthenticatorExttrait. This refactor centralizes authentication logic and reduces redundancy. (#11968)
Why It Matters
Protocol version 30's new APIs expand Move module capabilities, making it easier to work with dynamic parameters and feature flags. Node operators get more control over gRPC connections and safer snapshot restores. Builders using the Rust SDK benefit from cleaner authentication handling.
For full details, check the release log.
Sources: v1.27.0-rc
Tagged with:
Written by IOTA Staking Team
Expert in IOTA staking, blockchain technology, and DeFi strategies. Providing actionable insights to help you maximize your staking rewards.
Related Articles

IOTA Protocol Weekly - Jun 30, 2026
Jun 30, 2026: Protocol v29 debuts with fast commit sync, validator health improvements, and indexer pruning changes. Testnet only.

IOTA Protocol Weekly - Jun 23, 2026
Jun 23, 2026: Testnet release v1.26.0-beta introduces protocol v29, fast commit sync, indexer changes, and updates across nodes, JSON-RPC, and SDK.

IOTA Protocol Weekly - Jun 16, 2026
Testnet v1.25.0-rc introduces protocol version 28, new authenticator features, RocksDB updates, and deprecations in Indexer and JSON-RPC.
