Skip to content
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

Update fabric-protos #755

Merged
merged 1 commit into from
Oct 12, 2024

Commits on Oct 7, 2024

  1. Update fabric-protos

    New version of fabric-protos uses updated protoc and protobuf versions,
    including protobuf-java v4. This change updates from protobuf-java v3 to
    v4.
    
    The change to use generics in the newer generated gRPC client stubs
    means that the previous approach of mocking them using uber-go/mock is
    not possible. This change uses mockery to mock the gRPC client
    connection instead. Mockery does support mocking of most generics, and
    mocking at the connection allows unit testing to be done using the
    public API without test hooks to allow replacement of gRPC stubs.
    
    Signed-off-by: Mark S. Lewis <[email protected]>
    bestbeforetoday committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2ed475f View commit details
    Browse the repository at this point in the history