From 2e2b412ad747ef7f6f31e902252c2af7ffefbfc6 Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:09:34 +0100 Subject: [PATCH 1/4] Update aggregator.proto --- proto/src/proto/aggregator/v1/aggregator.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/src/proto/aggregator/v1/aggregator.proto b/proto/src/proto/aggregator/v1/aggregator.proto index 7284d6f487..2dd064d5c6 100644 --- a/proto/src/proto/aggregator/v1/aggregator.proto +++ b/proto/src/proto/aggregator/v1/aggregator.proto @@ -116,7 +116,7 @@ message GetProofRequest { * @param {last_computed_end_time} - last proof timestamp when it was finished * @param {current_computing_request_id} - id of the proof that is being computed * @param {current_computing_start_time} - timestamp when the proof that is being computed started - * @param {version_proto} - .proto verion + * @param {version_proto} - .proto version * @param {version_server} - server version * @param {pending_request_queue_ids} - list of identifierss of proof requests that are in the pending queue * @param {prover_name} - id of this prover server, normally specified via config.json, or UNSPECIFIED otherwise; it does not change if prover reboots From 5d5bc36fdf67ef74efac7594f358801700569147 Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:10:16 +0100 Subject: [PATCH 2/4] Update aggregator.proto --- proto/src/proto/aggregator/v1/aggregator.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/src/proto/aggregator/v1/aggregator.proto b/proto/src/proto/aggregator/v1/aggregator.proto index 2dd064d5c6..99d9416174 100644 --- a/proto/src/proto/aggregator/v1/aggregator.proto +++ b/proto/src/proto/aggregator/v1/aggregator.proto @@ -11,7 +11,7 @@ message Version { // timestamps are represented in unix time in seconds /** - * Define all methods implementes by the gRPC + * Define all methods implements by the gRPC * Channel: prover receives aggregator messages and returns prover messages with the same id */ service AggregatorService { From 940ea332ba95f1226e1d111fbbf61c51108b6177 Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:10:50 +0100 Subject: [PATCH 3/4] Update hashdb.proto --- proto/src/proto/hashdb/v1/hashdb.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/src/proto/hashdb/v1/hashdb.proto b/proto/src/proto/hashdb/v1/hashdb.proto index aa4a82d47e..1bae8c1709 100644 --- a/proto/src/proto/hashdb/v1/hashdb.proto +++ b/proto/src/proto/hashdb/v1/hashdb.proto @@ -13,7 +13,7 @@ message Version { // timestamps are represented in unix time in seconds /** - * Define all methods implementes by the gRPC + * Define all methods implements by the gRPC * Get: get the value for a specific key * Set: set the value for a specific key * SetProgram: set the byte data for a specific key From aa9bbe2cf2bbff55bad695fa30b0965b718f54a5 Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:12:44 +0100 Subject: [PATCH 4/4] Update executor.proto --- proto/src/proto/executor/v1/executor.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/src/proto/executor/v1/executor.proto b/proto/src/proto/executor/v1/executor.proto index 7e9f6aea6e..e32997a2b9 100644 --- a/proto/src/proto/executor/v1/executor.proto +++ b/proto/src/proto/executor/v1/executor.proto @@ -551,7 +551,7 @@ message ProcessTransactionResponseV2 { uint64 gas_left = 8; // Total gas used as result of execution or gas estimation uint64 gas_used = 9; - // Cumulative gas used by this tranaction in the block + // Cumulative gas used by this transaction in the block uint64 cumulative_gas_used = 10; // Total gas refunded as result of execution uint64 gas_refunded = 11; @@ -1119,4 +1119,4 @@ enum RomBlobError { ROM_BLOB_ERROR_INVALID_FORCED_BATCHES = 7; // ROM_BLOB_ERROR_INVALID_TOTALBODY_LEN totalBodyLen != blobDataLen - 1 (byte compression) - 4 (bytes totalBodyLen) ROM_BLOB_ERROR_INVALID_TOTALBODY_LEN = 8; -} \ No newline at end of file +}