RB
← All projectsRust Bitcoin

rust-bitcoin

Rust library for Bitcoin data structures, serialization, consensus encoding, and scripts.

BitcoinCryptographic librariesNormal
Repository coverage

2084 commits in the local evidence base

Every captured commit receives deterministic security triage and a separate communication-quality score. Security candidates and broader second-pass signals receive full-patch Ollama analysis.

461security candidates452second-pass queue2076AI analyses
181commits · 30 days
387commits · 60 days
1287commits · 180 days
2052commits · 365 days
Backfill bands
Aug 5 → Feb 6787 seen32 candidatesComplete
Feb 6 → Jun 6878 seen53 candidatesComplete
Jun 6 → Jul 6211 seen15 candidatesComplete
Jul 6 → Aug 5184 seen2 candidatesComplete
Commit communication

Does the history explain itself?

Message quality measures whether a commit identifies its scope, purpose, rationale, testing, and supporting references. It does not change the security-severity score.

64/100 average clarity
318Strong · 80–100
1058Adequate · 60–79
557Thin · 40–59
151Opaque · 0–39
20security candidates with opaque commit messaging
Read the scoring rubric →
Developer activity

Who is changing the project?

Public Git author strings; identities are not independently verified.

DeveloperCommitsCandidatesAnalyzedHigh riskMessage avg.
Mitchell Bagot643192641068
Tobin C. Harding41366410063
jrakibi944994068
Andrew Poelstra582155077
Nick Johnson18920189059
Jamil Lambert, PhD11418114061
Fmt Bot311431045
Trevor Arjeski111111069
Shing Him Ng31731056
Ismail Daif22622050
satsfy (Renato Britto)17617066
Martin Habovstiak27527069
Analysis record

Published AI watches

Last scanned 25 minutes ago

Informational 20 AI analysisMessage 91 · Strong
RB Rust Bitcoinrust-bitcoin BitcoinCryptographic libraries

Merge rust-bitcoin/rust-bitcoin#6678: units: Add `Weight::to_vb_*` functions, deprecating `to_vbytes_*`

This is a routine API cleanup in a Rust Bitcoin library. It adds new method names (to_vb_floor, to_vb_ceil) for converting transaction 'weight' to 'virtual bytes' and marks the old names (to_vbytes_floor, to_vbytes_ceil) as deprecated. The…

7f614781by Andrew Poelstra+30−86 files
No security note in commit
Informational 15 AI analysisMessage 91 · Strong
RB Rust Bitcoinrust-bitcoin BitcoinCryptographic libraries

Merge rust-bitcoin/rust-bitcoin#6597: Release tracking PR: `crypto 0.3.0`

This commit is a routine release-tracking merge. It only bumps version numbers (bitcoin-crypto to 0.3.0 and bitcoin-primitives to 0.103.1), updates dependency version requirements, refreshes lock files, and adds changelog entries. There ar…

1fddd49eby Andrew Poelstra+34−1210 files
No security note in commit
Informational 15 AI analysisMessage 28 · Opaque
RB Rust Bitcoinrust-bitcoin BitcoinCryptographic libraries

Update API files

This commit only updates generated API listing files (text snapshots of public functions) to reflect a newly added public function, `to_consensus_u32`, on the `CompactTarget` type. It does not change any source code, logic, or behavior, an…

a75c53c8by Mitchell Bagot+6−03 files
No security note in commit
Informational 15 AI analysisMessage 100 · Strong
RB Rust Bitcoinrust-bitcoin BitcoinCryptographic libraries

Merge rust-bitcoin/rust-bitcoin#6675: units: Remove unnecessary track_caller

This commit removes two Rust compiler hints (`#[track_caller]`) from helper functions that simply return a value or call a user-provided fallback. These functions never panic, so the hints were unnecessary and had no security effect. The c…

ce894f36by Andrew Poelstra+0−21 file
No security note in commit
Informational 15 AI analysisMessage 91 · Strong
RB Rust Bitcoinrust-bitcoin BitcoinCryptographic libraries

Merge rust-bitcoin/rust-bitcoin#6644: primitives: Add serde impls for `WitnessVersion`

