hyperledger / hyperledger/fabric-private-chaincode

Add support for: (i) Proposal's Transient and (ii) Idemix

Open
#666 1 comment 0 reactions 0 assignees View on GitHub
feature
Dominant language
Go
Stars
174
Forks
98
Avg merge
2d 21h
Merged PRs (30d)
1

Description

Currently, FPC does not support the following:

- `Proposal's Transient field` that is used to pass ephemeral information to the chaincode. This is useful in many settings where some piece of information is required by the computation needed by the chaincode but it should not appear on the ledger in any form.
- `Idemix` signatures. Idemix is an anonymous credential system integrated in Fabric that allows users to sign anonymously proposals and transactions. It is useful in any context where the submitter's identity must be concealed.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.