-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add json serialize/deserialize for factorsourceid #331
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #331 +/- ##
=======================================
Coverage 92.01% 92.02%
=======================================
Files 1152 1152
Lines 25675 25678 +3
Branches 85 85
=======================================
+ Hits 23626 23629 +3
Misses 2034 2034
Partials 15 15
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@giannis-rdx you need to rebase |
1293e9e
to
f594231
Compare
crates/sargon/Cargo.toml
Outdated
@@ -1,6 +1,6 @@ | |||
[package] | |||
name = "sargon" | |||
version = "1.1.100" | |||
version = "1.1.101" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm this is wrong, you should bump ALL 60 crates with the make bump
command
Which requires cargo workspace:
https://crates.io/crates/cargo-workspaces so install that first
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right.
done ✅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well the version-check failed because it bumped from 100 to 102 (that happened because i had already manually bumped the two crates to 101) but I think after we merge this, then the check-version will succeed if I rebase and run it again, right?
c8401a8
to
9dd0837
Compare
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] Generated by cargo-workspaces
In Android we need to pass as a string parameter the
FactorSourceID
in the navigation, so I added support to serialize/deserialize theFactorSourceID