Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions client/crates/types/src/proto/evnode.v1.services.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2558,7 +2558,7 @@ pub mod config_service_client {
.insert(GrpcMethod::new("evnode.v1.ConfigService", "GetNamespace"));
self.inner.unary(req, path, codec).await
}
/// GetSequencerInfo returns information about the sequencer
/// GetSignerInfo returns information about the signer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This comment fix is correct, but this file is auto-generated (// This file is @generated by prost-build.). Manually editing generated files should be avoided to prevent inconsistencies. Please regenerate the files from the source .proto definitions using the project's build scripts instead.

pub async fn get_signer_info(
&mut self,
request: impl tonic::IntoRequest<()>,
Expand Down Expand Up @@ -2601,7 +2601,7 @@ pub mod config_service_server {
tonic::Response<super::GetNamespaceResponse>,
tonic::Status,
>;
/// GetSequencerInfo returns information about the sequencer
/// GetSignerInfo returns information about the signer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Similar to the previous comment, this change is correct but is applied to a generated file. Please consider regenerating the proto files instead of editing them manually to maintain consistency.

async fn get_signer_info(
&self,
request: tonic::Request<()>,
Expand Down
4 changes: 2 additions & 2 deletions types/pb/evnode/v1/v1connect/config.connect.go

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

Loading