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

tari-project / tari
52%

Build:
DEFAULT BRANCH: development
Repo Added 11 Mar 2022 03:53AM UTC
Files 702
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 development
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • ci-coverage-mbignorefolders
  • ci-feature-selfhosted-runners
  • development

10 Nov 2025 09:31AM UTC coverage: 51.608% (-7.9%) from 59.471%
19227006544

push

github

web-flow
feat: add deterministic transaction id (#7541)

Description
---
Added deterministic transaction IDs, which are an 8-byte (u64) hash
based on the transaction output hash in question and the wallet view
key.
- Any scanned or recovered wallet output will have the same transaction
ID across view or spend wallets.
- Sender wallets will be able to calculate the transaction ID for
receiver wallets if they need to, for that specific output.
- Sender wallets will use their change output as the determining output
hash for the transaction; this will result in the same transaction ID
being allocated upon wallet recovery. In the case of no change output,
the hash of the first ordered output will be used for the transaction
ID.
- For coin split transactions, the hash of the first ordered output will
be used for the transaction ID.

Fixed the issue with the Windows test build target link:
```
: error LNK2019: unresolved external symbol __imp_InitializeSecurityDescriptor referenced in function mdb_env_setup_locks
: error LNK2019: unresolved external symbol __imp_SetSecurityDescriptorDacl referenced in function mdb_env_setup_lock
```

Fixes #7485.

Motivation and Context
---
See #7485.

How Has This Been Tested?
---
Added unit tests.
Performed system-level testing.

What process can a PR reviewer use to test or verify this change?
---
Code review.
System-level testing.

<!-- Checklist -->
<!-- 1. Is the title of your PR in the form that would make nice release
notes? The title, excluding the conventional commit
tag, will be included exactly as is in the CHANGELOG, so please think
about it carefully. -->


Breaking Changes
---

- [x] None
- [ ] Requires data directory on base node to be deleted
- [ ] Requires hard fork
- [ ] Other - Please specify

<!-- Does this include a breaking change? If so, include this line as a
footer -->
<!-- BREAKING CHANGE: Description what the user should do, e.g. delete a
database, resync the chain -->


<!-- This is an auto-generated comm... (continued)

52 of 1260 new or added lines in 14 files covered. (4.13%)

9213 existing lines in 93 files now uncovered.

59188 of 114687 relevant lines covered (51.61%)

8172.79 hits per line

Relevant lines Covered
Build:
Build:
114687 RELEVANT LINES 59188 COVERED LINES
8172.79 HITS PER LINE
Source Files on development
  • Tree
  • List 702
  • Changed 104
  • Source Changed 24
  • Coverage Changed 103
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19227006544 development feat: add deterministic transaction id (#7541) Description --- Added deterministic transaction IDs, which are an 8-byte (u64) hash based on the transaction output hash in question and the wallet view key. - Any scanned or recovered wallet output ... push 10 Nov 2025 10:31AM UTC web-flow github
51.61
19144348346 development chore: new release v5.2.0-pre.2 push 06 Nov 2025 06:40PM UTC SWvheerden github
59.47
19063488177 development fix: validation deadlock (#7563) Description --- Fixes a potential validation deadlock where the wallet never finishes the validation <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fi... push 04 Nov 2025 10:27AM UTC web-flow github
59.46
18940334899 development chore: new release v5.2.0-pre.1 push 30 Oct 2025 01:26PM UTC SWvheerden github
59.64
18936078418 development fix: multi_address_with_stats merging to only retain the newest valid claims in the peer_db (#7535) Description --- The peer_db now only retains the latest claims, and peer multi-address merges cleans out old data. Closes #7491. Motivation and ... push 30 Oct 2025 10:38AM UTC web-flow github
59.65
18934144103 development fix: windows test build target link (#7559) Description --- Fixed the issue with the Windows test build target link: ``` : error LNK2019: unresolved external symbol __imp_InitializeSecurityDescriptor referenced in function mdb_env_setup_locks : e... push 30 Oct 2025 09:22AM UTC web-flow github
59.55
18908555886 development chore(deps): bump actions/upload-artifact from 4 to 5 (#7555) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/acti... push 29 Oct 2025 02:02PM UTC web-flow github
59.57
18709590933 development chore: new release v5.2.0-pre.0 push 22 Oct 2025 09:17AM UTC SWvheerden github
59.57
18684123493 development chore(deps): bump azure/trusted-signing-action from 0.5.9 to 0.5.10 (#7551) Bumps [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action) from 0.5.9 to 0.5.10. <details> <summary>Release notes</summary> <p><em>Sourced from... push 21 Oct 2025 01:49PM UTC web-flow github
59.55
18586282491 development fix: change how pagination works on utxo scanning (#7546) Description --- Properly handle the special edge case, where the request has reached the page limit, but we are also not done with the block. We also dont want to split up the block over t... push 17 Oct 2025 09:08AM UTC web-flow github
58.58
See All Builds (525)
  • 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