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

dangernoodle-io / TaipanMiner / 25338285277
90%

Build:
DEFAULT BRANCH: main
Ran 04 May 2026 07:16PM UTC
Jobs 1
Files 28
Run time 1min
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

04 May 2026 07:15PM UTC coverage: 92.578% (-0.01%) from 92.59%
25338285277

push

github

web-flow
fix(mining): D0 SHA digest byte order via shared mining_hash_from_state helper (#333)

Three independent serialization paths (SW sha256.c, AHB sha256_hw_ahb /
mining.c, DPORT sha256_hw_dport.c) each produced the 32-byte hash[] for
meets_target. DPORT used LE-per-word while SW/AHB used BE-per-word — pool
rejected DPORT shares as low_difficulty (empirically confirmed).

Introduces mining_hash_from_state(state[8], hash_out[32]) in work.h/work.c as
the single serialization point: canonical SHA-256 state words stored big-endian
into the output buffer. All three production paths and both self-test abc-vector
serializations now route through it, preventing format drift from recurring.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

732 of 876 branches covered (83.56%)

Branch coverage included in aggregate %.

6 of 6 new or added lines in 3 files covered. (100.0%)

1638 of 1684 relevant lines covered (97.27%)

245137.37 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25338285277.1 04 May 2026 07:16PM UTC 28
92.58
GitHub Action Run
Source Files on build 25338285277
  • Tree
  • List 28
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25338285277
  • bc0e37ef on github
  • Prev Build on main (#25335145654)
  • Next Build on main (#25339518865)
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