fabric
fabric copied to clipboard
Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use...
#### Type of change - Bug fix #### Description It is a [bug](https://github.com/etcd-io/etcd/issues/10219) on etcd. When an orderer has not participated in the consensus for some time and crashes during...
#### Type of change - Test update #### Description modify file: bccsp/sw/ecdsa_test.go reason: with go version 1.19, `x509.MarshalPKIXPublicKey` -> `marshalPublicKey` -> `elliptic.Marshal` will panic if point not on curve because...
Hi Team, I have 3 orderer nodes running on cloud, in k8s. From the cli I create a new certificate tls as well as MSP and store in the separate...
Read & analyze Key Concepts for UX / new user. Per request by @denyeart. https://hyperledger-fabric.readthedocs.io/en/latest/key_concepts.html
Unsanitized input from CLI argument flows into `io.ioutil.ReadFile`, where it is used as a path. This may result in a Path Traversal vulnerability and allow an attacker to read arbitrary...
#### Type of change - New feature #### Description - Set of workflows in preparation to migrate Fabric CI/CD from Azure Pipelines to Github Actions - Updates integration tests script...
Idemixgen was removed from the set of Fabric produced binaries but is still mentioned in ReadTheDocs
Idemixgen was removed from the set of Fabric produced binaries but is still mentioned in ReadTheDocs. Need to scrub references of Idemixgen in Fabric ReadTheDocs since it is no longer...
#### Type of change - Test update #### Description A testing cleanup. This pull request replaces `ioutil.TempDir` with `t.TempDir`. We can use the `T.TempDir` function from the `testing` package to...
Work in progress to add private data purge integration tests #### Type of change - Test update #### Related issues #3030 [Private data purge RFC](https://github.com/hyperledger/fabric-rfcs/blob/main/text/0000-private_data_purge.md) Signed-off-by: James Taylor
Add cert renewal and expiration guidance to the Cert Management Guide. Signed-off-by: David Enyeart