Issue To Be Solved
Currently, scheduled transaction execution requires that a block be committed for the pending txns to execute. This is restrictive, as it requires devs to either manually commit blocks or run the emulator with --block-time=1s (or similar).
(Optional): Suggest A Solution
Auto-mine scheduled transactions that are due to execute
(Optional): Context
DX friction
Issue To Be Solved
Currently, scheduled transaction execution requires that a block be committed for the pending txns to execute. This is restrictive, as it requires devs to either manually commit blocks or run the emulator with
--block-time=1s(or similar).(Optional): Suggest A Solution
Auto-mine scheduled transactions that are due to execute
(Optional): Context
DX friction