Protocol
This release introduces protocol version 17
#9487: Increase the committee size to 100 on all networks.
Indexer
#9264: iota-data-ingestion-core: Introduced new APIs for managing the ingestion upper limit:
IndexerExecutor::with_ingestion_limit: offers high level upper limit policies throughIngestionLimitenum. It provides explicit control to automatically start the graceful shutdown process upon reaching a defined upper limit (e.g., maximum checkpoint number or epoch boundary).IndexerExecutor::shutdown_when: offers the ability to provide a custom callback for defining more complex upper limit scenarios for the ingestion process.
CLI
#9470: add source to iota client addresses table
Rust SDK
#9469: speed up read polling by introducing exponential backoff