4
1
I am wondering - is it possible to schedule or somehow trigger function calls to an Ethereum smart contract based on the current block height or timestamp? This would involve some pre-payment of gas for execution understandably, but it might be beneficial to have something like:
- If current block height is 1'000'000, send 1000 ether to the block miner
- If it's 2016-01-01 00:00:00, release funds from escrow
Of course those functions could be triggered by transactions at an appropriate time, but some sort of "execution scheduling" might be a useful automation of the process.
why couldn't this be done? this should be super simple to program... – None – 2015-05-30T02:39:54.140