-
Notifications
You must be signed in to change notification settings - Fork 51
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
Orderer v3: update fabric-proto-go dependency #54
Comments
I'll take it |
Thanks @MayRosenbaum Actually we'd like to move to @SamYuan1990 is it ok for fabric-admin-sdk to go to v0.3.0 as well? Hopefully that doesn't cause any problem supporting both Fabric v2.5 (protos v0.2.0) and Fabric v3.0 (protos v0.3.0). |
@MayRosenbaum After some discussions, the path forward is to:
In this issue we'll handle the first part, #53 will be used for the second part. |
done |
config protobuf messages changed with the new BFT work. The dependency below needs to be updated to reflect fabric main:
github.com/hyperledger/fabric-protos-go v0.0.0-20200424173316-dd554ba3746e
->
github.com/hyperledger/fabric-protos-go v0.3.0
also update to go 1.20
The text was updated successfully, but these errors were encountered: