-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add Scheduled Tx Submission #729
Comments
|
New use case: Cryptokitties uses reverse dutch auctions for selling cats. In a reverse dutch, when you bid is what you bid, and sometimes my desired bid is a time I'll be unavailable/asleep. In times like these, I'd like to schedule a tx to send. Ideally, the nonce-incrementing would be done at the scheduled time, but I get there's a few implementation options with different tradeoffs here:
|
The people at Chronologic are currently working on getting Alarm Clock rebooted. I'm helping their devs with the bits of contract work necessary to get the contracts working again. If you guys are interested in this route we should talk. |
Hey, I'm with ChronoLogic, after brief discussion with @danfinlay we would like to reboot this idea. Ethereum-Alarm-Clock is operating on the mainnet since 24th of August 2018. Contracts have been audited by @bokkypoobah and report is available here. So far the protocol is integrated with MyCrypto wallet more info here and our in-house DApp at https://app.chronologic.network. Our team provided the integration by creating PR to MyCrypto repository and activly improve the UI/UX for "Send later" functionality (MyCryptoHQ/MyCrypto#1343, MyCryptoHQ/MyCrypto#2225, MyCryptoHQ/MyCrypto#2228 and other smaller ones) At the time of writing EAC has successfully transffered over 1100ETH (current amount can be check on https://www.ethereum-alarm-clock.com) How EAC protocol works: TL;DR;
Full explanation with deep dive talk recorded during EthCC here ChronoLogic delivered whole suite of software required to run and facilitate the protocol:
TimeNode networks open for everyone to join and provide the service. We currently working on making it available on DappNode distro/PM. Our team (@bagaric and @kuzirashi) can start working on proposal for UI and implementation ASAP. Happy to answer any questions 🚀 |
so in general we never implemented this sort of thing because it blocks later nonces which can be a user experience nightmare better to readdress when we have a contract account setup |
submitted by @pipermerriam
The text was updated successfully, but these errors were encountered: