hyperledger-archives / fabric

THIS IS A READ-ONLY historic repository. Current development is at https://gerrit.hyperledger.org/r/#/admin/projects/fabric . pull requests not accepted
https://gerrit.hyperledger.org/
Apache License 2.0
1.17k stars 1.01k forks source link

Secure execution of validity period system chaincode #603

Open diegomasini opened 8 years ago

diegomasini commented 8 years ago

The chaincode to update the validity period needs to be executed by an authorized party. In order to guarantee this, two extensions to the system need to be added:

There is no support to perform this verification right now, but the solution for the validity period chaincode should be general for any system chaincode.

Adding @binhn @adecaro @elli-androulaki @muralisrini @srderson and @raullaprida to provide feedback on this.

christo4ferris commented 7 years ago

@diegomasini is this being actively worked? If not, and it is a future feature, it really should be proposed as such using the feature proposal process that the maintainers are finalizing.