SW van Heerden

Results 42 issues of SW van Heerden

Hi, I was wondering about this. Can you have public data inside of the range-proof and still have it secure. I am also hoping this is correct place to ask...

Description --- Motivation and Context --- How Has This Been Tested? --- What process can a PR reviewer use to test or verify this change? --- Breaking Changes --- -...

P-reviews_required
P-acks_required

We can attempt to cache the SMT on exit, and then verify that on bootup rather than calculate it every single time on startup.

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: _,...

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.

The build section of tari is out of date in the readme and needs updating

A-documentation

we need to upgrade tonic 0.6 as it uses webapki 21.0 https://github.com/tari-project/tari/security/dependabot/258