From 75929b11edb4a59755b38788855b41b63ff4113d Mon Sep 17 00:00:00 2001 From: woltx <94266259+w0xlt@users.noreply.github.com> Date: Fri, 29 May 2026 09:47:28 -0700 Subject: [PATCH] doc: add release note for submitSolution IPC changes --- doc/release-notes-34672.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/release-notes-34672.md diff --git a/doc/release-notes-34672.md b/doc/release-notes-34672.md new file mode 100644 index 00000000000..060d91428f0 --- /dev/null +++ b/doc/release-notes-34672.md @@ -0,0 +1,11 @@ +IPC Interface +------------- + +- `BlockTemplate.submitSolution` now returns `reason` and `debug` rejection + details in addition to the boolean result. Clients must regenerate IPC + bindings from the updated `mining.capnp` schema to use the new method. The + previous `@7` method now returns an error directing clients to update. (#34672) + +- `BlockTemplate.submitSolution` now reports duplicate blocks as failures with + `reason="duplicate"`, matching `Mining.submitBlock`, instead of returning + success for duplicate submissions. (#34672)