Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update faucets #6024

Update faucets

21fd26a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

feat: update faucets #6024

Update faucets
21fd26a
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results (CI) failed Dec 8, 2023 in 0s

1 fail, 585 pass in 8m 29s

586 tests  +586   585 ✔️ +585   8m 29s ⏱️ + 8m 29s
  27 suites +  27       0 💤 ±    0 
    1 files   +    1       1 +    1 

Results for commit 21fd26a. ± Comparison against earlier commit e515007.

Annotations

Check warning on line 0 in tari_core

See this annotation in the file changed.

@github-actions github-actions / Test Results (CI)

base_node::sync::header_sync::validator::test::validate::it_passes_if_headers_are_valid (tari_core) failed

artifacts/test-results/junit.xml [took 0s]
Raw output
thread 'base_node::sync::header_sync::validator::test::validate::it_passes_if_headers_are_valid' panicked at 'called `Result::unwrap()` on an `Err` value: ValidationFailed(BlockHeaderError(InvalidTimestamp("The timestamp `1702052182` was less than the median timestamp `1702206521`")))', base_layer/core/src/base_node/sync/header_sync/validator.rs:327:44
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

running 1 test
test base_node::sync::header_sync::validator::test::validate::it_passes_if_headers_are_valid ... FAILED

failures:

failures:
    base_node::sync::header_sync::validator::test::validate::it_passes_if_headers_are_valid

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 398 filtered out; finished in 0.07s
thread 'base_node::sync::header_sync::validator::test::validate::it_passes_if_headers_are_valid' panicked at 'called `Result::unwrap()` on an `Err` value: ValidationFailed(BlockHeaderError(InvalidTimestamp("The timestamp `1702052182` was less than the median timestamp `1702206521`")))', base_layer/core/src/base_node/sync/header_sync/validator.rs:327:44
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results (CI)

586 tests found

