From d8f4e7caf0d25aaf4b3978d6ba698659b46473b4 Mon Sep 17 00:00:00 2001 From: ismaelsadeeq Date: Tue, 14 Oct 2025 17:47:14 +0200 Subject: [PATCH] doc: add release notes --- doc/release-notes-29060.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/release-notes-29060.md diff --git a/doc/release-notes-29060.md b/doc/release-notes-29060.md new file mode 100644 index 00000000000..bb11dc91365 --- /dev/null +++ b/doc/release-notes-29060.md @@ -0,0 +1,10 @@ +- Logging and RPC + + - Bitcoin Core now reports a debug message explaining why transaction inputs are non-standard. + + - This information is now returned in the responses of the transaction-sending RPCs `submitpackage`, + `sendrawtransaction`, and `testmempoolaccept`, and is also logged to `debug.log` (if `mempoolrej` ++ debug category is enabled) when such transactions are received over the P2P network. + + - This does not change the existing error code `bad-txns-nonstandard-inputs`, but instead adds additional debug information to it. +