hyperledger / hyperledger/fabric
Option to remove duplicate identity certs from block transactions
Open
- Dominant language
- Go
- Stars
- 16.7k
- Forks
- 9.1k
- Avg merge
- 5h 38m
- Merged PRs (30d)
- 26
Description
The largest contributor to transaction size are the submitter client cert and peer endorser certs. These are often duplicated many times across transactions in the blockchain. There is an opportunity to remove duplicate certs from the blockchain to dramatically reduce its size and also improve performance.
See original proposal in https://jira.hyperledger.org/browse/FAB-8007
Contributor guide
Assessment
This issue has not been assessed yet.