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

Home Page:https://gerrit.hyperledger.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using a timer inside a chaincode

opened this issue · comments

Description

Is it possible if we create a timer on a chaincode and it will invoke the chaincode after every timer's interval?

@ScorpiOVN : the chaincode should not initiate transactions. The application stack should be organized in such a way as to make the chaincode just manages ledger states. Things like timers, accessing external data etc increase the probability of non-determinism in the chaincode.

seems like this can be closed. we've migrated to using Jira for issue tracking, if you would like to re-open, please open an issue there and close this one. You'll need a Linux Foundation ID to login.
Thanks