hyperledger / fabric-admin-sdk

Fabric SDK for Admin Capability services
Apache License 2.0
31 stars 19 forks source link

Refactor chaincode install #48

Closed bestbeforetoday closed 1 year ago

bestbeforetoday commented 1 year ago

Remove dependency on:

Query installed chaincode implementation and unit tests.

Moved public API code into "pkg" package to separate from test and internal code, and to make running unit tests easier.

Closes #49 Contributes to #25

SamYuan1990 commented 1 year ago

I am going to merge this PR. @channingduan , FYI.

SamYuan1990 commented 1 year ago

@bestbeforetoday I merged this PR. please open another pr if needed. usually I hope a pr with status in open is ready for review, for any WIP status, please make the PR status as draft.

bestbeforetoday commented 1 year ago

@bestbeforetoday I merged this PR. please open another pr if needed. usually I hope a pr with status in open is ready for review, for any WIP status, please make the PR status as draft.

👍 The PR was draft while I was working on it and converted to ready for review when it was working and could be review.