From fcaec2544b32226fd5357a88506fe080058d25bc Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Fri, 13 Feb 2026 10:55:51 +0100 Subject: [PATCH] doc: release note for IPC cooldown and interrupt --- doc/release-notes-34184.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/release-notes-34184.md diff --git a/doc/release-notes-34184.md b/doc/release-notes-34184.md new file mode 100644 index 00000000000..c582023eea2 --- /dev/null +++ b/doc/release-notes-34184.md @@ -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)