Skip to content

Commit

Permalink
Switch to bccsp, metrics, flogging in fabric-lib-go (hyperledger#4678)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
denyeart authored Feb 16, 2024
1 parent bb19121 commit 95f28a3
Show file tree
Hide file tree
Showing 941 changed files with 35,636 additions and 15,557 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,12 @@ check-deps:
./scripts/check_deps.sh

.PHONY: check-metrics-docs
check-metrics-doc:
check-metrics-doc: gotool.gendoc
@echo "METRICS: Checking for outdated reference documentation.."
./scripts/metrics_doc.sh check

.PHONY: generate-metrics-docs
generate-metrics-doc:
generate-metrics-doc: gotool.gendoc
@echo "Generating metrics reference documentation..."
./scripts/metrics_doc.sh generate

Expand Down
136 changes: 0 additions & 136 deletions bccsp/bccsp_test.go

This file was deleted.

86 changes: 0 additions & 86 deletions bccsp/factory/factory_test.go

This file was deleted.

29 changes: 0 additions & 29 deletions bccsp/factory/nopkcs11_test.go

This file was deleted.

76 changes: 0 additions & 76 deletions bccsp/factory/pkcs11_test.go

This file was deleted.

Loading

0 comments on commit 95f28a3

Please sign in to comment.