release-notes-34184.md
1 Mining IPC 2 ---------- 3 4 - `Mining.createNewBlock` now has a `cooldown` behavior (enabled by default) 5 that waits for IBD to finish and for the tip to catch up. This usually 6 prevents a flood of templates during startup, but is not guaranteed. (#34184) 7 - `Mining.interrupt()` can be used to interrupt `Mining.waitTipChanged` and 8 `Mining.createNewBlock`. (#34184)