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

Implement the request method for Web3IPCProvider #4646

Closed
Tracked by #4642
nazarhussain opened this issue Dec 17, 2021 · 0 comments · Fixed by #4666
Closed
Tracked by #4642

Implement the request method for Web3IPCProvider #4646

nazarhussain opened this issue Dec 17, 2021 · 0 comments · Fixed by #4666
Assignees
Labels
4.x 4.0 related

Comments

@nazarhussain
Copy link
Contributor

Description

We need to implement the abstract method request for the Web3IPCProvider. The method should follow the similar approach used in other Web3HTTPProvider and Web3WSProvider.

Acceptance Criteria

  • The request should use the underlying connection to send the data
  • The request method must be asynchronous and return the result based on generic type.

Additional Information

The request method contains an options parameter, which is open to the implementation. See what kind of options would be useful per request. The request flow is asynchronous so it must return a deferred promise.

@nazarhussain nazarhussain added the 4.x 4.0 related label Dec 17, 2021
@nazarhussain nazarhussain self-assigned this Jan 3, 2022
@nazarhussain nazarhussain mentioned this issue Jan 3, 2022
14 tasks
@nazarhussain nazarhussain linked a pull request Jan 3, 2022 that will close this issue
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x 4.0 related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant