From b3dc83e80401c61f5dfdfb8dabb328f2af449336 Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Sat, 14 Dec 2024 14:54:25 +0100 Subject: [PATCH 1/4] Update flags.go --- node/flags/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/flags/flags.go b/node/flags/flags.go index ac0bbbae87..9a9409dbca 100644 --- a/node/flags/flags.go +++ b/node/flags/flags.go @@ -166,7 +166,7 @@ var ( // This flag is used to control if the DA Node registers itself when it starts. // This is useful for testing and for hosted node where we don't want to have - // mannual operation with CLI to register. + // manual operation with CLI to register. // By default, it will not register itself at start. RegisterAtNodeStartFlag = cli.BoolFlag{ Name: common.PrefixFlag(FlagPrefix, "register-at-node-start"), From da1fce21950f88ba3ae58432991a30cfc069e4a7 Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Sat, 14 Dec 2024 14:56:38 +0100 Subject: [PATCH 2/4] Update node.md --- api/docs/node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/docs/node.md b/api/docs/node.md index b87983cddd..4a253a4dd3 100644 --- a/api/docs/node.md +++ b/api/docs/node.md @@ -90,7 +90,7 @@ BatchHeader (see core/data.go#BatchHeader) ### Blob -In EigenDA, the original blob to disperse is encoded as a polynomial via taking +In EigenDA, the original blob to disperse is encoded as a polynomial via taking different point evaluations (i.e. erasure coding). These points are split into disjoint subsets which are assigned to different operator nodes in the EigenDA network. From 41f67331e5c11b9db9ef1ee179d49270e2e82fbf Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:35:24 +0100 Subject: [PATCH 3/4] Update node.proto --- api/proto/node/node.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/proto/node/node.proto b/api/proto/node/node.proto index d8f52310e7..f3ddf50dca 100644 --- a/api/proto/node/node.proto +++ b/api/proto/node/node.proto @@ -15,7 +15,7 @@ service Dispersal { // for the protocol-defined length of custody. It will return a signature at the // end to attest to the data in this request it has processed. rpc StoreChunks(StoreChunksRequest) returns (StoreChunksReply) {} - // StoreBlobs is simiar to StoreChunks, but it stores the blobs using a different storage schema + // StoreBlobs is similar to StoreChunks, but it stores the blobs using a different storage schema // so that the stored blobs can later be aggregated by AttestBatch method to a bigger batch. // StoreBlobs + AttestBatch will eventually replace and deprecate StoreChunks method. // DEPRECATED: StoreBlobs method is not used From 833eca3b27c64a96f8cb0f94f5b4892d9ead4e21 Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:37:47 +0100 Subject: [PATCH 4/4] Update node.proto --- api/proto/node/node.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/proto/node/node.proto b/api/proto/node/node.proto index f3ddf50dca..2fb6a1937a 100644 --- a/api/proto/node/node.proto +++ b/api/proto/node/node.proto @@ -59,7 +59,7 @@ message StoreBlobsRequest { } message StoreBlobsReply { - // The operator's BLS sgnature signed on the blob header hashes. + // The operator's BLS signature signed on the blob header hashes. // The ordering of the signatures must match the ordering of the blobs sent // in the request, with empty signatures in the places for discarded blobs. repeated google.protobuf.BytesValue signatures = 1; @@ -131,7 +131,7 @@ message MerkleProof { // Types // In EigenDA, the original blob to disperse is encoded as a polynomial via taking -// taking different point evaluations (i.e. erasure coding). These points are split +// different point evaluations (i.e. erasure coding). These points are split // into disjoint subsets which are assigned to different operator nodes in the EigenDA // network. // The data in this message is a subset of these points that are assigned to a