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

Add includeEncrypted parameter #112

Merged
merged 1 commit into from
Mar 23, 2022

Conversation

NikolasStelmakh
Copy link

No description provided.

@NikolasStelmakh NikolasStelmakh force-pushed the update/received-and-sent-fio-requests-getters branch from a0e6949 to 2c0db2a Compare January 27, 2022 16:37
@@ -36,7 +38,7 @@ export class ReceivedFioRequests extends Query<ReceivedFioRequestsResponse> {
value.content = content
requests.push(value)
} catch (e) {
//
if (this.includeEncrypted) { requests.push(value) }
Copy link
Contributor

Choose a reason for hiding this comment

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

remove { }

Copy link
Author

Choose a reason for hiding this comment

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

ok, but { } is required in the tslint rules

src/FIOSDK.ts Outdated
@@ -601,7 +600,7 @@ export class FIOSDK {
[{
chain_code: chainCode,
token_code: tokenCode,
public_address: publicAddress
public_address: publicAddress,
Copy link
Contributor

Choose a reason for hiding this comment

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

please remove all of the changes that not relate to the feature, and create separate PR for it

@@ -36,7 +38,7 @@ export class SentFioRequests extends Query<SentFioRequestResponse> {
value.content = content
requests.push(value)
} catch (e) {
//
if (this.includeEncrypted) { requests.push(value) }
Copy link
Contributor

Choose a reason for hiding this comment

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

remove { }

@NikolasStelmakh NikolasStelmakh force-pushed the update/received-and-sent-fio-requests-getters branch from 2c0db2a to 2903928 Compare January 28, 2022 09:55
@andreyvEze andreyvEze force-pushed the update/received-and-sent-fio-requests-getters branch from 2903928 to 3d999f1 Compare January 28, 2022 12:14
@ericbutz ericbutz merged commit c4de748 into develop Mar 23, 2022
@ericbutz ericbutz deleted the update/received-and-sent-fio-requests-getters branch March 23, 2022 14:16
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.

3 participants