This commit adds standard serialization/deserialization support for the WitnessVersion type when the optional serde feature is enabled. It is a routine feature addition with no security relevance visible in the code or commit message.

4981faa7by Andrew Poelstra+50−02 files
No security note in commit
Informational 15 AI analysisMessage 100 · Strong
RB Rust Bitcoinrust-bitcoin BitcoinCryptographic libraries

Merge rust-bitcoin/rust-bitcoin#6671: units: reword docs from height to count in relative locktime

This commit only changes documentation comments and variable names in the rust-bitcoin library. It rewords references to 'block height' as 'block count' for relative locktime, because a relative locktime measures elapsed blocks since a coi…

6ea4ff92by Andrew Poelstra+20−172 files
No security note in commit
Informational 15 AI analysisMessage 96 · Strong
RB Rust Bitcoinrust-bitcoin BitcoinCryptographic libraries

Merge rust-bitcoin/rust-bitcoin#6670: ci: fix labeller permissions

This is a routine GitHub Actions workflow fix. The change gives the automated PR labeler workflow permission to download artifacts and explicitly tells the GitHub CLI which repository to act on. It does not change the Bitcoin library code,…

CI workflow permission fixNo source code changesNo cryptographic or consensus changes
276e0a61by Andrew Poelstra+5−01 file
No security note in commit
Informational 15 AI analysisMessage 91 · Strong
RB Rust Bitcoinrust-bitcoin BitcoinCryptographic libraries

Merge rust-bitcoin/rust-bitcoin#6657: Release tracking PR: `base58ck 0.5.0`

This commit is a routine version bump for the base58ck crate from 0.4.0 to 0.5.0. It only updates version numbers in package manifests, lock files, and adds a changelog entry. There are no code changes and no security relevance.

9deb5de1by Andrew Poelstra+22−168 files
No security note in commit
Informational 21 AI analysisMessage 100 · Strong
RB Rust Bitcoinrust-bitcoin BitcoinCryptographic libraries

Merge rust-bitcoin/rust-bitcoin#6440: base58: Introduce `decode_check_to_array` for alloc-less decoding

This commit is a routine feature addition to the rust-bitcoin base58 crate. It adds a new no-allocator function to decode short base58-check strings into fixed-size byte arrays, and renames the existing error type while keeping a deprecate…

No security-relevant bug fix is described in the commit message or diff.New decoding path uses a fixed 128-byte scratch buffer (`ArrayVec`) and rejects oversized inputs.Checksum verification and invalid-character handling are preserved from the existing alloc implementation.
c5fd1832by Andrew Poelstra+330−775 files
No security note in commit
Informational 15 AI analysisMessage 93 · Strong
RB Rust Bitcoinrust-bitcoin BitcoinCryptographic libraries

Merge rust-bitcoin/rust-bitcoin#6646: hashes: add several methods to `Midstate` and release 1.2.0

This commit is a routine feature release for the bitcoin_hashes crate. It adds new public methods and a constant to the SHA-256 Midstate type so developers can compute SHA-256 midstates in const contexts. There is no indication of a securi…

0f68fcb3by Andrew Poelstra+157−4210 files
No security note in commit
Informational 15 AI analysisMessage 73 · Adequate
RB Rust Bitcoinrust-bitcoin BitcoinCryptographic libraries

units: reword docs to block count in relative locktime

This commit only rewords documentation comments and variable names in the codebase. It changes references from 'block height' to 'block count' for relative lock times, which is a terminology correction with no functional code changes. Ther…

8867fe2eby satsfy (Renato Britto)+20−172 files
No security note in commit
Informational 15 AI analysisMessage 91 · Strong
RB Rust Bitcoinrust-bitcoin BitcoinCryptographic libraries

Merge rust-bitcoin/rust-bitcoin#6667: Make the `WitnessesEncoder` private

This commit makes a small internal helper type called WitnessesEncoder private. It was previously exported as public API but is only used inside the transaction encoder. The change removes it from the public API surface and moves the code …

07d91f7fby Andrew Poelstra+54−1324 files
No security note in commit
Informational 12 AI analysisMessage 75 · Adequate
RB Rust Bitcoinrust-bitcoin BitcoinCryptographic libraries

