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

tari-project / tari / 25304980873 / 1
61%
development: 61%

Build:
DEFAULT BRANCH: development
Ran 04 May 2026 07:39AM UTC
Files 702
Run time 23s
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 06:44AM UTC coverage: 60.968% (-0.05%) from 61.022%
25304980873.1

push

github

web-flow
test: add standalone offline signer cucumber coverage (#7792)

Description
---
Adds standalone `minotari_offline_signer` coverage to the offline
one-sided transaction cucumber feature.

This introduces a library entrypoint for the offline signer CLI and a
`test-keystore` feature with a hidden file-backed keystore option so
cucumber can exercise signer init/sign flows deterministically without
relying on OS keyring services in CI.

Motivation and Context
---
Closes #7785.

The existing offline signing cucumber scenario signs through the console
wallet CLI. This adds a separate scenario that:
- initializes the standalone offline signer from the sender wallet seed
words
- prepares a transaction from a view-only wallet
- signs the prepared transaction with the standalone signer
- broadcasts via the view wallet and verifies receiver funds

How Has This Been Tested?
---
- `cargo check --locked --ignore-rust-version -p minotari_offline_signer
--all-features`
- `PATH="/opt/homebrew/opt/libtool/libexec/gnubin:$PATH" cargo check
--locked --ignore-rust-version -p tari_integration_tests --test
cucumber`
- `PATH="/opt/homebrew/opt/libtool/libexec/gnubin:$PATH" cargo test
--locked --ignore-rust-version -p tari_integration_tests --test cucumber
--no-run`
- `../target/debug/deps/cucumber-8e26c7f49d7fa52a --tags
@standalone-offline-signer --concurrency 1 --fail-fast` from
`integration_tests/` passed: 1 scenario, 17 steps.

What process can a PR reviewer use to test or verify this change?
---
From the workspace root:

```bash
cargo check --locked --ignore-rust-version -p minotari_offline_signer --all-features
cargo check --locked --ignore-rust-version -p tari_integration_tests --test cucumber
cargo test --locked --ignore-rust-version -p tari_integration_tests --test cucumber --no-run
```

Then run the standalone scenario from `integration_tests/`:

```bash
../target/debug/deps/cucumber-<hash> --tags @standalone-offline-signer --concurrency 1 --fail-fast
```

Breaking C... (continued)

70848 of 116206 relevant lines covered (60.97%)

223647.6 hits per line

Source Files on job 25304980873.1
  • Tree
  • List 702
  • Changed 12
  • Source Changed 3
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25304980873
  • 9c71ebeb on github
  • Prev Job for on development (#25161246671.1)
  • Next Job for on development (#25370187436.1)
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