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

Remove query interface from spec #50

Merged
merged 2 commits into from
Jan 25, 2021
Merged

Conversation

OR13
Copy link
Collaborator

@OR13 OR13 commented Jan 18, 2021

Addresses concerns about HTTP / interface portability raised on #46

@OR13 OR13 marked this pull request as ready for review January 18, 2021 18:22
@OR13 OR13 merged commit 63862f4 into master Jan 25, 2021
Copy link
Contributor

@TallTed TallTed left a comment

Choose a reason for hiding this comment

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

Motivated by punctuation; also touched whitespace

Comment on lines +1142 to +1144
In order to ensure portability, wallet interfaces MUST be functions of
JSON, and not take complex instances of classes, functions or other
types of object.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
In order to ensure portability, wallet interfaces MUST be functions of
JSON, and not take complex instances of classes, functions or other
types of object.
In order to ensure portability, wallet interfaces MUST be functions of
JSON, and not take complex instances of classes, functions, or other
types of object.

Comment on lines +1154 to +1155
This method may not be necessary, for implementations that rely on
external storage, such as Encrypted Data Vaults.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
This method may not be necessary, for implementations that rely on
external storage, such as Encrypted Data Vaults.
This method may not be necessary for implementations that rely on
external storage, such as Encrypted Data Vaults.

Comment on lines +1168 to +1169
This method may not be necessary, for implementations that rely on
external storage, such as Encrypted Data Vaults.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
This method may not be necessary, for implementations that rely on
external storage, such as Encrypted Data Vaults.
This method may not be necessary for implementations that rely on
external storage, such as Encrypted Data Vaults.

Comment on lines +1181 to +1182
This method may not be necessary, for implementations that rely on
external storage, such as Encrypted Data Vaults.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
This method may not be necessary, for implementations that rely on
external storage, such as Encrypted Data Vaults.
This method may not be necessary for implementations that rely on
external storage, such as Encrypted Data Vaults.

@OR13 OR13 deleted the feat/remove-query-interface branch February 18, 2022 17:12
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