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

crypto: Re-use existing get_device_from_curve_key method #3756

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

andybalaam
Copy link
Member

These calls are equivalent because the old code called self.get_user_devices with a timeout of None, which meant the call to wait_if_user_pending inside was a no-op.

These calls are equivalent because the old code called
`self.get_user_devices` with a `timeout` of `None`, which meant the call
to `wait_if_user_pending` inside was a no-op.
@andybalaam andybalaam requested a review from a team as a code owner July 23, 2024 13:39
@andybalaam andybalaam requested review from stefanceriu and removed request for a team July 23, 2024 13:39
Copy link
Member

@stefanceriu stefanceriu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍

@andybalaam andybalaam enabled auto-merge (rebase) July 23, 2024 13:49
@andybalaam andybalaam merged commit 2045b32 into main Jul 23, 2024
40 checks passed
Copy link

codecov bot commented Jul 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.02%. Comparing base (dfdea0c) to head (56e77bb).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3756      +/-   ##
==========================================
- Coverage   84.03%   84.02%   -0.01%     
==========================================
  Files         260      260              
  Lines       26732    26729       -3     
==========================================
- Hits        22463    22459       -4     
- Misses       4269     4270       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andybalaam andybalaam deleted the andybalaam/reuse-get_device_from_curve_key branch July 23, 2024 13:56
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.

2 participants