tari
tari copied to clipboard
The Tari protocol
Problem: A long time between the time a node first becomes aware of the existence of a block to the time it is added to the chain is a sign...
Currently, there is no way to signal the compromise of a validator node signing key. One approach under discussion is to have registration specify the public key of a "revocation...
We have covenants implemented in the base layer. We had a good use case for them with the Danv1, but with Danv2 not so much. Although there is no argument...
This happens with `self-select` on monerod mainnet without any error messages in the log file or in the console. **tari_merge_mining_proxy** console ouptut: ``` Initializing logging according to "config\\log4rs_merge_mining_proxy.yml" Connecting to...
When an interactive transaction is in progress, on the receiver wallet, some times the pending balance will indicate something is in progress but this will not be shown in the...
When calculating the max weight allowed for new transactions we only leave space for 1 output and 1 kernel all with default features and max extra field. Currently is uses...
Currently, in code, we talk about, blinding factor, spending key, mask, and commitment mask. We need to choose a single one and stick to it.
Currently, the wallet has 5 import requests for importing outputs ``` AddOutput((Box, Option)), AddRewindableOutput((Box, Option, Option)), AddOutputWithTxId((TxId, Box, Option)), AddRewindableOutputWithTxId((TxId, Box, Option, Option)), AddUnvalidatedOutput((TxId, Box, Option)), ``` We can combine...