-
Notifications
You must be signed in to change notification settings - Fork 3
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
PE-1136 Refactor ArConnect Signing #20
base: master
Are you sure you want to change the base?
Conversation
This reverts commit db80642. t
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.
Left one non-blocking comment. Looking good!
Map<String, dynamic> toUnsignedJson() => <String, dynamic>{ | ||
'format': format, | ||
'owner': owner, | ||
'tags': tags.map((e) => e.toJson()).toList(), |
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.
We should avoid one-character identifiers such as e
in this case
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.
Looks good to me!
Adds better JSON parsing and updates signing functions to support using ArConnect sign function.