• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

shinghim / rust-bitcoin
84%

Build:
DEFAULT BRANCH: master
Repo Added 10 Jul 2024 03:03PM UTC
Token SHadCJrfQZuoRbsPhshvGzyDMB40UD0xi regen
Build 320 Last
Files 132
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
Sync Branches
  • master
  • 2869-displaying-hex
  • 2952-remove-fmt-value-in
  • 2954-amount-doc
  • 2998-version-enum
  • 3039-to
  • 3160-remove-from
  • 3160-remove-from-into
  • 3186-remove-tests
  • 3348-to-hex-bug
  • 3366-refine-arbitrary
  • 3615-block-methods
  • 3652-from-next-work
  • 3654-nodeinfo-ord
  • 3705-arbitrary
  • 3779-remove-panic
  • 3843-remove-infallible
  • 4031-assign-ops
  • 4156-mutants
  • 4172-mul-div-assign
  • 4206-const
  • 4345-as-inner
  • 4362-from-hex
  • 4476-map
  • 4685-arbitrary
  • api-script-bug
  • arbitrary-tx
  • bitcoin-arbitrary
  • bitcoin-fuzz
  • block-arbitrary
  • cleanup
  • derive-arbitrary
  • fee-ceil
  • fix-unused
  • from-second-ceil
  • fuzz-targets
  • ggrep
  • height
  • inventory-encode
  • key-arbitrary
  • kill-mutants
  • move-arbitrary
  • mutant
  • mutants
  • p2p-fuzz
  • primitive-arbitrary
  • primitives-arbitrary
  • relative-timelock-tests
  • remove-tests-mod
  • rename-key-data
  • sequence_test
  • signature-arbitrary
  • siphash
  • staging
  • typo
  • units-fuzz
  • units-mutants
  • unused-variable
  • update-arbitrary
  • update-key-doc
  • use-arbitrary
  • version-enum
  • version-tests
  • witness-program-test

15 Aug 2025 04:07PM UTC coverage: 83.515% (+0.07%) from 83.446%
17000356271

push

github

apoelstra
Merge rust-bitcoin/rust-bitcoin#4857: fix: IsSatisfiedByTimeError::Incompatible wording to lock-by-time

<a class=hub.com/shinghim/rust-bitcoin/commit/<a class="double-link" href="https://git"><a class=hub.com/shinghim/rust-bitcoin/commit/1f5e6ed3818dc153ae51d869bf7e42e094ecc16c">1f5e6ed38 fix: IsSatisfiedByTimeError::Incompatible wording to lock-by-time (yyhrnk)

Pull request description:

  Updated the error text to say “lock-by-time” for IsSatisfiedByTimeError::Incompatible.


ACKs for top commit:
  apoelstra:
    ACK 1f5e6ed3818dc153ae51d869bf7e42e094ecc16c; successfully ran local tests; good catch
  tcharding:
    ACK 1f5e6ed3818dc153ae51d869bf7e42e094ecc16c


Tree-SHA512: b88513592b5f48c404cbac1fe38a066c3c8

1 of 1 new or added line in 1 file covered. (100.0%)

580 existing lines in 34 files now uncovered.

21576 of 25835 relevant lines covered (83.51%)

15128.98 hits per line

Relevant lines Covered
Build:
Build:
25835 RELEVANT LINES 21576 COVERED LINES
15128.98 HITS PER LINE
Source Files on master
  • Tree
  • List 132
  • Changed 70
  • Source Changed 67
  • Coverage Changed 45
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
17000356271 master Merge rust-bitcoin/rust-bitcoin#4857: fix: IsSatisfiedByTimeError::Incompatible wording to lock-by-time 1f5e6ed38 fix: IsSatisfiedByTimeError::Incompatible wording to lock-by-time (yyhrnk) Pull request description:... push 15 Aug 2025 10:10PM UTC apoelstra github
83.51
16737739096 master Merge rust-bitcoin/rust-bitcoin#4772: Fix typos in opcode documentation comments 257917089 Fix typos in opcode documentation comments (radik878) 6e8bd330e Update block.rs (radik878) e7... push 05 Aug 2025 12:56AM UTC apoelstra github
83.45
16585687637 master Merge rust-bitcoin/rust-bitcoin#4732: Automated nightly rustfmt (2025-07-27) fa92c1081 2025-07-27 automated rustfmt nightly (Fmt Bot) Pull request description: Automated nightly `rustfmt` changes by [create-pull... push 29 Jul 2025 03:12AM UTC apoelstra github
83.53
16585542747 master Merge rust-bitcoin/rust-bitcoin#4713: Update `deserialize_witness` fuzz target to use the `Witness` `arbitrary` impl ca344e6d0 Update deserialize_witness fuzz target to use arbitrary impl (Shing Him Ng) 66f7a0a51eb7... push 29 Jul 2025 03:01AM UTC apoelstra github
83.56
16498700718 master Merge rust-bitcoin/rust-bitcoin#4716: Use Self in script Builder 2db884f09 Use Self in script Builder (Tobin C. Harding) Pull request description: The `builder` module is more maintainable if we use `Self` inste... push 24 Jul 2025 01:48PM UTC apoelstra github
83.54
16403933810 master Merge rust-bitcoin/rust-bitcoin#4639: feat(p2p): create `NetworkExt` trait for default P2P port and `Magic` values eba12041c feat(p2p): create `NetworkExt` trait for default P2P port and network `Magic` values (Luis... push 20 Jul 2025 08:29PM UTC apoelstra github
83.56
16132836379 master Merge rust-bitcoin/rust-bitcoin#4668: Inline `script_pubkey` extension traits 25e1d8d23 Inline script_pubkey ScriptBuf extension trait (Tobin C. Harding) afd36079e Inline script_pubkey... push 08 Jul 2025 02:58AM UTC apoelstra github
83.57
15164469970 master Merge rust-bitcoin/rust-bitcoin#4533: chore: delete unused `.actrc` a5e4eb312 chore: remove unused `.actrc` (Luis Schwab) Pull request description: Closes #4531. Removes the useless and unused `.actrc` file. ... push 21 May 2025 02:11PM UTC apoelstra github
84.64
14947945345 master Merge rust-bitcoin/rust-bitcoin#4473: Assert num op error a7d059151 Assert error type (yancy) 2f7e74da4 Add MathOp helper methods (yancy) Pull request description: Follow up from h... push 10 May 2025 06:19PM UTC apoelstra github
84.48
14784650235 master Merge rust-bitcoin/rust-bitcoin#4411: Mutation testing: Add exclusions for match arm/guard mutants 3bcb5b0f8 Add exclusions for match arm/guard mutants (Jamil Lambert, PhD) Pull request description: cargo-mutant... push 01 May 2025 10:26PM UTC apoelstra github
84.19
See All Builds (320)

Badge your Repo: rust-bitcoin

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc