From 54d8938ebe268172eebd4c581fad969351213737 Mon Sep 17 00:00:00 2001 From: Romashka Date: Wed, 18 Dec 2024 01:03:11 +0200 Subject: [PATCH 1/2] typo-Update proof.ts --- src/proto-types-gen/src/tendermint/crypto/proof.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proto-types-gen/src/tendermint/crypto/proof.ts b/src/proto-types-gen/src/tendermint/crypto/proof.ts index 4794e3d..7a6e8b3 100644 --- a/src/proto-types-gen/src/tendermint/crypto/proof.ts +++ b/src/proto-types-gen/src/tendermint/crypto/proof.ts @@ -26,7 +26,7 @@ export interface DominoOp { /** * ProofOp defines an operation used for calculating Merkle root - * The data could be arbitrary format, providing nessecary data + * The data could be arbitrary format, providing necessary data * for example neighbouring node hash */ export interface ProofOp { From 803e6b8cf3ac17727c0426a061bd155c75c53c9d Mon Sep 17 00:00:00 2001 From: Romashka Date: Wed, 18 Dec 2024 01:03:43 +0200 Subject: [PATCH 2/2] typo-Update proofs.proto --- src/proto-types-gen/third_party/proto/confio/proofs.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proto-types-gen/third_party/proto/confio/proofs.proto b/src/proto-types-gen/third_party/proto/confio/proofs.proto index da43503..4620c51 100644 --- a/src/proto-types-gen/third_party/proto/confio/proofs.proto +++ b/src/proto-types-gen/third_party/proto/confio/proofs.proto @@ -42,7 +42,7 @@ enum LengthOp { /** ExistenceProof takes a key and a value and a set of steps to perform on it. -The result of peforming all these steps will provide a "root hash", which can +The result of performing all these steps will provide a "root hash", which can be compared to the value in a header. Since it is computationally infeasible to produce a hash collission for any of the used