Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alarm Clock for Neo #660

Closed
hugofdsantos opened this issue Mar 26, 2019 · 3 comments
Closed

Alarm Clock for Neo #660

hugofdsantos opened this issue Mar 26, 2019 · 3 comments
Labels
Discussion Initial issue state - proposed but not yet accepted

Comments

@hugofdsantos
Copy link

Is there any plan to create an alarm clock for Neo Dapps? I mean, to submit transactions automatically from time to time? The transactions costs can be pre-paid by the user.

The consensus node could put the alarm clock on a pre-paid table and automatically execute from given periods, like cron.
Plus, to avoid large periods, the price could be exponential, for example.

By the way, I'm student of @igormcoelho and I'm taking my first steps in the platform. :)

@erikzhang erikzhang added the Discussion Initial issue state - proposed but not yet accepted label Mar 26, 2019
@erikzhang
Copy link
Member

I think this feature is not suitable for being built into the consensus. It is easy for a third party to create such a service, and they can send transactions periodically via RPC.

@igormcoelho
Copy link
Contributor

It is possible to build a similar feature from external dapps, where tx may execute approximately on the expected time. To be precise, I think it must be linked with consensus, but approximate may be good enough for most applications indeed.
So, it's your new project @hugbro , to build this Dapp ;)

@igormcoelho
Copy link
Contributor

Ok Hugo, this is more related to a Dapp idea than a Core change, so we will close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussion Initial issue state - proposed but not yet accepted
Projects
None yet
Development

No branches or pull requests

4 participants