ci: fix labeller permissions

This commit adjusts a GitHub Actions workflow that automatically labels pull requests based on CI results. It adds a built-in repository token, tells the artifact download step to merge single-file artifacts, and explicitly sets the reposi…

Workflow-only change with no library code modificationsUses the default GITHUB_TOKEN rather than a custom secretRuns in workflow_run context, which already has elevated repository access by design
715f2bd6by Nick Johnson+5−01 file
No security note in commit
Informational 19 AI analysisMessage 91 · Strong
RB Rust Bitcoinrust-bitcoin BitcoinCryptographic libraries

Merge rust-bitcoin/rust-bitcoin#6661: units: Remove `From<u16>` from `NumberOfBlocks`

This is a routine API cleanup, not a security fix. The developers removed a shortcut that let programmers create a 'number of blocks' value directly from any u16 number, replacing it with an existing named constructor called from_height. T…

ed5f1b68by Andrew Poelstra+18−358 files
No security note in commit
Informational 15 AI analysisMessage 91 · Strong
RB Rust Bitcoinrust-bitcoin BitcoinCryptographic libraries

Merge rust-bitcoin/rust-bitcoin#6668: Scrub the transaction encoding logic

This commit is a pure code reorganization (refactor) in the rust-bitcoin library. It moves transaction encoding and decoding definitions around within a single file so the code follows the project's preferred layout. No logic, behavior, or…

c5588ba5by Andrew Poelstra+57−571 file
No security note in commit
Informational 18 AI analysisMessage 96 · Strong
RB Rust Bitcoinrust-bitcoin BitcoinCryptographic libraries

Merge rust-bitcoin/rust-bitcoin#6662: build(deps): bump actions/checkout from 6.0.2 to 6.0.3

This commit is a routine update to the GitHub Actions checkout tool used by the project's automated workflows. It changes the pinned version from 6.0.2 to 6.0.3 across many workflow files. The newer version fixes minor bugs related to SHA-…

Dependency bump of actions/checkout to a patch releaseUpstream fixes for SHA-256 repository checkout and merge commit regexAll affected workflows already disable persisted credentials
f7d364cdby Andrew Poelstra+29−2915 files
No security note in commit
Informational 15 AI analysisMessage 96 · Strong
RB Rust Bitcoinrust-bitcoin BitcoinCryptographic libraries

Merge rust-bitcoin/rust-bitcoin#6663: build(deps): bump taiki-e/install-action from 2.79.12 to 2.81.4

This is a routine Dependabot update that bumps the version of a third-party GitHub Action used only in automated testing workflows. The change does not touch the project's actual Bitcoin library code, and there is no indication it fixes or…

5c92c0b0by Andrew Poelstra+2−22 files
No security note in commit
Informational 15 AI analysisMessage 45 · Thin
RB Rust Bitcoinrust-bitcoin BitcoinCryptographic libraries

Update the API text files

This commit only updates two generated API text files that list the public surface of the Rust crate. It removes entries for a `WitnessesEncoder` type, reflecting that the type is no longer part of the public API. There is no source code c…

9c391145by Tobin C. Harding+0−782 files
No security note in commit
Informational 15 AI analysisMessage 68 · Adequate
RB Rust Bitcoinrust-bitcoin BitcoinCryptographic libraries

Scrub the transaction encoding logic

This commit is a pure code reorganization: it moves existing transaction encoding and decoding definitions around within a single file so they follow the project's preferred layout. No logic was changed, no security bug was fixed, and no n…

80dcef15by Tobin C. Harding+57−571 file
No security note in commit
Informational 15 AI analysisMessage 58 · Thin
RB Rust Bitcoinrust-bitcoin BitcoinCryptographic libraries

Make the WitnessesEncoder private

This commit simply hides an internal helper type called WitnessesEncoder from public view. It is a routine API-cleanup change with no security relevance visible in the code or commit message.

b37accc3by Tobin C. Harding+54−542 files
No security note in commit
Repository ledger

Explore captured commits

Expand any commit for its author, full message, clarity score, changed files, triage signals, analysis, and source link.

