fabric-private-chaincode GitHub
PR #573 | Fix test-network setting and README |
comp/examplesdocumentation | I fixed the problem that test-network deployment could not be executed due to the path being changed. Additionally, I fixed the content of the README. Signed-off-by: ikegawa-koshi <koshi.ikegawa.mf@hitachi.com> **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**: **Does this PR introduce a user-facing changes and/or breaks backward compatability?**: ``` |
Created At 2021-04-27 15:46:50 +0000 UTC
PR #572 | Make fabric patch optional |
- Update readme and remove statements telling the reader to patch fabric - Remove fabric patch from default build path; patch targets are still available for custom use; - Docker dev image still checkouts fabric repo - By default fabric binaries are fetched into `fabric/_internal` and set in `config.mk` Signed-off-by: Marcus brandenburger <bur@zurich.ibm.com> **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**: **Does this PR introduce a user-facing changes and/or breaks backward compatability?**: ``` |
Created At 2021-04-21 14:20:02 +0000 UTC
PR #571 | Remove some make dependencies |
enhancement | - Move docker build from default `build` to `all` target - Remove build-dep on test and linter to give the developer the freedom to just do the stuff they want (make all, or just make, still performs make build test) Signed-off-by: Marcus brandenburger <bur@zurich.ibm.com> **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**: **Does this PR introduce a user-facing changes and/or breaks backward compatability?**: ``` |
Created At 2021-04-21 13:31:00 +0000 UTC