← Watch feed
consensus_encoding: Add Nick to authors list
What changed, and why it matters
This commit simply adds a person's name to the list of authors in a package metadata file. It changes no code, no functionality, and has no security relevance.
Recommended action
No action needed; this is a non-functional metadata change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates consensus_encoding/Cargo.toml, changing only the authors field to include Nick Johnson alongside existing authors. No source code, dependencies, features, version, or build configuration were modified.
Changed components
Not specified
Inspect captured patch +1 / −1
diff --git a/consensus_encoding/Cargo.toml b/consensus_encoding/Cargo.toml
index c599fb44..8a1c9b60 100644
--- a/consensus_encoding/Cargo.toml
+++ b/consensus_encoding/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "bitcoin-consensus-encoding"
version = "1.0.0-rc.1"
-authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>", "Tobin C. Harding <me@tobin.cc>"]
+authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>", "Nick Johnson <nick@yonson.dev>", "Tobin C. Harding <me@tobin.cc>"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
description = "Consensus encoding and decoding"
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.