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
393commits · 60 days
1292commits · 180 days
2054commits · 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 1 minute 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-prioritydocs: ADR for the consensus_encoding crateby Nick Johnson · 820dacd0 · Oct 25, 2025 · 1 fileMessage 57 · ThinInformational 15Details
Commit message · Nick Johnson

docs: ADR for the consensus_encoding crate

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 only adds a new documentation file: an Architecture Decision Record (ADR) explaining the project's plan to create a dedicated 'consensus_encoding' crate. It contains no code changes, no bug fixes, and no security-related content. It is purely a planning/design document.

Lower-prioritydocs: add the adr template based on BDK'sby Nick Johnson · 37d9aa24 · Oct 24, 2025 · 1 fileMessage 92 · StrongInformational 15Details
Commit message · Nick Johnson

docs: add the adr template based on BDK's

Architecture Decision Records (ADR) are a template for capturing why
a large code change was made. BDK has been using this template and
finding it helpful.

92/100 · StrongMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Provides detailed explanatory context✓ Explains rationale or failure mode
Why it was queued
documentation-only discount
AI analysis · Informational 15/100

This commit adds a blank template document for Architecture Decision Records (ADRs). It is purely documentation and contains no code changes, no configuration changes, and no security-relevant content.

AI review queuedrefactor: remove redundant clones in bitcoin crateby Klaklax · 4649e5cf · Oct 24, 2025 · 3 filesMessage 62 · AdequateInformational 15Details
Commit message · Klaklax

refactor: remove redundant clones in bitcoin crate

62/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
Why it was queued
signing or wallet pathsecond-pass: security-sensitive path
AI analysis · Informational 15/100

This commit is a minor code cleanup that removes unnecessary copy operations (clones) inside test code only. It does not change any production behavior and has no security relevance.

AI review queuedAdd decode segwit testby Jamil Lambert, PhD · 29cb875e · Oct 23, 2025 · 1 fileMessage 61 · AdequateInformational 12Details
Commit message · Jamil Lambert, PhD

Add decode segwit test

There is a mutant in <impl Decoder for TransactionDecoder>::push_bytes.

Add a test that decoding a transaction with 1 input but no witnesses
for any input errors.

61/100 · AdequateMessage clarity
✓ Subject identifies a change✓ Provides detailed explanatory context✓ Mentions testing or verification
Why it was queued
signing or wallet pathsecond-pass: security-sensitive path
AI analysis · Informational 12/100

This commit only adds a new test case. It does not change any production code. The test checks that decoding a SegWit-formatted transaction with no witness data correctly produces an error. There is no fix or behavior change in the actual decoder.

AI review queuedAdd transaction decode round trip testby Jamil Lambert, PhD · 9f79146f · Oct 23, 2025 · 1 fileMessage 70 · AdequateInformational 15Details
Commit message · Jamil Lambert, PhD

Add transaction decode round trip test

There is a mutant in push_bytes.

Add a transaction encode/decode round trip test to kill it.

70/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body✓ Mentions testing or verification
Why it was queued
signing or wallet pathsecond-pass: security-sensitive path
AI analysis · Informational 15/100

This commit only adds a new test that encodes a Bitcoin transaction and decodes it again to make sure the result matches the original. It does not change any production code, fix a bug, or introduce a security issue. The commit message mentions a 'mutant in push_bytes,' which is testing jargon for a surviving fake code change during mutation testing, not a real vulnerability.

Lower-priorityUpdate mutant excludesby Jamil Lambert, PhD · 892a30d6 · Oct 23, 2025 · 1 fileMessage 51 · ThinInformational 15Details
Commit message · Jamil Lambert, PhD

Update mutant excludes

There are new mutants for cases that have previously been excluded due
to a difference in the path of the exclusion. There is also a timeout
where changing an = to != in push_bytes makes the decoding never end.

Make the exclusions more general to cover these cases.

Add an exclusion for the timeout.

51/100 · ThinMessage clarity
✓ Subject identifies a change✓ Provides detailed explanatory context
AI analysis · Informational 15/100

This commit only updates a configuration file used for mutation testing. It tells the mutation-testing tool to skip certain patterns that would otherwise cause test runs to hang. There is no change to the actual Bitcoin library code, no bug fix, and no security patch.