Lower-priorityBump honggfuzz to 0.5.58by Shing Him Ng · 32396969 · Sep 27, 2025 · 4 filesMessage 53 · ThinInformational 15Details
Commit message · Shing Him Ng

Bump honggfuzz to 0.5.58

This version was released on 23 Sept 2025

53/100 · ThinMessage clarity
✓ Subject identifies a change✓ Names a concrete action or component✓ Provides an explanatory body
Why it was queued
fuzzing or regression evidence
AI analysis · Informational 15/100

This commit simply updates a fuzz-testing helper library called honggfuzz from version 0.5.57 to 0.5.58. It only changes version numbers and lock-file checksums in files related to fuzz testing. There is no indication this fixes or introduces a security problem in the actual Bitcoin library code that users rely on.

Security candidatefix: correct typos in PSBT serialization codeby Cameric · 9d1c9140 · Sep 27, 2025 · 1 fileMessage 57 · ThinInformational 15Details
Commit message · Cameric

fix: correct typos in PSBT serialization code

57/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
Why it was queued
signing boundarysigning or wallet path
AI analysis · Informational 15/100

This commit fixes two typos in comments/constant names within PSBT serialization code. One renames a local constant from PSBT_SERPARATOR to PSBT_SEPARATOR (the value 0xff is unchanged), and the other fixes a grammar error in a comment. Neither change alters program behavior.

Lower-priorityAutomated update to Github CI to rustc nightly-2025-09-26by Update Nightly Rustc Bot · df38faf3 · Sep 27, 2025 · 1 fileMessage 50 · ThinInformational 15Details
Commit message · Update Nightly Rustc Bot

Automated update to Github CI to rustc nightly-2025-09-26

50/100 · ThinMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
AI analysis · Informational 15/100

This commit simply updates the version of the Rust nightly compiler used by the project's automated GitHub CI tests from one weekly release to the next. It changes one line in a configuration file and has no direct security relevance to the software itself.

Lower-priorityconsensus_encoding: add slice encode unit testsby Nick Johnson · 526e1ad0 · Sep 27, 2025 · 1 fileMessage 55 · ThinInformational 15Details
Commit message · Nick Johnson

consensus_encoding: add slice encode unit tests

55/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Mentions testing or verification! No meaningful explanatory body
AI analysis · Informational 15/100

This commit only adds new unit tests for a slice encoder in the consensus_encoding crate. It does not change any production code, fix any bug, or alter behavior. There is no security relevance.

Lower-priorityconsensus_encoding: update encoder unit testsby Nick Johnson · 544d979e · Sep 27, 2025 · 1 fileMessage 55 · ThinInformational 15Details
Commit message · Nick Johnson

consensus_encoding: update encoder unit tests

55/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Mentions testing or verification! No meaningful explanatory body
AI analysis · Informational 15/100

This commit only changes unit tests for the consensus encoding module. It rewrites how tests exercise the byte and array encoders, switching from a helper that collects all output into a vector to direct assertions about each encoding step. There is no change to production code, no bug fix, and no security relevance.

Lower-priorityconsensus_encoding: fix zero element SliceEncoderby Nick Johnson · 5ad7d4eb · Sep 27, 2025 · 1 fileMessage 80 · StrongLow 35Details
Commit message · Nick Johnson

consensus_encoding: fix zero element SliceEncoder

Ensure that the compact size is removed on the first call to advance
so that even if the slice is empty, current_chunk fulfills its contract
and returns None.

80/100 · StrongMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context✓ Explains rationale or failure mode
AI analysis · Low 35/100

This commit fixes a bug in a Rust Bitcoin library component that encodes lists of items for the Bitcoin network protocol. When the list was empty, the encoder could fail to consume its internal 'compact size' marker on the first step, breaking its promised behavior of eventually returning 'no more data.' This could cause callers that stream or chunk encoded data to loop forever or behave incorrectly when encoding an empty list.

Lower-priorityAutomated update to Github CI to cargo-semver-checks version-0.44.0by Update cargo-semver-checks Bot · 7746f37d · Sep 27, 2025 · 1 fileMessage 50 · ThinInformational 15Details
Commit message · Update cargo-semver-checks Bot

Automated update to Github CI to cargo-semver-checks version-0.44.0

