Skip to content
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

Use fabric-lib-go for bccsp, metrics, flogging #404

Merged
merged 1 commit into from
Feb 16, 2024

Commits on Feb 16, 2024

  1. Use fabric-lib-go for bccsp, metrics, flogging

    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-ca to use the common code in fabric-lib-go.
    
    The fabric-ca dependency on fabric is no longer needed. That's good!
    
    Also ran goimports to clean up imports.
    
    Signed-off-by: David Enyeart <[email protected]>
    denyeart committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b40f1d6 View commit details
    Browse the repository at this point in the history