Lower-priorityAdd witness decoding with oversized length testby jamillambert · e7e5d649 · Oct 23, 2025 · 1 fileMessage 70 · AdequateInformational 12Details
Commit message · jamillambert

Add witness decoding with oversized length test

There is a mutant in cast_to_usize_if_valid().

Add a test that checks the boundary case to kill the mutant.

70/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body✓ Mentions testing or verification
AI analysis · Informational 12/100

This commit only adds a new unit test for an existing function. It does not change any production code, so it cannot introduce or fix a security vulnerability by itself. The test verifies that witness data with a length of exactly 4,000,000 bytes is accepted, while a length of 4,000,001 bytes is rejected.

AI review queuedRemove unused comments on TransactionExt trait implementationby Mitchell Bagot · 43ae5fa9 · Oct 23, 2025 · 1 fileMessage 73 · AdequateInformational 15Details
Commit message · Mitchell Bagot

Remove unused comments on TransactionExt trait implementation

Comments applied to function implementations of traits do not render
in compiled Rust documentation. The TransactionExt trait implementation
for Transaction includes two such comments that duplicate similar
warnings present in the trait definition.

This patch removes the useless comments above the functions
total_size and base_size in the TransactionExt implementation of
Transaction.

73/100 · AdequateMessage clarity
✓ Specific, 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 only removes two short documentation comments from a Rust trait implementation. The actual code behavior is unchanged. There is no security relevance.

Lower-priorityRemove unused comment on BlockCheckedExt trait implementationby Mitchell Bagot · bee2a9ae · Oct 23, 2025 · 1 fileMessage 73 · AdequateInformational 15Details
Commit message · Mitchell Bagot

Remove unused comment on BlockCheckedExt trait implementation

Comments applied to function implementations of traits do not render
in compiled Rust documentation. The BlockCheckedExt trait implementation
for Block<Checked> includes such a comment that also duplicates the
warning present on the trait definition.

This patch removes the useless comment above the function total_size
in the BlockCheckedExt implementation of Block<Checked>.

73/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context
AI analysis · Informational 15/100

This commit only removes a documentation comment that duplicated a warning already present on the trait definition. No code behavior changed, and there is no security relevance.

Lower-priorityRemove blank line between attribute and functionby jamillambert · 74ad49ad · Oct 23, 2025 · 1 fileMessage 45 · ThinInformational 15Details
Commit message · jamillambert

Remove blank line between attribute and function

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

