What changed, and why it matters
This commit updates a generated API snapshot file to reflect a minor relaxation of trait bounds on an error type. It is a documentation/tracking file change, not a code change, and has no security relevance.
No action required; this is a benign API snapshot update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies api/consensus_encoding/all-features.txt, an automatically generated public-API listing. The line for the core::error::Error implementation on bitcoin_consensus_encoding::ReadError
Changed components
api/consensus_encoding/all-features.txtInspect captured patch +1 / −1
diff --git a/api/consensus_encoding/all-features.txt b/api/consensus_encoding/all-features.txt
index 84c0298c..44bd84f1 100644
--- a/api/consensus_encoding/all-features.txt
+++ b/api/consensus_encoding/all-features.txt
@@ -237,7 +237,7 @@ impl<D: core::fmt::Display> core::fmt::Display for bitcoin_consensus_encoding::R
impl<D> !core::panic::unwind_safe::RefUnwindSafe for bitcoin_consensus_encoding::ReadError<D>
impl<D> !core::panic::unwind_safe::UnwindSafe for bitcoin_consensus_encoding::ReadError<D>
impl<D> core::convert::From<std::io::error::Error> for bitcoin_consensus_encoding::ReadError<D>
-impl<D> core::error::Error for bitcoin_consensus_encoding::ReadError<D> where D: core::fmt::Debug + core::fmt::Display + core::error::Error + 'static
+impl<D> core::error::Error for bitcoin_consensus_encoding::ReadError<D> where D: core::error::Error + 'static
impl<D> core::marker::Freeze for bitcoin_consensus_encoding::ReadError<D> where D: core::marker::Freeze
impl<D> core::marker::Send for bitcoin_consensus_encoding::ReadError<D> where D: core::marker::Send
impl<D> core::marker::Sync for bitcoin_consensus_encoding::ReadError<D> where D: core::marker::Sync
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.