Skip to content

Commit

Permalink
update node interface to enable minibatching
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-shim committed Jul 18, 2024
1 parent 2bc4a1d commit 5415f6c
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 46 deletions.
102 changes: 56 additions & 46 deletions api/grpc/node/node.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions api/proto/node/node.proto
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ message BatchHeader {
bytes batch_root = 1;
// The Ethereum block number at which the batch is dispersed.
uint32 reference_block_number = 3;
// number of blobs in the batch
uint32 num_blobs = 4;
}

// Node info request
Expand Down

0 comments on commit 5415f6c

Please sign in to comment.