tari icon indicating copy to clipboard operation
tari copied to clipboard

The Tari protocol

Results 111 tari issues
Sort by recently updated
recently updated
newest added

> yaml-rust is unmaintained. | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `yaml-rust` | | Version | `0.4.5` | | URL...

We need to fix the following tests: it_correctly_detects_strongest_orphan_tips it_links_many_orphan_branches_to_main_chain it_links_many_orphan_branches_to_main_chain_with_greater_reorg_than_median_timestamp_window test_handle_possible_reorg_case2 test_handle_possible_reorg_case3 test_handle_possible_reorg_case4 test_handle_possible_reorg_case5 test_handle_possible_reorg_target_difficulty_is_correct_case_2 test_handle_possible_reorg_accum_difficulty_is_correct_case_1 test_header_sync_with_fork_happy_path

shell envVars, like ```MINOTARI_NODE_ENABLE_GRPC``` as reported in the help screen, is not working. following variation also not working: ``` MINOTARI_NODE__GRPC_ENABLED=true MINOTARI_NODE__GRPC_ADDRESS=/ip4/0.0.0.0/tcp/18142 MINOTARI_NODE_GRPC_ENABLED=true MINOTARI_NODE_GRPC_ADDRESS=/ip4/0.0.0.0/tcp/18142 MINOTARI_BASE_NODE_GRPC_ENABLED=true MINOTARI_BASE_NODE_GRPC_ADDRESS=/ip4/0.0.0.0/tcp/18142 MINOTARI_BASE_NODE__GRPC_ENABLED=true MINOTARI_BASE_NODE__GRPC_ADDRESS=/ip4/0.0.0.0/tcp/18142 ``` What did...

Currently horizon sync is not resumable for outputs, it needs to be. Although some parts of the horizon sync is resumable like the kernels, if the horizon sync times out...

Maybe check this as well: ```rust fn is_interrupted(&self, event: Option) -> bool { if let Some(Ok(Event::Key(key))) = event { match key { KeyEvent { code: KeyCode::Char('c'), modifiers: KeyModifiers::CONTROL, kind: _,...

> Tokens for named pipes may be delivered after deregistration | Details | | | ------------------- | ---------------------------------------------- | | Package | `mio` | | Version | `0.7.14` | |...

lib tor uses "tmp\" folder for its own data storage. We can add an override for this, but we need to ensure it gets cleared after exit as well.

> safemem is unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `safemem` | | Version | `0.3.3` | | URL...

Description --- Switch from the `tui` crate to `ratatui`. Motivation and Context --- The tui crate is no longer actively maintained. Fixes #5618 How Has This Been Tested? --- CI

P-reviews_required
P-acks_required

Submitted block from local miner Chain storage error: You tried to execute an invalid Database operation: UTXO 65ab98e46e0124f2eade3ad694ada1db3238b0170b8c426d48bf483d9c18802b was already marked as deleted.", details: [], metadata: MetadataMap { headers: {}...

C-bug
A-base_node
P-more_info_needed