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

dfinity / rust-dogecoin
84%

Build:
DEFAULT BRANCH: doge-master
Repo Added 23 May 2025 02:56PM UTC
Token 0vnOS7eVeqMF4f8vLdSYxd8ea1YVS3t9V regen
Build 249 Last
Files 98
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 doge-master
branch: doge-master
CHANGE BRANCH
x
Reset
Sync Branches
  • doge-master
  • bitcoin-0.32.5-doge.0
  • mducroux/XC-374-add-license
  • mducroux/XC-375-init-dogecoin
  • mducroux/XC-379-scrypt-hash-support
  • mducroux/XC-383-add-dogecoin-network
  • mducroux/XC-388-dogecoin-daa
  • mducroux/XC-431-add-difficulty-calculation-blocks-5000-144999
  • mducroux/XC-434-add-digishield-daa
  • mducroux/XC-434-add-digishield-difficulty-adjustment
  • mducroux/XC-435-auxpow-validation
  • mducroux/XC-533-first-release
  • mducroux/XC-533-first-release-changelog
  • mducroux/add-more-tests
  • mducroux/bitcoin-dogecoin-0.32.7
  • mducroux/doge-0.32.7
  • mducroux/dogecoin-params
  • mducroux/dogecoin-v0.32.7
  • mducroux/fix-doc-build
  • mducroux/release-0.32.7-doge.0-changelog
  • paulliu/change-to-stable-release
  • paulliu/dogecoin-address
  • paulliu/dogecoin-p2p-message
  • paulliu/index-network-message-by-header-too
  • paulliu/more-methods-for-network
  • paulliu/pass-p2p-version-explicitly
  • sync-rebase-master
  • v0.32.5-doge.0
  • v0.32.5-doge.1

23 Dec 2025 03:07PM UTC coverage: 83.843% (+0.5%) from 83.32%
20464261609

push

github

web-flow
chore: merge upstream bitcoin-0.32.7 (#23)

Co-authored-by: Liu-Cheng Xu <xuliuchengxlc@gmail.com>
Co-authored-by: merge-script <apoelstra@wpsoftware.net>
Co-authored-by: Martin Habovstiak <martin.habovstiak@gmail.com>
Co-authored-by: Nadav Ivgi <nadav@shesek.info>
Co-authored-by: Erick Cestari <erickcestari03@gmail.com>
Co-authored-by: Shing Him Ng <shinghim@protonmail.com>
Co-authored-by: Tobin C. Harding <me@tobin.cc>

208 of 246 new or added lines in 10 files covered. (84.55%)

3 existing lines in 3 files now uncovered.

18687 of 22288 relevant lines covered (83.84%)

16018.15 hits per line

Relevant lines Covered
Build:
Build:
22288 RELEVANT LINES 18687 COVERED LINES
16018.15 HITS PER LINE
Source Files on doge-master
  • Tree
  • List 98
  • Changed 12
  • Source Changed 11
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20464261609 doge-master chore: merge upstream bitcoin-0.32.7 (#23) Co-authored-by: Liu-Cheng Xu <xuliuchengxlc@gmail.com> Co-authored-by: merge-script <apoelstra@wpsoftware.net> Co-authored-by: Martin Habovstiak <martin.habovstiak@gmail.com> Co-authored-by: Nadav Ivgi <... push 23 Dec 2025 03:08PM UTC web-flow github
83.84
19462406518 doge-master docs: fix docs.rs build (#19) Following upstream commit https://github.com/rust-bitcoin/rust-bitcoin/commit/3f3324058, the `doc_auto_cfg` feature is removed to fix the docs.rs build. Additionally, we enable the `doc... push 18 Nov 2025 10:16AM UTC web-flow github
83.32
19168145650 doge-master chore: add changelog v0.32.5-doge.0 and rust dogecoin logo (#18) push 07 Nov 2025 12:19PM UTC web-flow github
83.32
19027568638 doge-master chore: update README.md (#17) Updates the README.md file to references the upstream rust-bitcoin README file and list the main differences between rust-dogecoin and rust-bitcoin. push 03 Nov 2025 07:53AM UTC web-flow github
83.32
17488318211 doge-master test: add additional tests adapted from core's dogecoin_tests.cpp (#15) This PR adds additional tests for the `from_next_work_required_dogecoin` method and `params` module. The goal is to replicate the tests found in Dogecoin core [dogecoin_tests... push 05 Sep 2025 08:44AM UTC web-flow github
83.32
17463862866 doge-master feat: make Header a parameter of NetworkMessage (#16) Because Dogecoin's Header type is now different than Bitcoin's, The NetworkMessage type has to take Header as a parameter too. push 04 Sep 2025 12:30PM UTC web-flow github
83.29
17266164727 doge-master feat: add auxpow validation (#14) [XC-435](https://dfinity.atlassian.net/browse/XC-435): Adds AuxPow validation used in merged mining. References: - Dogecoin core: https://github.com/dogecoin/dogecoin/blob/51cbc1fd5d0d045dda2ad84f53572bbf524c6a8... push 27 Aug 2025 12:06PM UTC web-flow github
83.28
16718747091 doge-master feat: pass p2p protocol version explicitly (#10) Pass protocol version explicitly when constructing network messages. Remove the previous addition of `with_version` method because it could be confusing when to use it. This is not a compatible ch... push 04 Aug 2025 09:02AM UTC web-flow github
82.74
16717566206 doge-master feat(pow): add digishield difficulty adjustment algorithm (#13) [XC-434](https://dfinity.atlassian.net/browse/XC-434?atlOrigin=eyJpIjoiZjk1YjYwOGE4MDgxNDFkZjg2YTQ5NWU2NTZmMDlhMmIiLCJwIjoiaiJ9): Adds digishield difficulty adjustment algorithm. Ref... push 04 Aug 2025 08:06AM UTC web-flow github
82.71
16411792700 doge-master 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 `... push 21 Jul 2025 08:12AM UTC web-flow github
82.64
See All Builds (172)

Badge your Repo: rust-dogecoin

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

© 2025 Coveralls, Inc