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

dfinity / rust-dogecoin / 16411792700
84%

Build:
DEFAULT BRANCH: doge-master
Ran 21 Jul 2025 08:12AM UTC
Jobs 1
Files 97
Run time 6min
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

21 Jul 2025 08:11AM UTC coverage: 82.642% (+0.02%) from 82.623%
16411792700

push

github

web-flow
refactor(params): simpler and more consistent Dogecoin params (#12)

Changes to Dogecoin parameters, in preparation for DigiShield difficulty
adjustment PR https://github.com/dfinity/rust-dogecoin/pull/11:
- replace `struct Params` encapsulating `bitcoin_params` and
`dogecoin_params` into unified `Params` structure.
- change `timespan` and `pow_target_timespan` types from `u64` to `i64`.
The motivation is twofold: 1) [Dogecoin
core](https://github.com/dogecoin/dogecoin/blob/51cbc1fd5/src/consensus/params.h#L67)
is using `int64_t` type throughout, 2) manipulating negative `timespan`
is easier and safer to handle, which is going to be the case when
switching to DigiShield where difficulty adjustment interval is only 1
block.
- change `pow_target_spacing` type from `u64` to `i64` for consistency
with Dogecoin.

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

17463 of 21131 relevant lines covered (82.64%)

16781.07 hits per line

Jobs
ID Job ID Ran Files Coverage
1 16411792700.1 21 Jul 2025 08:12AM UTC 97
82.64
GitHub Action Run
Source Files on build 16411792700
  • Tree
  • List 97
  • Changed 4
  • Source Changed 4
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16411792700
  • c0a80367 on github
  • Prev Build on doge-master (#16287837077)
  • Next Build on doge-master (#16717566206)
  • 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

© 2025 Coveralls, Inc