1 2 3 4 5 6 7
syntax = "proto3"; package zksync.config.commitment_generator; message CommitmentGenerator { optional uint32 max_parallelism = 1; }