There are 586 tests, see "Raw output" for the full list of tests.
Raw output
minotari_app_grpc ‑ authentication::basic_auth::tests::from_header::it_decodes_from_well_formed_header
minotari_app_grpc ‑ authentication::basic_auth::tests::from_header::it_rejects_header_without_basic_scheme
minotari_app_grpc ‑ authentication::basic_auth::tests::generate_header::it_generates_a_valid_header
minotari_app_grpc ‑ authentication::basic_auth::tests::validate::it_compares_credentials_in_constant_time
minotari_app_grpc ‑ authentication::basic_auth::tests::validate::it_compares_user_names_in_constant_time
minotari_app_grpc ‑ authentication::basic_auth::tests::validate::it_rejects_registering_over_sized_username_credentials
minotari_app_grpc ‑ authentication::basic_auth::tests::validate::it_rejects_registering_unsalted_password_credentials
minotari_app_grpc ‑ authentication::basic_auth::tests::validate::it_rejects_validating_mismatching_credentials
minotari_app_grpc ‑ authentication::basic_auth::tests::validate::it_validates_for_matching_salted_credentials
minotari_app_grpc ‑ authentication::client_interceptor::test::test_basic_authentication_failure
minotari_app_grpc ‑ authentication::client_interceptor::test::test_basic_authentication_success
minotari_app_grpc ‑ authentication::client_interceptor::test::test_mixed_authentication_failure
minotari_app_grpc ‑ authentication::client_interceptor::test::test_mixed_authentication_success
minotari_app_grpc ‑ authentication::client_interceptor::test::test_no_authentication_success
minotari_chat_ffi ‑ application_config::test::test_create_chat_config
minotari_chat_ffi ‑ confirmation::test::test_reading_from_confrimation
minotari_chat_ffi ‑ contacts_liveness_data::test::test_reading_address
minotari_chat_ffi ‑ contacts_liveness_data::test::test_reading_last_seen
minotari_chat_ffi ‑ contacts_liveness_data::test::test_reading_online_status
minotari_chat_ffi ‑ contacts_liveness_data::test::test_reading_online_status_with_no_ptr
minotari_chat_ffi ‑ conversationalists::test::test_retrieving_conversationalists_from_vector
minotari_chat_ffi ‑ message::test::test_reading_message_address
minotari_chat_ffi ‑ message::test::test_reading_message_body
minotari_chat_ffi ‑ message::test::test_reading_message_direction
minotari_chat_ffi ‑ message::test::test_reading_message_id
minotari_chat_ffi ‑ message::test::test_reading_message_timestamps
minotari_chat_ffi ‑ message_metadata::test::test_metadata_adding
minotari_chat_ffi ‑ message_metadata::test::test_reading_metadata
minotari_chat_ffi ‑ messages::test::test_retrieving_messages_from_vector
minotari_chat_ffi ‑ tansport_config::test::test_create_chat_tor_transport_config
minotari_console_wallet ‑ init::test::strong_password
minotari_console_wallet ‑ init::test::weak_password
minotari_console_wallet ‑ ui::widgets::list_state::test::test_console_resize
minotari_console_wallet ‑ ui::widgets::list_state::test::test_list_offset_update
minotari_console_wallet ‑ ui::widgets::list_state::test::test_removing_last_selected_items
minotari_console_wallet ‑ ui::widgets::list_state::test::test_select_first
minotari_console_wallet ‑ ui::widgets::list_state::test::test_zero_items
minotari_console_wallet ‑ utils::formatting::test::test_compress_string
minotari_console_wallet ‑ wallet_modes::test::clap_parses_user_defined_commands_as_expected
minotari_console_wallet::bin/minotari_console_wallet ‑ init::test::strong_password
minotari_console_wallet::bin/minotari_console_wallet ‑ init::test::weak_password
minotari_console_wallet::bin/minotari_console_wallet ‑ ui::widgets::list_state::test::test_console_resize
minotari_console_wallet::bin/minotari_console_wallet ‑ ui::widgets::list_state::test::test_list_offset_update
minotari_console_wallet::bin/minotari_console_wallet ‑ ui::widgets::list_state::test::test_removing_last_selected_items
minotari_console_wallet::bin/minotari_console_wallet ‑ ui::widgets::list_state::test::test_select_first
minotari_console_wallet::bin/minotari_console_wallet ‑ ui::widgets::list_state::test::test_zero_items
minotari_console_wallet::bin/minotari_console_wallet ‑ utils::formatting::test::test_compress_string
minotari_console_wallet::bin/minotari_console_wallet ‑ wallet_modes::test::clap_parses_user_defined_commands_as_expected
minotari_merge_mining_proxy ‑ block_template_data::test::err_block_template_data_builder
minotari_merge_mining_proxy ‑ block_template_data::test::ok_block_template_data_builder
minotari_merge_mining_proxy ‑ block_template_data::test::test_block_template_repository
minotari_merge_mining_proxy ‑ common::json_rpc::test::test_default_block_accept_response
minotari_merge_mining_proxy ‑ common::json_rpc::test::test_error_response
minotari_merge_mining_proxy ‑ common::json_rpc::test::test_standard_error_response
minotari_merge_mining_proxy ‑ common::json_rpc::test::test_success_response
minotari_merge_mining_proxy ‑ common::monero_rpc::test::test_into
minotari_merge_mining_proxy ‑ common::proxy::test::test_convert_json_to_hyper_json_response
minotari_merge_mining_proxy ‑ common::proxy::test::test_into_body_from_response
minotari_merge_mining_proxy ‑ common::proxy::test::test_json_response_and_read_body_until_end
minotari_merge_mining_proxy ‑ config::test::default_config
minotari_merge_mining_proxy ‑ config::test::merge_mining_proxy_configuration
minotari_merge_mining_proxy ‑ error::test::test_from
minotari_merge_mining_proxy::bin/minotari_merge_mining_proxy ‑ block_template_data::test::err_block_template_data_builder
minotari_merge_mining_proxy::bin/minotari_merge_mining_proxy ‑ block_template_data::test::ok_block_template_data_builder
minotari_merge_mining_proxy::bin/minotari_merge_mining_proxy ‑ block_template_data::test::test_block_template_repository
minotari_merge_mining_proxy::bin/minotari_merge_mining_proxy ‑ common::json_rpc::test::test_default_block_accept_response
minotari_merge_mining_proxy::bin/minotari_merge_mining_proxy ‑ common::json_rpc::test::test_error_response
minotari_merge_mining_proxy::bin/minotari_merge_mining_proxy ‑ common::json_rpc::test::test_standard_error_response
minotari_merge_mining_proxy::bin/minotari_merge_mining_proxy ‑ common::json_rpc::test::test_success_response
minotari_merge_mining_proxy::bin/minotari_merge_mining_proxy ‑ common::monero_rpc::test::test_into
minotari_merge_mining_proxy::bin/minotari_merge_mining_proxy ‑ common::proxy::test::test_convert_json_to_hyper_json_response
minotari_merge_mining_proxy::bin/minotari_merge_mining_proxy ‑ common::proxy::test::test_into_body_from_response
minotari_merge_mining_proxy::bin/minotari_merge_mining_proxy ‑ common::proxy::test::test_json_response_and_read_body_until_end
minotari_merge_mining_proxy::bin/minotari_merge_mining_proxy ‑ config::test::default_config
minotari_merge_mining_proxy::bin/minotari_merge_mining_proxy ‑ config::test::merge_mining_proxy_configuration
minotari_merge_mining_proxy::bin/minotari_merge_mining_proxy ‑ error::test::test_from
minotari_merge_mining_proxy::bin/minotari_merge_mining_proxy ‑ test::add_aux_data::it_adds_aux_data
minotari_merge_mining_proxy::bin/minotari_merge_mining_proxy ‑ test::add_aux_data::it_does_not_add_data_to_errors
minotari_merge_mining_proxy::bin/minotari_merge_mining_proxy ‑ test::add_aux_data::it_merges_to_existing_aux_data
minotari_merge_mining_proxy::bin/minotari_merge_mining_proxy ‑ test::append_aux_chain_data::it_adds_a_chain_object
minotari_miner ‑ config::test::miner_configuration
minotari_miner ‑ difficulty::test::validate_nonce_difficulty
minotari_miner ‑ difficulty::test::validate_timestamp_difficulty
minotari_miner::bin/minotari_miner ‑ config::test::miner_configuration
minotari_miner::bin/minotari_miner ‑ difficulty::test::validate_nonce_difficulty
minotari_miner::bin/minotari_miner ‑ difficulty::test::validate_timestamp_difficulty
minotari_mining_helper_ffi ‑ tests::check_difficulty
minotari_mining_helper_ffi ‑ tests::check_inject_nonce
minotari_mining_helper_ffi ‑ tests::check_invalid_address
minotari_mining_helper_ffi ‑ tests::check_share
minotari_mining_helper_ffi ‑ tests::check_valid_address
minotari_mining_helper_ffi ‑ tests::detect_change_in_consensus_encoding
minotari_node ‑ commands::nom_parser::tests::test_parser
minotari_node ‑ commands::status_line::test::test_do_not_display_empty_keys
minotari_node ‑ config::tests::it_deserializes_enums
minotari_node ‑ grpc::hash_rate::test::correct_moving_average_calculation
minotari_node ‑ grpc::hash_rate::test::should_not_overflow
minotari_node ‑ grpc::hash_rate::test::window_is_empty
minotari_node ‑ grpc::hash_rate::test::window_is_full
minotari_node ‑ grpc::helpers::test::mean
minotari_node ‑ grpc::helpers::test::median
minotari_node ‑ table::test::renders_rows_with_titles
minotari_node ‑ table::test::renders_titles
minotari_node ‑ utils::test::formats_duration
minotari_node_grpc_client::client ‑ it_works
minotari_wallet ‑ connectivity_service::test::it_changes_to_a_new_base_node
minotari_wallet ‑ connectivity_service::test::it_dials_peer_when_base_node_is_set
minotari_wallet ‑ connectivity_service::test::it_gracefully_handles_connect_fail_reconnect
minotari_wallet ‑ connectivity_service::test::it_gracefully_handles_multiple_connection_failures
minotari_wallet ‑ connectivity_service::test::it_resolves_many_pending_rpc_session_requests
minotari_wallet ‑ output_manager_service::storage::sqlite_db::test::test_crud
minotari_wallet ‑ storage::database::test::test_database_crud
minotari_wallet ‑ storage::sqlite_db::wallet::test::test_client_key_value_store
minotari_wallet ‑ storage::sqlite_db::wallet::test::test_encryption_is_forced
minotari_wallet ‑ storage::sqlite_db::wallet::test::test_malleated_secondary_key_hash
minotari_wallet ‑ storage::sqlite_db::wallet::test::test_passphrase
minotari_wallet ‑ storage::sqlite_db::wallet::test::test_set_master_seed
minotari_wallet ‑ transaction_service::service::tests::test_stealth_addresses
minotari_wallet ‑ transaction_service::storage::sqlite_db::test::test_crud
minotari_wallet ‑ transaction_service::storage::sqlite_db::test::test_customized_transactional_queries
minotari_wallet ‑ transaction_service::storage::sqlite_db::test::test_encryption_crud
minotari_wallet ‑ transaction_service::storage::sqlite_db::test::test_transaction_db_values_must_be_encrypted
minotari_wallet::wallet_integration_tests ‑ key_manager_service_tests::service::get_key_at_test_with_encryption
minotari_wallet::wallet_integration_tests ‑ key_manager_service_tests::service::key_manager_find_index
minotari_wallet::wallet_integration_tests ‑ key_manager_service_tests::service::key_manager_multiple_branches
minotari_wallet::wallet_integration_tests ‑ key_manager_service_tests::service::key_manager_test_index
minotari_wallet::wallet_integration_tests ‑ key_manager_service_tests::service::key_manager_update_current_key_index_if_higher
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::service::cancel_transaction
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::service::cancel_transaction_and_reinstate_inbound_tx
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::service::coin_split_no_change
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::service::coin_split_with_change
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::service::fee_estimate
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::service::it_handles_large_coin_splits
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::service::recovered_output_key_not_in_keychain
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::service::scan_for_recovery_test
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::service::send_no_change
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::service::send_not_enough_for_change
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::service::send_not_enough_funds
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::service::sending_transaction_persisted_while_offline
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::service::test_get_balance
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::service::test_get_status_by_tx_id
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::service::test_txo_revalidation
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::service::test_txo_validation
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::service::test_utxo_selection_no_chain_metadata
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::service::test_utxo_selection_with_chain_metadata
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::service::test_utxo_selection_with_tx_priority
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::storage::test_mark_as_unmined
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::storage::test_no_duplicate_outputs
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::storage::test_output_manager_sqlite_db
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::storage::test_output_manager_sqlite_db_encrypted
minotari_wallet::wallet_integration_tests ‑ output_manager_service_tests::storage::test_short_term_encumberance
minotari_wallet::wallet_integration_tests ‑ support::comms_rpc::test::test_wallet_rpc_mock
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::broadcast_all_completed_transactions_on_startup
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::discovery_async_return_test
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::finalize_tx_with_incorrect_pubkey
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::finalize_tx_with_missing_output
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::large_coin_split_transaction
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::large_interactive_transaction
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::manage_multiple_transactions
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::manage_single_transaction
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::recover_one_sided_transaction
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::send_one_sided_transaction_to_other
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::send_one_sided_transaction_to_self
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::single_transaction_burn_tari
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::single_transaction_to_self
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::test_accepting_unknown_tx_id_and_malformed_reply
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::test_direct_vs_saf_send_of_tx_reply_and_finalize
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::test_get_fee_per_gram_per_block_basic
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::test_htlc_send_and_claim
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::test_power_mode_updates
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::test_replying_to_cancelled_tx
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::test_restarting_transaction_protocols
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::test_set_num_confirmations
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::test_transaction_cancellation
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::test_transaction_resending
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::test_transaction_timeout_cancellation
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::test_tx_direct_send_behaviour
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::test_update_faux_tx_on_oms_validation
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::service::transaction_service_tx_broadcast
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::storage::import_tx_and_read_it_from_db
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::storage::test_transaction_service_sqlite_db
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::transaction_protocols::tx_broadcast_protocol_restart_protocol_as_query
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::transaction_protocols::tx_broadcast_protocol_submit_already_mined
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::transaction_protocols::tx_broadcast_protocol_submit_and_base_node_gets_changed
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::transaction_protocols::tx_broadcast_protocol_submit_rejection
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::transaction_protocols::tx_broadcast_protocol_submit_success
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::transaction_protocols::tx_broadcast_protocol_submit_success_followed_by_rejection
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::transaction_protocols::tx_revalidation
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::transaction_protocols::tx_validation_protocol_reorg
minotari_wallet::wallet_integration_tests ‑ transaction_service_tests::transaction_protocols::tx_validation_protocol_tx_becomes_mined_unconfirmed_then_confirmed
minotari_wallet::wallet_integration_tests ‑ utxo_scanner::test_birthday_timestamp_over_chain
minotari_wallet::wallet_integration_tests ‑ utxo_scanner::test_utxo_scanner_one_sided_payments
minotari_wallet::wallet_integration_tests ‑ utxo_scanner::test_utxo_scanner_recovery
minotari_wallet::wallet_integration_tests ‑ utxo_scanner::test_utxo_scanner_recovery_with_restart
minotari_wallet::wallet_integration_tests ‑ utxo_scanner::test_utxo_scanner_recovery_with_restart_and_reorg
minotari_wallet::wallet_integration_tests ‑ utxo_scanner::test_utxo_scanner_scanned_block_cache_clearing
minotari_wallet_ffi ‑ callback_handler_tests::test::test_callback_handler
minotari_wallet_ffi ‑ ffi_basenode_state::tests::test_basenode_state_ffi_accessors
minotari_wallet_ffi ‑ test::test_bytevector
minotari_wallet_ffi ‑ test::test_bytevector_dont_panic
minotari_wallet_ffi ‑ test::test_com_pub_sig_create
minotari_wallet_ffi ‑ test::test_contact
minotari_wallet_ffi ‑ test::test_contact_dont_panic
minotari_wallet_ffi ‑ test::test_covenant_create_empty
minotari_wallet_ffi ‑ test::test_covenant_create_filled
minotari_wallet_ffi ‑ test::test_create_external_utxo
minotari_wallet_ffi ‑ test::test_emoji_set
minotari_wallet_ffi ‑ test::test_encrypted_data_empty
minotari_wallet_ffi ‑ test::test_encrypted_data_filled
minotari_wallet_ffi ‑ test::test_import_external_utxo
minotari_wallet_ffi ‑ test::test_keys
minotari_wallet_ffi ‑ test::test_keys_dont_panic
minotari_wallet_ffi ‑ test::test_master_private_key_persistence
minotari_wallet_ffi ‑ test::test_mnemonic_word_lists
minotari_wallet_ffi ‑ test::test_output_features_create_empty
minotari_wallet_ffi ‑ test::test_output_features_create_filled
minotari_wallet_ffi ‑ test::test_seed_words
minotari_wallet_ffi ‑ test::test_tari_vector
minotari_wallet_ffi ‑ test::test_transaction_send_status
minotari_wallet_ffi ‑ test::test_transport_type_memory
minotari_wallet_ffi ‑ test::test_transport_type_tcp
minotari_wallet_ffi ‑ test::test_transport_type_tor
minotari_wallet_ffi ‑ test::test_utxo_json
minotari_wallet_ffi ‑ test::test_wallet_client_key_value_store
minotari_wallet_ffi ‑ test::test_wallet_coin_join
minotari_wallet_ffi ‑ test::test_wallet_coin_split
minotari_wallet_ffi ‑ test::test_wallet_get_all_utxos
minotari_wallet_ffi ‑ test::test_wallet_get_network_and_version
minotari_wallet_ffi ‑ test::test_wallet_get_utxos
minotari_wallet_ffi ‑ test::test_wallet_shutdown
minotari_wallet_grpc_client::client ‑ it_works
tari_common ‑ configuration::bootstrap::test::application_type_as_str_test
tari_common ‑ configuration::bootstrap::test::application_type_from_str_test
tari_common ‑ configuration::common_config::test::default_common_config
tari_common ‑ configuration::common_config::test::main_key_prefix_test
tari_common ‑ configuration::error::test::config_error_test
tari_common ‑ configuration::loader::test::config_loaders
tari_common ‑ configuration::loader::test::configuration_error
tari_common ‑ configuration::multiaddr_list::tests::as_ref_multiaddr_list
tari_common ‑ configuration::multiaddr_list::tests::from_vec_string_list
tari_common ‑ configuration::multiaddr_list::tests::into_iter_multiaddr_list
tari_common ‑ configuration::multiaddr_list::tests::it_deserializes_from_config_comma_delimited
tari_common ‑ configuration::multiaddr_list::tests::it_deserializes_from_toml
tari_common ‑ configuration::multiaddr_list::tests::it_returns_error
tari_common ‑ configuration::multiaddr_list::tests::with_capacity_test
tari_common ‑ configuration::name_server::test::dns_name_server_test
tari_common ‑ configuration::network::test::network_bytes
tari_common ‑ configuration::network::test::network_default
tari_common ‑ configuration::network::test::network_from_byte
tari_common ‑ configuration::network::test::network_from_str
tari_common ‑ configuration::string_list::tests::as_ref_string_list
tari_common ‑ configuration::string_list::tests::from_vec_string_list
tari_common ‑ configuration::string_list::tests::into_iter_string_list
tari_common ‑ configuration::string_list::tests::it_deserializes_from_config_comma_delimited
tari_common ‑ configuration::string_list::tests::it_deserializes_from_toml
tari_common ‑ configuration::string_list::tests::with_capacity_test
tari_common ‑ configuration::test::socket_or_multi_test
tari_common ‑ dir_utils::test::test_absolute_path_from_relative_path
tari_common ‑ dir_utils::test::test_multiple_levels_create_data_directory
tari_common ‑ hashing::test::test_domain_digest
tari_common ‑ hashing::test::test_mac_domain_digest
tari_common ‑ logging::test::log_if_error
tari_common_sqlite ‑ connection::test::connect_and_migrate
tari_common_sqlite ‑ connection::test::memory_connections
tari_common_types ‑ chain_metadata::test::archival_node
tari_common_types ‑ chain_metadata::test::horizon_block_on_default
tari_common_types ‑ chain_metadata::test::pruned_mode
tari_common_types ‑ dammsum::test::checksum_validate
tari_common_types ‑ dammsum::test::distinct_checksum
tari_common_types ‑ dammsum::test::failure_modes_validate
tari_common_types ‑ dammsum::test::identical_checksum
tari_common_types ‑ dammsum::test::substitutions
tari_common_types ‑ dammsum::test::transpositions
tari_common_types ‑ emoji::test::invalid_checksum
tari_common_types ‑ emoji::test::invalid_emoji
tari_common_types ‑ emoji::test::invalid_public_key
tari_common_types ‑ emoji::test::invalid_size
tari_common_types ‑ emoji::test::valid_emoji_id
tari_common_types ‑ encryption::test::test_encrypt_decrypt
tari_common_types ‑ tari_address::test::encoding
tari_common_types ‑ tari_address::test::invalid_checksum
tari_common_types ‑ tari_address::test::invalid_emoji
tari_common_types ‑ tari_address::test::invalid_network
tari_common_types ‑ tari_address::test::invalid_public_key
tari_common_types ‑ tari_address::test::invalid_size
tari_common_types ‑ tari_address::test::valid_emoji_id
tari_comms ‑ backoff::test::default_backoff
tari_comms ‑ backoff::test::zero_backoff
tari_comms ‑ bounded_executor::test::spawn
tari_comms ‑ builder::tests::peer_to_peer_custom_protocols
tari_comms ‑ builder::tests::peer_to_peer_messaging
tari_comms ‑ builder::tests::peer_to_peer_messaging_simultaneous
tari_comms ‑ connection_manager::liveness::test::echos
tari_comms ‑ connection_manager::tests::listener_dialer::banned
tari_comms ‑ connection_manager::tests::listener_dialer::listen
tari_comms ‑ connection_manager::tests::listener_dialer::smoke
tari_comms ‑ connection_manager::tests::manager::connect_to_nonexistent_peer
tari_comms ‑ connection_manager::tests::manager::dial_cancelled
tari_comms ‑ connection_manager::tests::manager::dial_success
tari_comms ‑ connection_manager::tests::manager::dial_success_aux_tcp_listener
tari_comms ‑ connection_manager::tests::manager::simultaneous_dial_events
tari_comms ‑ connectivity::connection_stats::test::peer_connection_stats
tari_comms ‑ connectivity::selection::test::select_closest_empty
tari_comms ‑ connectivity::selection::test::select_closest_ordering
tari_comms ‑ connectivity::selection::test::select_random
tari_comms ‑ connectivity::test::ban_peer
tari_comms ‑ connectivity::test::connecting_peers
tari_comms ‑ connectivity::test::online_then_offline_then_online
tari_comms ‑ connectivity::test::peer_selection
tari_comms ‑ connectivity::test::pool_management
tari_comms ‑ memsocket::test::large_writes
tari_comms ‑ memsocket::test::listen_on_port_zero
tari_comms ‑ memsocket::test::listener_bind
tari_comms ‑ memsocket::test::listener_correctly_frees_port_on_drop
tari_comms ‑ memsocket::test::many_small_writes
tari_comms ‑ memsocket::test::partial_read
tari_comms ‑ memsocket::test::partial_read_write_both_sides
tari_comms ‑ memsocket::test::read_and_write_canonical_framing
tari_comms ‑ memsocket::test::read_bytes_with_large_buffer
tari_comms ‑ memsocket::test::read_zero_bytes
tari_comms ‑ memsocket::test::simple_connect
tari_comms ‑ memsocket::test::simple_write_read
tari_comms ‑ message::outbound::test::with_tag
tari_comms ‑ multiplexing::yamux::test::close
tari_comms ‑ multiplexing::yamux::test::open_substream
tari_comms ‑ multiplexing::yamux::test::rude_close_does_not_freeze
tari_comms ‑ multiplexing::yamux::test::send_big_message
tari_comms ‑ multiplexing::yamux::test::substream_count
tari_comms ‑ net_address::multiaddr_with_stats::test::test_calculate_quality_score
tari_comms ‑ net_address::multiaddr_with_stats::test::test_reseting_connection_attempts
tari_comms ‑ net_address::multiaddr_with_stats::test::test_successful_and_failed_connection_attempts
tari_comms ‑ net_address::multiaddr_with_stats::test::test_update_latency
tari_comms ‑ net_address::mutliaddresses_with_stats::test::test_add_net_address
tari_comms ‑ net_address::mutliaddresses_with_stats::test::test_get_net_address
tari_comms ‑ net_address::mutliaddresses_with_stats::test::test_index_impl
tari_comms ‑ net_address::mutliaddresses_with_stats::test::test_last_seen
tari_comms ‑ net_address::mutliaddresses_with_stats::test::test_max_number
tari_comms ‑ net_address::mutliaddresses_with_stats::test::test_resetting_all_connection_attempts
tari_comms ‑ noise::config::test::new
tari_comms ‑ noise::config::test::upgrade_socket
tari_comms ‑ noise::crypto_resolver::test::dh
tari_comms ‑ noise::crypto_resolver::test::generate
tari_comms ‑ noise::socket::test::interleaved_writes
tari_comms ‑ noise::socket::test::larger_writes
tari_comms ‑ noise::socket::test::simple_test
tari_comms ‑ noise::socket::test::test_handshake
tari_comms ‑ noise::socket::test::u16_max_writes
tari_comms ‑ noise::socket::test::unexpected_eof
tari_comms ‑ peer_manager::identity_signature::test::is_valid_for_peer::it_returns_false_for_tampered_address
tari_comms ‑ peer_manager::identity_signature::test::is_valid_for_peer::it_returns_false_for_tampered_features
tari_comms ‑ peer_manager::identity_signature::test::is_valid_for_peer::it_returns_true_for_valid_signature
tari_comms ‑ peer_manager::manager::test::test_add_or_update_online_peer
tari_comms ‑ peer_manager::manager::test::test_calc_region_threshold
tari_comms ‑ peer_manager::manager::test::test_closest_peers
tari_comms ‑ peer_manager::manager::test::test_get_broadcast_identities
tari_comms ‑ peer_manager::node_distance::test::get_bucket_index::correctness_fuzzing
tari_comms ‑ peer_manager::node_distance::test::get_bucket_index::it_returns_the_correct_index
tari_comms ‑ peer_manager::node_distance::test::ord::it_uses_big_endian_ordering
tari_comms ‑ peer_manager::node_id::test::convert_xor_distance_to_u128
tari_comms ‑ peer_manager::node_id::test::display
tari_comms ‑ peer_manager::node_id::test::partial_eq
tari_comms ‑ peer_manager::node_id::test::test_closest
tari_comms ‑ peer_manager::node_id::test::test_distance_and_ordering
tari_comms ‑ peer_manager::node_id::test::test_from_public_key
tari_comms ‑ peer_manager::peer::test::json_ser_der
tari_comms ‑ peer_manager::peer::test::test_is_banned_and_ban_for
tari_comms ‑ peer_manager::peer_query::test::limit_query
tari_comms ‑ peer_manager::peer_query::test::select_where_limit_query
tari_comms ‑ peer_manager::peer_query::test::select_where_query
tari_comms ‑ peer_manager::peer_query::test::sort_by_query
tari_comms ‑ peer_manager::peer_storage::test::discovery_syncing_returns_correct_peers
tari_comms ‑ peer_manager::peer_storage::test::test_add_delete_find_peer
tari_comms ‑ peer_manager::peer_storage::test::test_in_network_region
tari_comms ‑ peer_manager::peer_storage::test::test_restore
tari_comms ‑ peer_validator::helpers::test::validate_address_allow_test_addrs
tari_comms ‑ peer_validator::helpers::test::validate_address_strict
tari_comms ‑ peer_validator::helpers::test::validate_onion3_checksum
tari_comms ‑ pipeline::builder::test::minimal_usage
tari_comms ‑ pipeline::inbound::test::run
tari_comms ‑ pipeline::outbound::test::run
tari_comms ‑ protocol::identity::test::fail_cases
tari_comms ‑ protocol::identity::test::identity_exchange
tari_comms ‑ protocol::messaging::test::many_concurrent_send_message_requests
tari_comms ‑ protocol::messaging::test::many_concurrent_send_message_requests_that_fail
tari_comms ‑ protocol::messaging::test::new_inbound_substream_handling
tari_comms ‑ protocol::messaging::test::new_inbound_substream_only_single_session_permitted
tari_comms ‑ protocol::messaging::test::send_message_dial_failed
tari_comms ‑ protocol::messaging::test::send_message_request
tari_comms ‑ protocol::messaging::test::send_message_substream_bulk_failure
tari_comms ‑ protocol::negotiation::test::negotiate_fail
tari_comms ‑ protocol::negotiation::test::negotiate_fail_max_rounds
tari_comms ‑ protocol::negotiation::test::negotiate_fail_optimistic
tari_comms ‑ protocol::negotiation::test::negotiate_success
tari_comms ‑ protocol::negotiation::test::negotiate_success_optimistic
tari_comms ‑ protocol::protocols::test::add
tari_comms ‑ protocol::protocols::test::notify
tari_comms ‑ protocol::protocols::test::notify_fail_not_registered
tari_comms ‑ protocol::rpc::body::test::single_body
tari_comms ‑ protocol::rpc::body::test::streaming_body
tari_comms ‑ protocol::rpc::client::tests::last_request_latency::it_returns_the_latency_until_the_first_response
tari_comms ‑ protocol::rpc::client::tests::lazy_pool::it_connects_lazily
tari_comms ‑ protocol::rpc::client::tests::lazy_pool::it_fails_when_peer_connected_disconnects
tari_comms ‑ protocol::rpc::client::tests::lazy_pool::it_gracefully_handles_insufficient_server_sessions
tari_comms ‑ protocol::rpc::client::tests::lazy_pool::it_prunes_disconnected_sessions
tari_comms ‑ protocol::rpc::client::tests::lazy_pool::it_reuses_least_used_connections
tari_comms ‑ protocol::rpc::client::tests::lazy_pool::it_reuses_unused_connections
tari_comms ‑ protocol::rpc::client::tests::lazy_pool::it_reuses_used_connections_if_necessary
tari_comms ‑ protocol::rpc::server::chunking::test::it_emits_a_single_message
tari_comms ‑ protocol::rpc::server::chunking::test::it_emits_a_zero_size_message
tari_comms ‑ protocol::rpc::server::chunking::test::it_emits_an_expected_number_of_chunks
tari_comms ‑ protocol::rpc::server::chunking::test::it_emits_one_message_below_threshold
tari_comms ‑ protocol::rpc::server::chunking::test::it_sets_the_more_flag_except_last
tari_comms ‑ protocol::rpc::server::router::test::find_route
tari_comms ‑ protocol::rpc::status::test::rpc_status_code_conversions
tari_comms ‑ protocol::rpc::status::test::rpc_status_or_optional
tari_comms ‑ protocol::rpc::test::comms_integration::run_service
tari_comms ‑ protocol::rpc::test::handshake::it_performs_the_handshake
tari_comms ‑ protocol::rpc::test::handshake::it_rejects_the_handshake
tari_comms ‑ protocol::rpc::test::smoke::concurrent_requests
tari_comms ‑ protocol::rpc::test::smoke::max_global_sessions
tari_comms ‑ protocol::rpc::test::smoke::max_per_client_sessions
tari_comms ‑ protocol::rpc::test::smoke::ping_latency
tari_comms ‑ protocol::rpc::test::smoke::rejected_no_sessions_available
tari_comms ‑ protocol::rpc::test::smoke::request_response_errors_and_streaming
tari_comms ‑ protocol::rpc::test::smoke::response_too_big
tari_comms ‑ protocol::rpc::test::smoke::server_shutdown_before_connect
tari_comms ‑ protocol::rpc::test::smoke::stream_interruption_handling
tari_comms ‑ protocol::rpc::test::smoke::stream_still_works_after_cancel
tari_comms ‑ protocol::rpc::test::smoke::timeout
tari_comms ‑ protocol::rpc::test::smoke::unknown_protocol
tari_comms ‑ tor::control_client::client::test::add_onion_discard_pk_ok
tari_comms ‑ tor::control_client::client::test::add_onion_err
tari_comms ‑ tor::control_client::client::test::add_onion_from_private_key_ok
tari_comms ‑ tor::control_client::client::test::add_onion_ok
tari_comms ‑ tor::control_client::client::test::authenticate
tari_comms ‑ tor::control_client::client::test::connect
tari_comms ‑ tor::control_client::client::test::del_onion_err
tari_comms ‑ tor::control_client::client::test::del_onion_ok
tari_comms ‑ tor::control_client::client::test::get_conf_err
tari_comms ‑ tor::control_client::client::test::get_conf_ok
tari_comms ‑ tor::control_client::client::test::get_info_err
tari_comms ‑ tor::control_client::client::test::get_info_kv_multiline_value_ok
tari_comms ‑ tor::control_client::client::test::get_info_multiline_kv_ok
tari_comms ‑ tor::control_client::client::test::protocol_info_cookie_ok
tari_comms ‑ tor::control_client::client::test::protocol_info_err
tari_comms ‑ tor::control_client::client::test::protocol_info_no_auth_ok
tari_comms ‑ tor::control_client::commands::add_onion::test::to_command_string
tari_comms ‑ tor::control_client::commands::del_onion::test::to_command_string
tari_comms ‑ tor::control_client::commands::key_value::test::to_command_string
tari_comms ‑ tor::control_client::parsers::test::key_value
tari_comms ‑ tor::hidden_service::proxy_opts::test::is_tcpip_address
tari_comms ‑ tor::hidden_service::proxy_opts::test::proxy_opts
tari_comms ‑ transports::memory::test::acquire_release_memsocket_port
tari_comms ‑ transports::memory::test::simple_listen_and_dial
tari_comms ‑ transports::memory::test::unsupported_multiaddrs
tari_comms ‑ transports::predicate::test::is_onion_address_test
tari_comms ‑ transports::socks::test::new
tari_comms ‑ transports::tcp::test::configure
tari_comms ‑ utils::cidr::test::parse
tari_comms ‑ utils::datetime::test::formats_duration
tari_comms ‑ utils::multiaddr::test::multiaddr_dns_to_socketaddr_ok
tari_comms ‑ utils::multiaddr::test::multiaddr_from_components
tari_comms ‑ utils::multiaddr::test::multiaddr_to_socketaddr_err
tari_comms ‑ utils::multiaddr::test::multiaddr_to_socketaddr_ok
tari_comms::comms_integration_tests ‑ tests::rpc::client_prematurely_ends_session
tari_comms::comms_integration_tests ‑ tests::rpc_stress::run
tari_comms::comms_integration_tests ‑ tests::substream_stress::many_at_frame_limit
tari_comms_dht ‑ actor::test::dedup_cache_cleanup
tari_comms_dht ‑ actor::test::discovery_dial_peer::it_discovers_a_peer
tari_comms_dht ‑ actor::test::discovery_dial_peer::it_errors_if_discovery_fails_for_unknown_peer
tari_comms_dht ‑ actor::test::discovery_dial_peer::it_gets_active_peer_connection
tari_comms_dht ‑ actor::test::get_and_set_metadata
tari_comms_dht ‑ actor::test::insert_message_signature
tari_comms_dht ‑ actor::test::send_join_request
tari_comms_dht ‑ actor::test::test_select_peers
tari_comms_dht ‑ broadcast_strategy::test::direct_node_id
tari_comms_dht ‑ broadcast_strategy::test::direct_public_key
tari_comms_dht ‑ broadcast_strategy::test::is_direct
tari_comms_dht ‑ connectivity::test::added_neighbours
tari_comms_dht ‑ connectivity::test::initialize
tari_comms_dht ‑ connectivity::test::insert_neighbour
tari_comms_dht ‑ connectivity::test::metrics::collector::it_adds_message_received
tari_comms_dht ‑ connectivity::test::metrics::collector::it_clears_the_metrics
tari_comms_dht ‑ connectivity::test::replace_peer_when_peer_goes_offline
tari_comms_dht ‑ crypt::test::decryption_fails_on_evil_associated_data
tari_comms_dht ‑ crypt::test::decryption_fails_on_evil_key
tari_comms_dht ‑ crypt::test::decryption_fails_on_evil_message
tari_comms_dht ‑ crypt::test::decryption_fails_on_evil_tag
tari_comms_dht ‑ crypt::test::encrypt_decrypt_message
tari_comms_dht ‑ crypt::test::get_original_message_from_padded_text_successful
tari_comms_dht ‑ crypt::test::pad_message_correctness
tari_comms_dht ‑ crypt::test::padding_fails_if_pad_message_prepend_length_is_bigger_than_plaintext_length
tari_comms_dht ‑ crypt::test::unpadding_failure_modes
tari_comms_dht ‑ dedup::test::deterministic_hash
tari_comms_dht ‑ dedup::test::process_message
tari_comms_dht ‑ dht::test::test_stack_encrypted
tari_comms_dht ‑ dht::test::test_stack_filter_saf_message
tari_comms_dht ‑ dht::test::test_stack_forward
tari_comms_dht ‑ dht::test::test_stack_unencrypted
tari_comms_dht ‑ discovery::service::test::send_discovery
tari_comms_dht ‑ envelope::tests::node_destination::to_inner_bytes
tari_comms_dht ‑ inbound::decryption::test::decrypt_inbound_fail_for_us
tari_comms_dht ‑ inbound::decryption::test::decrypt_inbound_fail_invalid_signature
tari_comms_dht ‑ inbound::decryption::test::decrypt_inbound_fail_missing_ephemeral_encrypted
tari_comms_dht ‑ inbound::decryption::test::decrypt_inbound_fail_missing_signature_encrypted
tari_comms_dht ‑ inbound::decryption::test::decrypt_inbound_fail_no_destination
tari_comms_dht ‑ inbound::decryption::test::decrypt_inbound_fail_signature_decode_structure
tari_comms_dht ‑ inbound::decryption::test::decrypt_inbound_fail_signature_decode_wire
tari_comms_dht ‑ inbound::decryption::test::decrypt_inbound_not_for_us
tari_comms_dht ‑ inbound::decryption::test::decrypt_inbound_success
tari_comms_dht ‑ inbound::decryption::test::empty_message
tari_comms_dht ‑ inbound::decryption::test::poll_ready
tari_comms_dht ‑ inbound::deserialize::test::deserialize
tari_comms_dht ‑ inbound::forward::test::decryption_failed
tari_comms_dht ‑ inbound::forward::test::decryption_succeeded
tari_comms_dht ‑ message_signature::test::it_is_secure_against_related_key_attack
tari_comms_dht ‑ message_signature::test::it_secures_the_message
tari_comms_dht ‑ message_signature::test::it_secures_the_public_nonce
tari_comms_dht ‑ network_discovery::test::discovery_ready::it_begins_aggressive_discovery
tari_comms_dht ‑ network_discovery::test::discovery_ready::it_idles_if_no_sync_peers
tari_comms_dht ‑ network_discovery::test::discovery_ready::it_idles_if_num_rounds_reached
tari_comms_dht ‑ network_discovery::test::discovery_ready::it_transitions_to_on_connect
tari_comms_dht ‑ network_discovery::test::state_machine::it_fetches_peers
tari_comms_dht ‑ network_discovery::test::state_machine::it_shuts_down
tari_comms_dht ‑ outbound::broadcast::test::test_send_message_direct_dht_discovery
tari_comms_dht ‑ outbound::broadcast::test::test_send_message_direct_not_found
tari_comms_dht ‑ outbound::broadcast::test::test_send_message_flood
tari_comms_dht ‑ outbound::message_send_state::test::is_empty
tari_comms_dht ‑ outbound::message_send_state::test::wait_all
tari_comms_dht ‑ outbound::message_send_state::test::wait_n_timeout
tari_comms_dht ‑ outbound::message_send_state::test::wait_percentage_success
tari_comms_dht ‑ outbound::message_send_state::test::wait_single
tari_comms_dht ‑ outbound::serialize::test::serialize
tari_comms_dht ‑ peer_validator::tests::it_does_not_add_an_invalid_peer
tari_comms_dht ‑ peer_validator::tests::it_errors_with_invalid_signature
tari_comms_dht ‑ rpc::test::get_closer_peers::it_errors_if_maximum_n_exceeded
tari_comms_dht ‑ rpc::test::get_closer_peers::it_returns_closest_peers
tari_comms_dht ‑ rpc::test::get_closer_peers::it_returns_empty_peer_stream
tari_comms_dht ‑ rpc::test::get_closer_peers::it_returns_n_peers
tari_comms_dht ‑ rpc::test::get_closer_peers::it_skips_excluded_peers
tari_comms_dht ‑ rpc::test::get_peers::it_excludes_clients
tari_comms_dht ‑ rpc::test::get_peers::it_returns_all_peers
tari_comms_dht ‑ rpc::test::get_peers::it_returns_empty_peer_stream
tari_comms_dht ‑ rpc::test::get_peers::it_returns_n_peers
tari_comms_dht ‑ storage::connection::test::connect_and_migrate
tari_comms_dht ‑ storage::connection::test::memory_connections
tari_comms_dht ‑ store_forward::database::test::insert_messages
tari_comms_dht ‑ store_forward::database::test::remove_messages
tari_comms_dht ‑ store_forward::database::test::truncate_messages
tari_comms_dht ‑ store_forward::saf_handler::task::test::receive_stored_messages
tari_comms_dht ‑ store_forward::saf_handler::task::test::rejected_with_bad_message_semantics
tari_comms_dht ‑ store_forward::saf_handler::task::test::request_stored_messages
tari_comms_dht ‑ store_forward::saf_handler::task::test::saf_message_was_requested
tari_comms_dht ‑ store_forward::saf_handler::task::test::stored_at_in_future
tari_comms_dht ‑ store_forward::store::test::cleartext_message_no_origin
tari_comms_dht ‑ store_forward::store::test::decryption_failed_banned_peer
tari_comms_dht ‑ store_forward::store::test::decryption_failed_should_store
tari_comms_dht ‑ store_forward::store::test::decryption_succeeded_no_store
tari_comms_dht::attacks ‑ large_join_messages_with_many_addresses
tari_comms_dht::dht ‑ test_dht_discover_propagation
tari_comms_dht::dht ‑ test_dht_do_not_store_invalid_message_in_dedup
tari_comms_dht::dht ‑ test_dht_header_not_malleable
tari_comms_dht::dht ‑ test_dht_join_propagation
tari_comms_dht::dht ‑ test_dht_propagate_dedup
tari_comms_dht::dht ‑ test_dht_propagate_message_contents_not_malleable_ban
tari_comms_dht::dht ‑ test_dht_repropagate
tari_comms_dht::dht ‑ test_dht_store_forward
tari_comms_rpc_macros::macro ‑ it_correctly_maps_the_method_nums
tari_comms_rpc_macros::macro ‑ it_generates_client_calls
tari_comms_rpc_macros::macro ‑ it_returns_an_error_for_invalid_method_nums
tari_comms_rpc_macros::macro ‑ it_returns_the_correct_type
tari_comms_rpc_macros::macro ‑ it_sets_the_protocol_name
tari_contacts ‑ contacts_service::storage::sqlite_db::test::test_crud
tari_contacts::contacts_service ‑ test_contacts_service
tari_contacts::contacts_service ‑ test_message_pagination
tari_core ‑ base_node::chain_metadata_service::service::test::handle_liveness_event_bad_metadata
tari_core ‑ base_node::chain_metadata_service::service::test::handle_liveness_event_no_metadata
tari_core ‑ base_node::chain_metadata_service::service::test::handle_liveness_event_ok
tari_core ‑ base_node::chain_metadata_service::service::test::update_liveness_chain_metadata
tari_core ‑ base_node::state_machine_service::states::listening::test::test_determine_sync_mode
tari_core ‑ base_node::sync::header_sync::validator::test::initialize_state::it_errors_if_hash_does_not_exist
tari_core ‑ base_node::sync::header_sync::validator::test::initialize_state::it_initializes_state_to_given_header
tari_core ‑ base_node::sync::header_sync::validator::test::validate::it_fails_if_height_is_not_serial
tari_core ‑ base_node::sync::header_sync::validator::test::validate::it_passes_if_headers_are_valid
tari_core ‑ base_node::sync::rpc::tests::sync_blocks::it_returns_not_found_if_unknown_hash
tari_core ‑ base_node::sync::rpc::tests::sync_blocks::it_sends_bad_request_on_bad_response