Skip to content

Fixed typos #579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 7 commits into from
Closed

Fixed typos #579

wants to merge 7 commits into from

Conversation

MaxweLL22-22
Copy link

Files updated:

  • /x/restake/README.md line: 277

  • /app/params/doc.go line: 6

  • /yoda/executor/multi.go line: 9

  • /api/band/oracle/v1/query_grpc.pb.go line: 65

  • /api/band/oracle/v1/query_grpc.pb.go line: 238

  • /api/band/base/node/v1/query.pulsar.go line: 2270

  • /cylinder/workers/signing/signing.go line: 104

  • /cylinder/workers/signing/signing.go line: 114

  • /cylinder/workers/signing/signing.go line: 114

  • /cylinder/workers/group/round2.go line: 132

@@ -111,7 +111,7 @@ func (s *Signing) handleSigning(sid tss.SigningID) {
}

// Compute own private nonce
privNonce, err := tss.ComputeOwnPrivNonce(privDE.PrivD, privDE.PrivE, assignedMember.BindingFactor)
privNonce, err := tss.ComputeOwnPrivNonce(provide.PrivD, provide.PrivE, assignedMember.BindingFactor)
Copy link
Contributor

Choose a reason for hiding this comment

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

keep them as is, (they are privateDE)

@@ -3,7 +3,7 @@ Package params defines the simulation parameters in the band.

It contains the default weights used for each transaction used on the module's
simulation. These weights define the chance for a transaction to be simulated at
any gived operation.
any given, gave operation.
Copy link
Contributor

Choose a reason for hiding this comment

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

given

@@ -2267,7 +2267,7 @@ type EVMValidatorsResponse struct {

// BlockHeight is the latest block height
BlockHeight int64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
// Validators is list of validator's addresss and voting power
// Validators is list of validator's address and voting power
Copy link
Contributor

Choose a reason for hiding this comment

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

keep it as is

@@ -62,7 +62,7 @@ type QueryClient interface {
Reporters(ctx context.Context, in *QueryReportersRequest, opts ...grpc.CallOption) (*QueryReportersResponse, error)
// ActiveValidators queries all active oracle validators.
ActiveValidators(ctx context.Context, in *QueryActiveValidatorsRequest, opts ...grpc.CallOption) (*QueryActiveValidatorsResponse, error)
// Params queries parameters used for runnning bandchain network.
// Params queries parameters used for running bandchain network.
Copy link
Contributor

Choose a reason for hiding this comment

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

please fix it in proto/band/oracle/v1/query.proto and generate this file using command make proto-gen

@RogerKSI RogerKSI closed this May 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants