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

fix qa #44

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

fix qa #44

wants to merge 2 commits into from

Conversation

ilyar
Copy link
Contributor

@ilyar ilyar commented Oct 14, 2024

  • cargo +nightly fmt --all -- --check
  • cargo +nightly clippy -- -D warnings
  • cargo +stable test
    • failed
      • test accounts::tests::test_account_from_message
      • test accounts::tests::test_account_from_message
      • test serialize::tests::test_account_into_json_without_hash_0
      • test serialize::tests::test_account_into_json_with_hash_0
      • test serialize::tests::test_account_into_json_q
      • test serialize::tests::test_frozen_account_into_json_0
      • test serialize::tests::test_frozen_account_into_json_with_hash_0
      • test serialize::tests::test_frozen_account_into_json_q
      • test serialize::tests::test_pruned_account_into_json_0
      • test serialize::tests::test_transaction_wo_out_msgs_into_json
      • test serialize::tests::test_transaction_into_json_0
      • test serialize::tests::test_transaction_into_json_q
      • test serialize::tests::test_account_into_json_with_hash_0
      • test accounts::tests::test_real_account_serde
      • test merkle_proof::tests::test_check_msg_proof
      • test test_terminal
      • test test_encryptionboxes
      • test test_pipechain_signing
      • test test_amount_input
      • test test_confirm_input
      • test test_signing_box_interface
      • test test_address_input
      • test test_userinfo
      • test test_number_input
    • (optional) ignored
      • test serialize::tests::test_ext_in_msg_fee
      • test serialize::tests::test_balance_delta
      • test merkle_proof::tests::test_check_correct_account_proof
      • test merkle_proof::tests::test_check_wrong_account_proof
      • test merkle_update::tests::merkle_update_apply_benchmark
      • test shard::tests::test_real_tvm_shardstate
      • test block_parser::parser::tests::test_ext_in_sharding
      • test block_parser::parser::tests::test_ext_out_sharding
      • test block_parser::parser::tests::test_file_hash
      • test block_parser::parser::tests::test_immediate_chain_order
      • test block_parser::parser::tests::test_mc_chain_order
      • test block_parser::parser::tests::test_mc_sharding
      • test block_parser::parser::tests::test_parse_block
      • test block_parser::parser::tests::test_parse_fast_finality_block
      • test block_parser::parser::tests::test_parse_mc_block
      • test block_parser::parser::tests::test_reduce_config
      • test block_parser::parser::tests::test_transaction_code_hash
      • test block_parser::parser::tests::test_transaction_id_in_msg
      • test block_parser::parser::tests::test_wc_chain_order
      • test block_parser::parser::tests::test_wc_sharding
      • test deserialize::tests::test_parse_zerostate
      • test serialize::tests::test_serialize_mc_zerostate_q
      • test serialize::tests::test_serialize_mc_zerostate_s
      • test serialize::tests::test_serialize_wc_state_q
      • test serialize::tests::test_serialize_wc_state_s
      • test decode::tests::test_decode_msg_json
      • test test_pipechain_inputs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant