doc: release note for IPC cooldown and interrupt

This commit is contained in:
Sjors Provoost
2026-02-13 10:55:51 +01:00
parent 1e82fa498c
commit fcaec2544b

View File

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