• 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 284 Last
Files 97
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
  • basvandijk/team-rename
  • bitcoin-0.32.5-doge.0
  • bitcoin-0.32.5-doge.1
  • bitcoin-0.32.7-doge.0
  • chore/pin-actions-to-sha
  • create-pull-request/patch
  • 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-codeowner-file
  • 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
  • mducroux/trusted-publishing
  • mducroux/update-cargo-version
  • 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
  • paulliu/update-serde_cbor-0-10
  • sync-rebase-master
  • v0.32.5-doge.0
  • v0.32.5-doge.1
  • v0.32.7-doge.0

10 Apr 2026 08:59AM UTC coverage: 83.525% (-0.03%) from 83.557%
24235167691

push

github

web-flow
chore: pin GitHub Actions to commit SHAs (#31)

## Pin GitHub Actions to commit SHAs

GitHub Actions referenced by tag (e.g. `actions/checkout@v4`) use a
mutable pointer — the tag owner can move it to a different commit at any
time, including a malicious one. This is the attack vector used in the
tj-actions/changed-files incident (CVE-2025-30066).

Pinning to a full 40-character commit SHA makes the reference immutable.
The `# tag` comment preserves human readability so reviewers can tell
which version is pinned.

Important: a SHA can also originate from a forked repository. A
malicious actor can fork an action, push a compromised commit to the
fork, and the SHA will resolve — but it won't exist in the upstream
canonical repo. Each SHA in this PR was verified against the action's
canonical repository (not a fork).

### Changes

- `actions/checkout@v4` ->
`actions/checkout@<a class=hub.com/dfinity/rust-dogecoin/commit/34e114876b0b11c390a56381ad16ebd13914f8d5">34e114876 # v4.3.1`
  - Version: v4.3.1 | Latest: v6.0.2 | Release age: 90d
- Commit:
https://github.com/actions/checkout/commit/34e114876b0b11c390a56381ad16ebd13914f8d5

- `dtolnay/rust-toolchain@stable` ->
`dtolnay/rust-toolchain@<a class=hub.com/dfinity/rust-dogecoin/commit/29eef336d9b2848a0b548edc03f92a220660cdb8">29eef336d #
stable`
  - Version: stable | Latest: v1 | Release age: 1364d
- Commit:
https://github.com/dtolnay/rust-toolchain/commit/29eef336d9b2848a0b548edc03f92a220660cdb8

- `taiki-e/install-action@cargo-llvm-cov` ->
`taiki-e/install-action@<a class=hub.com/dfinity/rust-dogecoin/commit/d3ea2d8a04fb383a850d99dfc6d6e5d41414d476">d3ea2d8a0 #
cargo-llvm-cov`
  - Version: cargo-llvm-cov | Latest: v2.75.4 | Release age: 7d
- Commit:
https://github.com/taiki-e/install-action/commit/d3ea2d8a04fb383a850d99dfc6d6e5d41414d476
- Warnings: Latest release v2.75.4 is only 0 day(s) old (< 7 days).
Using previous safe release.

- `actions/cache@v4` ->
`actions/cache@<a class=hub.com/dfinity/rust-dogecoin/commit/0057852bfaa89a56745cba8c7296529d2fc39830">0057852bf # v4.3.0`
  - Version: v4.3.0 | Latest: v5.0.4 | Release age: 22d
- Commit:
https://github.com/actions/cache/commit/0057852bfaa89a56745cba8c7296529d2fc39830

- `... (continued)

18058 of 21620 relevant lines covered (83.52%)

16568.19 hits per line

Relevant lines Covered
Build:
Build:
21620 RELEVANT LINES 18058 COVERED LINES
16568.19 HITS PER LINE
Source Files on doge-master
  • Tree
  • List 97
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24235167691 doge-master chore: pin GitHub Actions to commit SHAs (#31) ## Pin GitHub Actions to commit SHAs GitHub Actions referenced by tag (e.g. `actions/checkout@v4`) use a mutable pointer — the tag owner can move it to a different commit at any time, including a ma... push 10 Apr 2026 09:00AM UTC web-flow github
83.52
21209054021 doge-master chore: dfinity/defi-team -> dfinity/defi (#30) push 21 Jan 2026 12:11PM UTC web-flow github
83.4
20987956004 doge-master ci: add codeowners file (#28) Add @dfinity/defi-team as code owner of the repo. push 14 Jan 2026 08:48AM UTC web-flow github
83.4
20962954924 doge-master chore: v0.32.7-doge.0 release (#27) push 13 Jan 2026 03:46PM UTC web-flow github
83.37
20709623680 doge-master chore: add changelog v0.32.7-doge.0 (#26) push 05 Jan 2026 08:35AM UTC web-flow github
83.4
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
See All Builds (198)

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

© 2026 Coveralls, Inc