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-go dependency #208

Merged
merged 1 commit into from
Jan 17, 2022

Conversation

bestbeforetoday
Copy link
Member

@bestbeforetoday bestbeforetoday commented Dec 15, 2021

This version of the Fabric protobuf Go bindings is functionally compatible with the previous one, but contains changes released in Fabric v2.4 and so makes this Go SDK able to coexist with the Fabric Gateway API for Go released alongside Fabric v2.4.

Note that, since the relocated protobufs are exposed in the public API of the SDK, this does represent a minor change to the public API.

@codecov
Copy link

codecov bot commented Jan 11, 2022

Codecov Report

Merging #208 (1efcf43) into main (0cfb50d) will not change coverage.
The diff coverage is 33.33%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #208   +/-   ##
=======================================
  Coverage   76.09%   76.09%           
=======================================
  Files         193      193           
  Lines       14064    14064           
=======================================
  Hits        10702    10702           
  Misses       2393     2393           
  Partials      969      969           
Impacted Files Coverage Δ
pkg/fab/discovery/mockdiscoveryclient.go 15.47% <0.00%> (ø)
pkg/fab/discovery/request.go 35.48% <12.50%> (ø)
...ommon/selection/fabricselection/fabricselection.go 81.63% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0cfb50d...1efcf43. Read the comment docs.

This version of the Fabric protobuf Go bindings is functionally compatible with the previous one, but contains changes released in Fabric v2.4 and so makes this Go SDK able to coexist with the Fabric Gateway API for Go released alongside Fabric v2.4.

Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
@bestbeforetoday
Copy link
Member Author

bestbeforetoday commented Jan 12, 2022

PR build is failing purely because the existing tests do not touch enough of the code affected by protobuf import changes. No functional changes or additions have been made to the code.

@bestbeforetoday
Copy link
Member Author

@troyronda Could you advise the best course of action for this change?

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.

2 participants