mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-08-03 20:14:58 +02:00
doc: add release note for submitSolution IPC changes
This commit is contained in:
11
doc/release-notes-34672.md
Normal file
11
doc/release-notes-34672.md
Normal file
@@ -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)
|
||||
Reference in New Issue
Block a user