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

GH-3406 fixed crash #3413

Merged
merged 1 commit into from
May 21, 2024
Merged

GH-3406 fixed crash #3413

merged 1 commit into from
May 21, 2024

Conversation

DmitryBespalov
Copy link
Contributor

Handles #3406

Changes proposed in this pull request:

  • Change init to a static func + tuple return type

It was crashing in the self.init(v:r:s:) call.
Replacing with a tuple result and calling that initializer later helped.

was crashing in the `self.init(v:r:s:)` call.
Replacing with a tuple result and calling that initializer
later helped.
@DmitryBespalov DmitryBespalov self-assigned this May 21, 2024
Copy link

codecov bot commented May 21, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 8.27%. Comparing base (230edb6) to head (2924ecd).
Report is 1 commits behind head on main.

Files Patch % Lines
...Management/KeystoneOwnerKey/KeystoneSignFlow.swift 0.00% 4 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##            main   #3413   +/-   ##
=====================================
  Coverage   8.27%   8.27%           
=====================================
  Files        788     788           
  Lines      44098   44098           
=====================================
  Hits        3648    3648           
  Misses     40450   40450           

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

@DmitryBespalov DmitryBespalov merged commit 1ed56cd into main May 21, 2024
4 of 5 checks passed
@DmitryBespalov DmitryBespalov deleted the GH-3406/fix-keystone-crash branch May 21, 2024 12:19
@github-actions github-actions bot locked and limited conversation to collaborators May 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant