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

tari-project / tari / 19764795778
61%

Build:
DEFAULT BRANCH: development
Ran 28 Nov 2025 03:26PM UTC
Jobs 1
Files 706
Run time 2min
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

28 Nov 2025 01:10PM UTC coverage: 60.896% (+0.01%) from 60.883%
19764795778

push

github

web-flow
feat: add option to manually try import of blockchain outputs (#7613)

Description
---
This will allow the user to try and import blockchain outputs manually
and give feedback what happend

example run:
GRPC request:
```
{
    "output_hashes": [
        "<a class=hub.com/tari-project/tari/commit/<a class="double-link" href="https://git"><a class=hub.com/tari-project/tari/commit/<a class="double-link" href="https://git"><a class=hub.com/tari-project/tari/commit/85a9cae3141b7aa27ad1a5a8e04a20bbc9dafd3c">85a9cae31<a href="https://github.com/tari-project/tari/commit/69394ab8794d3ad805a1283ae1b3c79b5094ed59">27148687cc4658dfefa83745",
        "<a class=hub.com/tari-project/tari/commit/<a class="double-link" href="https://git"><a class=hub.com/tari-project/tari/commit/<a class="double-link" href="https://git"><a class=hub.com/tari-project/tari/commit/<a class="double-link" href="https://git"><a class=hub.com/tari-project/tari/commit/<a class="double-link" href="https://git"><a class=hub.com/tari-project/tari/commit/9a844d5d2f5c8fedb60e03d4f2ef81bef76afe32">9a844d5d2<a href="https://github.com/tari-project/tari/commit/69394ab8794d3ad805a1283ae1b3c79b5094ed59">1b9e81eb36780c1e9527b97f",
        "<a class=hub.com/tari-project/tari/commit/3bbe1b425e6d2f715a8a3b5cee71fc65324d47dc">3bbe1b4252e3860abd1b6ac4ec970391a"
    ]
}
```
results:
```
{
    "feedback": [
        {
            "debug_info": [
                "Fetched UTXO with hash 85a9cae3141b7aa27ad1a5a8e04a20bbc9dafd3c27148687cc4658dfefa83745 from base node",
                "Failed to recover keys for UTXO with hash 85a9cae3141b7aa27ad1a5a8e04a20bbc9dafd3c27148687cc4658dfefa83745, UTXO does not belong to this wallet"
            ],
            "output_hash": "85a9cae3141b7aa27ad1a5a8e04a20bbc9dafd3c27148687cc4658dfefa83745",
            "is_found": false,
            "tx_id": "0"
        },
        {
            "debug_info": [
                "Fetched UTXO with hash 9a844d5d2f5c8fedb60e03d4f2ef81bef76afe321b9e81eb36780c1e9527b97f from base node",
                "Successfully recovered keys for UTXO with hash 9a844d5d2f5c8fedb60e03d4f2ef81bef76afe321b9e81eb36780c1e9527b97f",
                "Successfully created WalletOutput for UTXO with hash 9a844d5d2f5c8fedb60e03d4f2ef81bef76afe321b9e81eb36780c1e9527b97f",
                "UTXO with hash 9a844d5d2f5c8fedb60e03d4f2ef81bef76afe321b9e81eb36780c1e9527b97f already exists in Output Manager"
            ],
            "output_hash": "9a844d5d2f5c8fedb60e03d4f2ef81bef76afe321b9e81eb36780c1e9527b97f",
            "is_found": true,
            "tx_id": "1532309787288631793"
        },
        {
            "debug_info": [
                "Fetched UTXO with hash 3bbe1b425e6d2f715a8a3b5cee71fc65324d47dc2e3860abd1b6ac4ec970391a from base node",
                "Failed to recover keys for UTXO with h... (continued)

0 of 8 new or added lines in 3 files covered. (0.0%)

1505 existing lines in 15 files now uncovered.

70650 of 116017 relevant lines covered (60.9%)

300023.99 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
0.0
0.0% base_layer/wallet/src/output_manager_service/service.rs
3
0.0
0.0% base_layer/wallet/src/transaction_service/protocols/fetch_claim_burn_merkle_proofs.rs
4
0.0
0.0% base_layer/wallet/src/output_manager_service/handle.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
63.53
0.28% comms/dht/src/connectivity/mod.rs
3
67.56
-1.33% comms/core/src/protocol/messaging/protocol.rs
4
18.25
-0.04% base_layer/core/src/base_node/rpc/query_service.rs
4
79.55
-0.82% comms/core/src/noise/socket.rs
5
56.57
-0.35% comms/core/src/connectivity/manager.rs
11
87.21
0.0% base_layer/transaction_components/src/offline_signing/one_sided_signer.rs
19
78.33
0.75% base_layer/transaction_components/src/transaction_components/wallet_output_builder.rs
39
0.0
0.0% base_layer/transaction_components/src/multisig/session.rs
59
10.49
0.0% base_layer/transaction_key_manager/src/legacy_key_manager/inner.rs
91
0.0
0.0% clients/rust/base_node_wallet_client/src/client/http.rs
101
49.92
2.34% base_layer/transaction_components/src/transaction_components/wallet_output.rs
120
60.02
-0.24% base_layer/transaction_components/src/key_manager/manager.rs
123
90.12
-0.07% base_layer/transaction_components/src/transaction_builder/builder.rs
392
0.0
0.0% base_layer/wallet/src/output_manager_service/service.rs
533
0.0
0.0% base_layer/wallet/src/transaction_service/service.rs
Jobs
ID Job ID Ran Files Coverage
1 19764795778.1 28 Nov 2025 03:26PM UTC 706
60.9
GitHub Action Run
Source Files on build 19764795778
  • Tree
  • List 706
  • Changed 32
  • Source Changed 20
  • Coverage Changed 24
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #19764795778
  • 69394ab8 on github
  • Prev Build on development (#19694083316)
  • Next Build on development (#19828569719)
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