Skip to content

(chore): Fix basic check failures #29

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

Open
wants to merge 4 commits into
base: BDLS-RAFT-TPS-readyc
Choose a base branch
from

Conversation

sadityakumar9211
Copy link
Member

Type of change

  • Improvement (improvement to code, performance, etc)

Description

Fix basic check failures by regenerating protobuf artifacts and vendor go dependencies.

Additional details

Steps for this fix:

  1. Generate all protobuf artifacts with make protos
  2. Run go mod tidy
  3. Run go mod vendor
  4. Re-run ./scripts/golinter.sh

Related issues

n/a

Signed-off-by: Aditya Kumar Singh <[email protected]>
@sadityakumar9211 sadityakumar9211 force-pushed the fix-basic-check-failures branch from c620792 to d6f6b5e Compare April 24, 2025 14:37
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes basic check failures by regenerating protobuf artifacts and updating vendor Go dependencies. The changes are mostly mechanical updates in generated mock files (replacing redundant empty struct definitions), a minor grouping of variable declarations in blockwriter.go, and an import ordering adjustment in storage.pb.go.

Reviewed Changes

Copilot reviewed 115 out of 116 changed files in this pull request and generated no comments.

File Description
orderer/common/multichannel/mocks/*.go Updated empty struct declarations in various methods for brevity and consistency.
orderer/common/multichannel/blockwriter.go Changed individual variable declarations into a grouped var block.
common/ledger/blkstorage/storage.pb.go Adjusted import ordering formatting.
Other mocks files Similar mechanical updates to empty struct declarations in method call tracking.
Files not reviewed (1)
  • go.mod: Language not supported

Signed-off-by: Aditya Kumar Singh <[email protected]>
Signed-off-by: Aditya Kumar Singh <[email protected]>
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.

1 participant