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

rust-bitcoin / rust-bitcoin / 7800670843
83%

Build:
DEFAULT BRANCH: master
Ran 06 Feb 2024 01:46PM UTC
Jobs 1
Files 87
Run time 12s
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

06 Feb 2024 01:45PM UTC coverage: 84.183% (+0.04%) from 84.147%
7800670843

push

github

apoelstra
Merge rust-bitcoin/rust-bitcoin#2443: Print hex in Debug for Sequence

<a class=hub.com/rust-bitcoin/rust-bitcoin/commit/<a class="double-link" href="https://git"><a class=hub.com/rust-bitcoin/rust-bitcoin/commit/c084afa8b27b819eb501a57a24d5b3c062ca86b9">c084afa8b Print hex in Debug for Sequence (Tobin C. Harding)

Pull request description:

  Printing the `Sequence` as a decimal is not super useful when debugging, print it in hex instead.

  Using code:

          let seq = Sequence::from_consensus(0xFFFFFFFF);
          println!("sequence: {:?}", seq);

  Before applying this patch we get:

          sequence: Sequence(4294967295)

  And after applying we get:

          sequence: Sequence(0xffffffff)

ACKs for top commit:
  Kixunil:
    ACK c084afa8b27b819eb501a57a24d5b3c062ca86b9
  apoelstra:
    ACK c084afa8b27b819eb501a57a24d5b3c062ca86b9

Tree-SHA512: d60cd88969e99bfc2f06d91651370a7bc98

19342 of 22976 relevant lines covered (84.18%)

16883.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7800670843.1 06 Feb 2024 01:46PM UTC 0
84.18
GitHub Action Run
Source Files on build 7800670843
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #7800670843
  • 0f669404 on github
  • Prev Build on master (#7800336497)
  • Next Build on master (#7800933584)
  • Delete
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