-
Notifications
You must be signed in to change notification settings - Fork 286
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
build(weaver-go): Update code and dependencies in Go packages for Fabric #2660
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@VRamakrishna Please fix the commit lint check [1]. On top of that, some of my recommendations:
- I'd also recommend specifying the component/scope as something else than
update
in the commit messages - I would also consider using
build
as the type of the commits instead offix
because users will see these in the release notes and not be able to assign any meaning to it because it's not something that was broken in the previous release and now fixed but instead it's just that the build was broken for a period of time during development in-between releases (to which the users would most likely just be noise rather than signal).
Sorry for the nit-picking, these are just recommendations, not an actual change request because I also consider these highly subjective.
@petermetz @sandeepnRES Fixed commits and code as per your suggestions. Please review again. @sandeepnRES It'll need your approval as Jagpreet has added his. |
Updated Fabric Go SDK library based on common protobuf changes. Updated dependency and instructions in Weaver Go CLI for Fabric. Updated go.mod files in components of the Weaver Fabric-interop-cc. Signed-off-by: VRamakrishna <[email protected]>
Updated local build versions for Weaver Fabric driver and Weaver IIN Agent. Updated Weaver relay dependencies. Signed-off-by: VRamakrishna <[email protected]>
…codes Signed-off-by: VRamakrishna <[email protected]>
…ion change Minor refactoring in Fabric testnet launch script. Reverting unnecessary version downgrade in Weaver relay Cargo dependencies. Signed-off-by: VRamakrishna <[email protected]>
Signed-off-by: VRamakrishna <[email protected]>
@petermetz |
@VRamakrishna Yeah, I traced it back to the new npm publish of |
weaver/sdks/fabric/go-sdk
to work with the latest protos and release a new version of the library.go.mod
for Fabric Interop Chaincode, Fabric Go CLI, and sample chaincodes.Cargo.lock
.