Skip to content

Commit 95f28a3

Browse files
authored
Switch to bccsp, metrics, flogging in fabric-lib-go (#4678)
The following packages are being moved from fabric to fabric-lib-go so that they can be shared across fabric and fabric-ca: - github.com/hyperledger/fabric/bccsp - github.com/hyperledger/fabric/common/flogging - github.com/hyperledger/fabric/common/metrics This commit updates fabric to use the common code in fabric-lib-go. Signed-off-by: David Enyeart <[email protected]>
1 parent bb19121 commit 95f28a3

File tree

941 files changed

+35636
-15557
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

941 files changed

+35636
-15557
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,12 @@ check-deps:
187187
./scripts/check_deps.sh
188188

189189
.PHONY: check-metrics-docs
190-
check-metrics-doc:
190+
check-metrics-doc: gotool.gendoc
191191
@echo "METRICS: Checking for outdated reference documentation.."
192192
./scripts/metrics_doc.sh check
193193

194194
.PHONY: generate-metrics-docs
195-
generate-metrics-doc:
195+
generate-metrics-doc: gotool.gendoc
196196
@echo "Generating metrics reference documentation..."
197197
./scripts/metrics_doc.sh generate
198198

bccsp/bccsp_test.go

Lines changed: 0 additions & 136 deletions
This file was deleted.

bccsp/factory/factory_test.go

Lines changed: 0 additions & 86 deletions
This file was deleted.

bccsp/factory/nopkcs11_test.go

Lines changed: 0 additions & 29 deletions
This file was deleted.

bccsp/factory/pkcs11_test.go

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)