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

chaintope / tdk
82%
master: 82%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/Swatinem/rust-cache-2.9.1
DEFAULT BRANCH: master
Repo Added 19 Jun 2024 08:10AM UTC
Token tZ9miJs4jKooCJH9PgHmxZ88f6xUwfFz0 regen
Build 283 Last
Files 44
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 dependabot/github_actions/Swatinem/rust-cache-2.9.1
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • add_test_case_for_p2c
  • balance_for_p2c
  • dependabot/github_actions/Swatinem/rust-cache-2.7.3
  • dependabot/github_actions/Swatinem/rust-cache-2.8.2
  • dependabot/github_actions/Swatinem/rust-cache-2.9.1
  • dependabot/github_actions/actions/checkout-4
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/setup-python-5
  • dependabot/github_actions/actions/upload-artifact-4
  • dependabot/github_actions/actions/upload-artifact-6
  • dependabot/github_actions/actions/upload-artifact-7
  • electrum_sync
  • expand_keykind
  • fix_failure_tests
  • fix_failure_wallet_tests
  • fix_low_fee_amount_in_colored_coin
  • fix_multiple_colored_outputs
  • fix_no_tpc_sent_and_no_tpc_change
  • fix_p2c_transfer
  • fix_sqlit_network
  • for_test
  • generate_p2c_address
  • keychain_kind
  • master
  • remove_add_contract_utxo
  • remove_taproot_and_segwit_testcases
  • store_contract_data
  • support_color_id
  • support_colored_coin_for_send_and_receive
  • tapyrify_file_store_crate
  • tapyrify_wallet_crate
  • tapyrus_chain_crate
  • tapyrus_persist_crate
  • tapyrus_sqlite_crate
  • tx_builder_with_color_coin
  • upate_bdk_esplora_crate
  • update_contract_data
  • update_testenv_crate
  • use_malfix_txid
  • use_only_spendable_output

16 Mar 2026 06:24AM UTC coverage: 82.496%. Remained the same
23130798959

Pull #43

github

web-flow
chore(deps): bump Swatinem/rust-cache from 2.7.3 to 2.9.1

Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.3 to 2.9.1.
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](https://github.com/swatinem/rust-cache/compare/v2.7.3...v2.9.1)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #43: chore(deps): bump Swatinem/rust-cache from 2.7.3 to 2.9.1

9671 of 11723 relevant lines covered (82.5%)

13265.26 hits per line

Relevant lines Covered
Build:
Build:
11723 RELEVANT LINES 9671 COVERED LINES
13265.26 HITS PER LINE
Source Files on master
  • Tree
  • List 44
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23130798959 dependabot/github_actions/Swatinem/rust-cache-2.9.1 chore(deps): bump Swatinem/rust-cache from 2.7.3 to 2.9.1 Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.3 to 2.9.1. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com... Pull #43 16 Mar 2026 06:29AM UTC web-flow github
82.5
22564353139 dependabot/github_actions/actions/upload-artifact-7 chore(deps): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/a... Pull #42 02 Mar 2026 06:39AM UTC web-flow github
82.5
22564353840 dependabot/github_actions/actions/upload-artifact-7 Merge 86c384942 into a36c3fb8a Pull #42 02 Mar 2026 06:39AM UTC web-flow github
82.5
21815114717 dependabot/github_actions/Swatinem/rust-cache-2.8.2 Merge f9c00434c into a36c3fb8a Pull #40 09 Feb 2026 06:49AM UTC web-flow github
82.5
21815112368 dependabot/github_actions/actions/checkout-6 chore(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/... Pull #39 09 Feb 2026 06:49AM UTC web-flow github
82.5
21815110339 dependabot/github_actions/actions/upload-artifact-6 chore(deps): bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/a... Pull #38 09 Feb 2026 06:48AM UTC web-flow github
82.5
21813755009 master Merge pull request #37 from chaintope/electrum_sync Tapyrify electrum crate push 09 Feb 2026 05:44AM UTC web-flow github
82.5
21813444173 electrum_sync fix mine_empty_block to use Tapyrus-specific RPCs instead of get_block_template get_block_template requires P2P connections but tapyrusd runs with -listen=0 in tests, causing "-9 not connected" errors. Replace with getnewblock + Schnorr signing +... Pull #37 09 Feb 2026 05:29AM UTC rantan github
82.5
19755427477 electrum_sync Update electrum crate for working on tapyrus blockchain push 28 Nov 2025 06:01AM UTC rantan github
82.01
19530007036 master Merge pull request #36 from chaintope/fix_p2c_transfer fix(wallet): correctly identify contract when multiple contracts share the same payment_base push 20 Nov 2025 08:15AM UTC web-flow github
82.01
See All Builds (212)

Badge your Repo: tdk

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