This commit removes a single blank line between a Rust test attribute (#[test]) and the test function it decorates. It is a cosmetic/style-only change with no functional or security effect.

Lower-priorityRemove unused comment on Encodable trait implementationby Mitchell Bagot · 9485c69c · Oct 23, 2025 · 1 fileMessage 73 · AdequateInformational 15Details
Commit message · Mitchell Bagot

Remove unused comment on Encodable trait implementation

Comments applied to function implementations of traits do not render
in compiled Rust documentation. The Encodable trait implementation
for BlockTransactionsRequest includes such a comment that also
duplicates the warning recorded on the indexes field of the struct.

This patch removes the useless comment above the function
consensus_encode in the Encodable implementation of
BlockTransactionsRequest.

73/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context
AI analysis · Informational 15/100

This commit only removes a documentation comment that duplicated an existing warning elsewhere in the code. No program logic, behavior, or security boundary changed.

AI review queuedMove encode_to_hash_engine to hashes from consensus_encodingby Mitchell Bagot · 1a3dfbe5 · Oct 22, 2025 · 8 filesMessage 85 · StrongInformational 18Details
Commit message · Mitchell Bagot

Move encode_to_hash_engine to hashes from consensus_encoding

The encode_to_hash_engine function created a dependency on hashes from
consensus_encoding. Since consensus_encoding is moving to 1.0, it is
best to remove the dependency on the pre-1.0 hashes crate.

This patch moves the encode_to_hash_engine function to the hashes
crate, and reverses the dependency so that hashes now depends on
consensus_encoding instead of vice-versa.

85/100 · StrongMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context✓ Explains rationale or failure mode
Why it was queued
second-pass: broader security terminology
AI analysis · Informational 18/100

This is a routine internal code reorganization. A helper function that feeds encoded data into a hash calculation was moved from one Rust crate to another, and the dependency direction between those two crates was reversed. The actual logic of the function did not change, and there is no indication this fixes or introduces a security bug.

Lower-priorityconsensus_encoding: clean up test commentby Nick Johnson · 3bfaf307 · Oct 19, 2025 · 1 fileMessage 78 · AdequateInformational 15Details
Commit message · Nick Johnson

consensus_encoding: clean up test comment

Adding a note to the SliceEncoder::advance optimization. This behavior
is technically exposed, a user could somehow manage to depend on it,
so it should be tested just to make sure changes are flagged.

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

This commit only changes a test comment. It removes two commented-out test lines and adds a brief explanatory note about an existing optimization. No code behavior was changed, and there is no security relevance.

Lower-priorityp2p: fix BIP0031_VERSION to use correct protocol version 60001by Herobrine · 0e83bf64 · Oct 19, 2025 · 1 fileMessage 50 · ThinLow 27Details
Commit message · Herobrine

p2p: fix BIP0031_VERSION to use correct protocol version 60001

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

A single number in the rust-bitcoin peer-to-peer networking code was corrected: the protocol version that advertises support for the BIP31 ping/pong feature was changed from 60000 to 60001. This is a bug fix that aligns the code with the Bitcoin protocol specification. The wrong value could cause a node to misidentify itself or misjudge peers during version negotiation, but it is not a direct theft-of-funds or remote-code-execution vulnerability.

AI review queued2025-10-19 automated rustfmt nightlyby Fmt Bot · 24e7124a · Oct 19, 2025 · 2 filesMessage 45 · ThinInformational 15Details
Commit message · Fmt Bot

2025-10-19 automated rustfmt nightly

45/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
Why it was queued
signing or wallet pathsecond-pass: security-sensitive path
AI analysis · Informational 15/100

This is an automated code-formatting commit from rustfmt. It only changes whitespace, line breaks, and brace style in two source files. No program logic, behavior, or security properties were changed.

AI review queuedconsensus_encoding: add more encode/decode testsby Nick Johnson · 6fadad68 · Oct 18, 2025 · 2 filesMessage 78 · AdequateInformational 15Details
Commit message · Nick Johnson

consensus_encoding: add more encode/decode tests

A bunch of corner cases and boundary condition tests. Some of these
boundary cases are not actually part of the explicit contract, but we
would want to know if the behavior changed since it is exposed to the
caller.

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

This commit only adds new unit tests for encoding and decoding routines in the rust-bitcoin consensus_encoding crate. It does not change any production code, fix bugs, or alter behavior. The tests cover corner cases such as zero-length arrays, empty slices, boundary values for compact-size integers, and state transitions in combined encoders/decoders.

Lower-priorityprimitives: Bump the version to 1.0.0-rc.0by Tobin C. Harding · 8cf8b6be · Oct 18, 2025 · 4 filesMessage 68 · AdequateInformational 15Details
Commit message · Tobin C. Harding

primitives: Bump the version to 1.0.0-rc.0

In preparation for releasing the first release candidate bump the
version number, add an extensive changelog entry, and update the
lockfiles.

Includes adding version number for all local deps.

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 release-preparation change. It bumps the version number of the `bitcoin-primitives` crate from 0.101.0 to 1.0.0-rc.0, updates two lockfiles, and adds a long changelog entry describing past improvements. No code behavior is changed, and there is no security fix or vulnerability introduced in the diff itself.

Security candidatechore: improve test panic messagesby Klaklax · 89c77e93 · Oct 18, 2025 · 2 filesMessage 67 · AdequateInformational 15Details
Commit message · Klaklax

chore: improve test panic messages

67/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Mentions testing or verification! No meaningful explanatory body
Why it was queued
cryptography-sensitive pathsigning or wallet path
AI analysis · Informational 15/100

This commit only improves the wording of error messages shown when tests fail. It does not change any production code, behavior, or security logic.

Lower-priorityunits: Bump version to 1.0.0-rc.2by Tobin C. Harding · 18c3427e · Oct 18, 2025 · 6 filesMessage 60 · AdequateInformational 15Details
Commit message · Tobin C. Harding

units: Bump version to 1.0.0-rc.2

We just bumped the `hashes` version, requires another release here.

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

This commit is a routine version bump for the bitcoin-units crate from 1.0.0-rc.1 to 1.0.0-rc.2, triggered by a dependency version change in bitcoin_hashes. It only updates version numbers in lock files and package manifests; no source code, logic, or behavior changed.

Lower-priorityconsensus_encoding: Re-export hashes crateby Tobin C. Harding · 56fe5f23 · Oct 18, 2025 · 1 fileMessage 60 · AdequateInformational 17Details
Commit message · Tobin C. Harding

consensus_encoding: Re-export hashes crate

Add a pub extern re-export of the `hashes` dep.

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

This commit simply makes an existing internal dependency (the `hashes` crate) publicly visible to users of the `consensus_encoding` crate. It is a routine API/export change with no security relevance visible in the code.

Lower-priorityconsensus_encoding: Bump the version to 1.0.0-rc.1by Tobin C. Harding · e7d7617b · Oct 18, 2025 · 6 filesMessage 65 · AdequateInformational 15Details
Commit message · Tobin C. Harding

consensus_encoding: Bump the version to 1.0.0-rc.1

We just bumped the `hashes` version, requires another release here.

65/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
AI analysis · Informational 15/100

This commit is a routine version bump for a Rust package called `bitcoin-consensus-encoding`, moving it from one release candidate version to the next. It only updates version numbers in package files and lock files. There are no code changes, no bug fixes, and no security-related changes.

Lower-priorityhashes: Add explicit version to internals depby Tobin C. Harding · 2203f391 · Oct 17, 2025 · 1 fileMessage 60 · AdequateInformational 15Details
Commit message · Tobin C. Harding

hashes: Add explicit version to internals dep

Depend explicitly on the latest version of `internals` so we can
publish.

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

This commit is a routine packaging change for the rust-bitcoin library. It adds an explicit version number to an internal dependency so the crate can be published to the Rust package registry. There is no security issue in the change itself.

Lower-priorityhashes: Bump version to 0.17.0by Tobin C. Harding · 7769d1e1 · Oct 17, 2025 · 7 filesMessage 68 · AdequateInformational 15Details
Commit message · Tobin C. Harding

hashes: Bump version to 0.17.0

In preparation for release bump the version, add a changelog entry,
and update the lock files.

Set explicit version in deps list as needed.

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 release preparation: it bumps the version number of the `bitcoin_hashes` crate from 0.16.0 to 0.17.0, updates the changelog, and refreshes lock files and dependency version constraints in related crates. There are no code changes, bug fixes, or security-related modifications in the diff.

AI review queuedRemove doc_auto_cfgby Tobin C. Harding · 3f332405 · Oct 17, 2025 · 11 filesMessage 33 · OpaqueInformational 15Details
Commit message · Tobin C. Harding

Remove doc_auto_cfg

This was removed in recent nightly and is breaking all the docs builds
when we try and publish crates.

33/100 · OpaqueMessage clarity
✓ Subject identifies a change✓ Provides an explanatory body! Too few words to establish purpose
Why it was queued
second-pass: opaque commit message
AI analysis · Informational 15/100

This commit removes a Rust compiler feature flag called doc_auto_cfg from 11 library files. The feature was removed in recent nightly Rust compilers and was causing documentation builds to fail when publishing crates. It is purely a build/documentation compatibility fix with no effect on the actual Bitcoin code or its security.

Lower-priorityAdd maintainer-tools support to the justfileby Nick Johnson · 74052cd6 · Oct 17, 2025 · 5 filesMessage 68 · AdequateInformational 15Details
Commit message · Nick Johnson

Add maintainer-tools support to the justfile

The justfile is a nice interface for local development, but ideally its
logic is the exact same as what runs in CI to minimize wasted cycles
found only in CI.

This patch introduces teh maintianer-tools-version file as the source
of truth for the version of CI script used in the workspace. The CI
tooling as well as the justfile have been updated to pull from it. The
justfile has also been extended with recipes which match the CI tasks
as close as possible.

Explicit rustup commands were introduced to the justfile with the new
"ci" recipe. This isn't expanding scope though since rustup was already
implicitly required by tasks like "format" which use the +toolchain
syntax.

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 developer-experience improvement. It moves the version of an internal helper repository (maintainer-tools) into a plain text file so both CI and the local justfile use the same version. It adds local recipes to run the same checks that run in CI. There is no change to the actual Bitcoin library code, no bug fix, and no security-related content.