50/100 · ThinMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
Why it was queued
documentation-only discount
AI analysis · Informational 15/100

This commit simply bumps the version number of a CI linting tool (cargo-semver-checks) used in GitHub Actions from 0.43.0 to 0.44.0. It changes one line in a configuration file and has no effect on the actual Bitcoin library code, runtime behavior, or security.

Lower-prioritychore: fix small typoby VolodymyrBg · 7d604185 · Sep 26, 2025 · 1 fileMessage 40 · ThinInformational 15Details
Commit message · VolodymyrBg

chore: fix small typo

40/100 · ThinMessage clarity
✓ Subject identifies a change✓ Uses a recognizable type or scope! No meaningful explanatory body
AI analysis · Informational 15/100

This commit fixes a grammatical typo in a documentation comment, changing 'Cannot not convert' to 'Cannot convert'. It does not change any executable code, behavior, or security properties.

Lower-prioritychore: fix typosby VolodymyrBg · 2b3e8374 · Sep 26, 2025 · 1 fileMessage 40 · ThinInformational 15Details
Commit message · VolodymyrBg

chore: fix typos

40/100 · ThinMessage clarity
✓ Subject identifies a change✓ Uses a recognizable type or scope! No meaningful explanatory body
AI analysis · Informational 15/100

This commit fixes two spelling/grammar mistakes in code comments ('its' to 'it's' and 'is' to 'if'). No program logic, behavior, or security properties are changed.

AI review queuedconsensus_encoding: tag composers with inlineby Nick Johnson · 153ac218 · Sep 26, 2025 · 2 filesMessage 68 · AdequateInformational 15Details
Commit message · Nick Johnson

consensus_encoding: tag composers with inline

The encoder/decoder composers just delegate to an inner encoder/decoder,
inlining these simple calls might help the compiler optimize things.

68/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context
Why it was queued
parser or protocol pathsecond-pass: security-sensitive path
AI analysis · Informational 15/100

This commit only adds compiler hints (#[inline]) to small functions that simply pass work along to other functions. It does not change what the code does, only how the compiler may optimize it. There is no security relevance.

Lower-prioritychore: fix doc typo P2WPSH → P2WSHby Galoretka · a073c7ba · Sep 26, 2025 · 1 fileMessage 57 · ThinInformational 15Details
Commit message · Galoretka

chore: fix doc typo P2WPSH → P2WSH

57/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
AI analysis · Informational 15/100

This commit fixes a one-letter typo in a documentation comment. The comment incorrectly said 'P2WPSH' and now correctly says 'P2WSH' (Pay-to-Witness-Script-Hash), matching the function name it describes. There is no code change and no security impact.

Lower-priorityRemove current index from SliceEncoderby Tobin C. Harding · 4c197ea3 · Sep 26, 2025 · 1 fileMessage 68 · AdequateInformational 12Details
Commit message · Tobin C. Harding

Remove current index from SliceEncoder

At one stage during development, IIRC, I was trying to mutate the
encoder from within a loop and was unable to do so so I added a
current index instead. With Andrew's later improved version of
`advance` this was no longer the case but I left the `cur_idx`
variable in there. Remove it.

This was noticed during review but kindly left for a follow up since
its an internal change.

68/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context
AI analysis · Informational 12/100

This commit is a small internal cleanup in a Rust Bitcoin encoding helper. It removes an unused index counter and instead tracks progress by advancing a slice reference. There is no indication this fixes a security bug or changes observable behavior for users.

AI review queuedUpdate API text filesby Tobin C. Harding · b8af0d73 · Sep 26, 2025 · 1 fileMessage 28 · OpaqueInformational 15Details
Commit message · Tobin C. Harding

Update API text files

28/100 · OpaqueMessage clarity
✓ Subject identifies a change! No meaningful explanatory body
Why it was queued
documentation-only discountsecond-pass: opaque commit message
AI analysis · Informational 15/100

This commit only updates a generated text file that lists the public API surface of the crate. It records that a new type, AmountDecoder, is now exposed, but it does not change any actual source code, logic, or behavior. There is nothing here that could introduce a security vulnerability.

AI review queuedconsensus_encoding: API updatesby Nick Johnson · cf99839f · Sep 25, 2025 · 1 fileMessage 35 · OpaqueInformational 15Details
Commit message · Nick Johnson

consensus_encoding: API updates

35/100 · OpaqueMessage clarity
✓ Descriptive subject! No meaningful explanatory body
Why it was queued
documentation-only discountsecond-pass: opaque commit message
AI analysis · Informational 15/100

This commit is a routine API snapshot update. It only changes a generated text file that lists public API signatures, reflecting that some Encoder trait implementations no longer take a lifetime parameter. No actual source code, logic, or security behavior changed.

Lower-priorityconsensus_encoding: remove implicit lifetime nameby Nick Johnson · 9547fe36 · Sep 25, 2025 · 3 filesMessage 68 · AdequateInformational 15Details
Commit message · Nick Johnson

consensus_encoding: remove implicit lifetime name

Drop the encoder_newtype macro's implicit requirement that the struct
lifetime be called 'e to match the impl block's. This patch elides
the lifetime on the Encoder impl.

68/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context
AI analysis · Informational 15/100

This commit is a routine code cleanup in the Rust Bitcoin library. It removes an unnecessary naming requirement for lifetimes in the encoding machinery, making the macro more flexible and the code easier to maintain. There is no security issue here.

Lower-prioritydocs: replace CMerkleBlock with MerkleBlock in test documentationby Forostovec · c7efdefb · Sep 25, 2025 · 1 fileMessage 72 · AdequateInformational 15Details
Commit message · Forostovec

docs: replace CMerkleBlock with MerkleBlock in test documentation

72/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Mentions testing or verification! No meaningful explanatory body
AI analysis · Informational 15/100

This commit only fixes two typos in test documentation comments, changing 'CMerkleBlock' to 'MerkleBlock'. It does not change any actual code, behavior, or security properties.

Security candidatepsbt: correct typo in consensus deserialization error messageby sent deed · f9ef8c51 · Sep 25, 2025 · 1 fileMessage 50 · ThinInformational 15Details
Commit message · sent deed

psbt: correct typo in consensus deserialization error message

50/100 · ThinMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
Why it was queued
signing boundarysigning or wallet path
AI analysis · Informational 15/100

This commit fixes a single-letter spelling mistake in an error message string: 'deserializaton' is corrected to 'deserialization'. It does not change any program logic, parsing behavior, or security properties.

Lower-priorityunits: Re-export the AmountDecoderby Tobin C. Harding · 61755868 · Sep 25, 2025 · 1 fileMessage 60 · AdequateInformational 17Details
Commit message · Tobin C. Harding

units: Re-export the AmountDecoder

As we do for other `signed` and `unsigned` types; re-export the
`AmountDecoder` from the `amount` module.

60/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
AI analysis · Informational 17/100

This is a tiny, routine Rust code change that makes one internal type (`AmountDecoder`) publicly visible from a slightly more convenient module path. It adds no new logic, changes no behavior, and fixes no bug. There is no security relevance.

AI review queuedUpdate API text filesby Tobin C. Harding · d340c4dd · Sep 25, 2025 · 1 fileMessage 28 · OpaqueInformational 15Details
Commit message · Tobin C. Harding

Update API text files

28/100 · OpaqueMessage clarity
✓ Subject identifies a change! No meaningful explanatory body
Why it was queued
documentation-only discountsecond-pass: opaque commit message
AI analysis · Informational 15/100

This commit only updates a generated text file that lists the public API surface of the `bitcoin_units` crate. It adds and removes entries reflecting other code changes (new decoder error types, new `Default`/`new` functions, changed error type aliases), but contains no actual source code changes. There is nothing in the commit that fixes, introduces, or alters program behavior, so it has no security relevance on its own.

AI review queuedunits: Hide amount decoder error internalsby Tobin C. Harding · 11811e09 · Sep 25, 2025 · 2 filesMessage 68 · AdequateInformational 18Details
Commit message · Tobin C. Harding

units: Hide amount decoder error internals

Introduces new policy on how we implement decoder error types.

- All internals are hidden
- No `From<OtherError>` impls
- Private constructors
- Inner enum is private (does not need non_exhaustive).

68/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context
Why it was queued
signing or wallet pathsecond-pass: security-sensitive path
AI analysis · Informational 18/100

This commit is a defensive API-hardening change, not a fix for an active security bug. It hides the internal details of an error type used when decoding Bitcoin amounts, so future library changes cannot accidentally expose or depend on those internals. It does not change how amounts are actually decoded or validated.

AI review queuedunits: Implement constructor for decodersby Tobin C. Harding · b02b3ad3 · Sep 25, 2025 · 5 filesMessage 68 · AdequateInformational 15Details
Commit message · Tobin C. Harding

units: Implement constructor for decoders

So the decoders can be used by downstream add constructors for them
all. Also implement `Default` for the decoder types.

68/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context
Why it was queued
signing or wallet pathsecond-pass: security-sensitive path
AI analysis · Informational 15/100

This commit adds public constructors and Default implementations for several data decoder types in the rust-bitcoin 'units' crate. It is a straightforward API usability improvement for downstream users and does not change any decoding logic, parsing rules, or security behavior.

Lower-priorityunits: Wrap decoder error typesby Tobin C. Harding · c6ce97ed · Sep 25, 2025 · 5 filesMessage 68 · AdequateInformational 18Details
Commit message · Tobin C. Harding

units: Wrap decoder error types

If two encoders return the same error it is not currently possible to
compose them with our decoders. Having a new type instead of returning
the `UnexpectedEofError` makes this possible (assuming one doesn't
want to compose two decoders of the same type).

68/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context
AI analysis · Informational 18/100

This commit is a routine code-quality refactor in the rust-bitcoin library. It changes several decoder error types from a shared generic error into separate, type-specific wrapper errors so that different decoders can be combined more easily. There is no security vulnerability being fixed here; it is purely an API design improvement.

Lower-priorityconsenus_encoding: Add a SliceEncoderby Tobin C. Harding · a775d686 · Sep 24, 2025 · 6 filesMessage 68 · AdequateInformational 15Details
Commit message · Tobin C. Harding

consenus_encoding: Add a SliceEncoder

Add an encoder that can be used to encode a slice of `T: Encodable`
types. Will be used by `Transaction`.

Add an example usage as well as an integration test.

The `Encoder` impl was written during review by Andrew, props.

Co-developed-by: Andrew Poelstra <apoelstra@wpsoftware.net>

68/100 · AdequateMessage clarity
✓ Descriptive subject✓ Provides detailed explanatory context✓ Mentions testing or verification
AI analysis · Informational 15/100

This commit adds a new helper type called SliceEncoder to a Rust Bitcoin library. It is purely additive: it lets developers encode a list of items into Bitcoin's wire format. There is no bug fix, no change to existing behavior, and no security issue visible in the code.

Security candidateAdd chacha20_poly1305 Criterion AEAD benchmarksby Jamil Lambert, PhD · 2e824d92 · Sep 24, 2025 · 2 filesMessage 73 · AdequateInformational 15Details
Commit message · Jamil Lambert, PhD

Add chacha20_poly1305 Criterion AEAD benchmarks

Existing benches only use the raw ChaCha20 keystream without
Poly1305/authentication overhead.

Add Criterion benchmarks to ChaCha20-Poly1305 using AEAD encrypt/decrypt
with and without AAD.

73/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context✓ Names security-relevant behavior explicitly
Why it was queued
access control
AI analysis · Informational 15/100

This commit only adds new performance benchmark tests for the ChaCha20-Poly1305 encryption code. It does not change any production code, fix any bug, or alter any security behavior. There is no security issue here.

Lower-prioritydocs(CONTRIBUTING.md): Fix broken anchorsby BonyHanter83 · f53af9fa · Sep 24, 2025 · 1 fileMessage 57 · ThinInformational 15Details
Commit message · BonyHanter83

docs(CONTRIBUTING.md): Fix broken anchors

57/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
Why it was queued
documentation-only discount
AI analysis · Informational 15/100

This commit is a documentation-only fix. It corrects a broken internal link anchor in the project's CONTRIBUTING.md file and adds a short note pointing readers to a separate policy document. There is no change to code, no security relevance, and no risk to users.