tari
tari copied to clipboard
The Tari protocol
Description --- Add VN registration timelock. It has to be set to at least for the validity period (base on current consensus). Fix the money lock value, add a test...
Description --- Fix the epoch counting. Motivation and Context --- When the epoch length changed it affected the history as well. E.g. when you have epoch length set to 10...
Not for this PR. But we should probably move this to a min number rather than expected. _Originally posted by @SWvheerden in https://github.com/tari-project/tari/pull/6432#discussion_r1694923062_
Expected: It should return a struct with the randomx and sha3x target difficulty. Actual: It returns a number of blocks, and has the target difficulty for that block, which may...
As noted in #6416, some signature functions use naming that indicates arbitrary input messages are challenges. This is not always the case, and may lead to confusion. It would be...
I found another issue. The encumbered transaction (`FaucetEncumberAggregateUtxo`) is broadcast if the wallet is opened before it is finalized with `FaucetSpendAggregateUtxo`. _Originally posted by @hansieodendaal in https://github.com/tari-project/tari/issues/6389#issuecomment-2222358922_
It's necessary every so often to bump the (pinned) nightly toolchain used in CI, often due to breaks elsewhere in the ecosystem. This can result in major headaches from accumulated...
  **Describe the bug** Getting error with tor services, while attempting to run Tari base node and Console wallet (Closed 1 streams for service [scrubbed].onion...
- only 2 archival nodes on the network, one with a full blockchain (server `5b4ec333590e56ab`), and the other brand new (client `12cef37a6734972c`) - header sync completed successfully - block sync...
It was suggested by @stringhandler in #6240 to support an "ownership proof" that proves knowledge of the opening of a commitment. While this is what a [`CommitmentSignature`](https://github.com/tari-project/tari-crypto/blob/e755b26d4da6cef8eb00023a1fdcc923fc71870f/src/signatures/commitment_signature.rs#L53-L57) is for, its...