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

PE-1136 Refactor ArConnect Signing #20

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

javdhu
Copy link

@javdhu javdhu commented Mar 25, 2022

Adds better JSON parsing and updates signing functions to support using ArConnect sign function.

karlprieb
karlprieb previously approved these changes Mar 28, 2022
fedellen
fedellen previously approved these changes Mar 29, 2022
matibat
matibat previously approved these changes Mar 29, 2022
Copy link

@matibat matibat left a 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(),
Copy link

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

@javdhu javdhu dismissed stale reviews from matibat, fedellen, and karlprieb via 662eb40 April 1, 2022 13:29
@javdhu javdhu requested review from karlprieb, matibat and fedellen April 1, 2022 19:05
Copy link

@matibat matibat left a 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!

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.

4 participants