Skip to content

issue #609 TypeScript-Core functionality to verify signatures - #625

Merged
tomholub merged 85 commits into
masterfrom
issue-609-verify-signatures
Oct 14, 2021
Merged

issue #609 TypeScript-Core functionality to verify signatures#625
tomholub merged 85 commits into
masterfrom
issue-609-verify-signatures

Conversation

@IvanPizhenko

@IvanPizhenko IvanPizhenko commented Oct 6, 2021

Copy link
Copy Markdown
Contributor

This PR refactors Typescript part in order to prepare to signature verification functionality.

close #609


Tests (delete all except exactly one):

  • Tests added or updated

To be filled by reviewers

I have reviewed that this PR... (tick whichever items you personally focused on during this review):

  • addresses the issue it closes (if any)
  • code is readable and understandable
  • is accompanied with tests, or tests are not needed
  • is free of vulnerabilities
  • is documented clearly and usefully, or doesn't need documentation

@tomholub tomholub left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

looking good

Comment thread Core/source/core/pgp-msg.ts Outdated
Comment thread Core/source/core/pgp-msg.ts Outdated

@tomholub tomholub left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

checkpoint review, good

@tomholub tomholub left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

👍

@IvanPizhenko

Copy link
Copy Markdown
Contributor Author

So I think I've finished with changes in the code, now just need to test it all.

@IvanPizhenko
IvanPizhenko marked this pull request as ready for review October 12, 2021 20:56
@IvanPizhenko

Copy link
Copy Markdown
Contributor Author

@tomholub Typescript tests passed but Swift tests failed here.

@IvanPizhenko

Copy link
Copy Markdown
Contributor Author

Trying to rerun...

@IvanPizhenko

Copy link
Copy Markdown
Contributor Author

@tomholub Finally, ready for review, I think.

@tomholub tomholub left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looks great - see comments

Comment thread Core/source/mobile-interface/endpoints.ts Outdated
Comment thread Core/source/mobile-interface/format-output.ts Outdated
Comment thread Core/source/mobile-interface/format-output.ts
@IvanPizhenko

IvanPizhenko commented Oct 13, 2021

Copy link
Copy Markdown
Contributor Author

@tomholub Fixed above notes. Swift test still failing.

@tomholub tomholub left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This looks good. Thanks! Since this only updates TS and TS tests pass, I'll force-merge this.

@tomholub

Copy link
Copy Markdown
Collaborator

This looks good. Thanks! Since this only updates TS and TS tests pass, I'll force-merge this.

Actually no - it could still affect the app. I'll set auto-merge, once it's updated from master in a way that passes tests, it should merge.

@tomholub
tomholub enabled auto-merge (squash) October 14, 2021 09:07
@tomholub
tomholub merged commit 2604979 into master Oct 14, 2021
@tomholub
tomholub deleted the issue-609-verify-signatures branch October 14, 2021 22:36
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.

TypeScript-Core functionality to verify signatures

2 participants