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

Update TSS tests to use new registration flow #1026

Merged
merged 18 commits into from
Aug 26, 2024

Commits on Aug 23, 2024

  1. Remove signing integration test

    The `register_and_sign` integration test covers the same functionality now.
    HCastano committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e582265 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86fdd96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    805143b View commit details
    Browse the repository at this point in the history
  4. Delete test_store_share test

    This isn't relevant in the context of registration anymore. The functionality
    of this test was mostly moved to `test_jumpstart_network` anyways.
    HCastano committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    16cdeec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf3f712 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ba38e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02496c5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    47c181f View commit details
    Browse the repository at this point in the history
  9. Rename failing signing test

    HCastano committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    4685ac0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    87ea4ff View commit details
    Browse the repository at this point in the history
  11. Ignore failing test

    Not sure if we still want this, or tbh how to fix it
    HCastano committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1a75496 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1d695c6 View commit details
    Browse the repository at this point in the history
  13. Rename generic_msg to signature_request

    This better reflects what the variable actually is
    HCastano committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    c8a2fc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Fix test for rejecting a TSS node who is not part of the signing comm…

    …itte (#1028)
    
    * Update error message for unexpected participant
    
    * Fix test
    ameba23 authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a47156c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d77e12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ac232a View commit details
    Browse the repository at this point in the history
  4. Rustfmt

    HCastano committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ea6dbd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c46c82 View commit details
    Browse the repository at this point in the history