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

Expose blockchain events in the REST API #467

Closed
2 tasks done
LefterisJP opened this issue Mar 28, 2017 · 2 comments
Closed
2 tasks done

Expose blockchain events in the REST API #467

LefterisJP opened this issue Mar 28, 2017 · 2 comments
Assignees

Comments

@LefterisJP
Copy link
Contributor

LefterisJP commented Mar 28, 2017

Problem Definition

Blockchain events are not exposed in the REST API.

Solution

Add endpoints for the blockchain events in the REST API.

Tasklist

  • Add functions to retrieve the blockchain events in the programmatic API.
  • Create Rest API endpoints wrapping the blockchain events.

Notes

An improvement over the implementation tracked by this issue would be to use eth_getLogs to reduce the number of RPC calls. This improvement is tracked by the following issue: #452

@LefterisJP LefterisJP added this to the MVP milestone Mar 28, 2017
@LefterisJP LefterisJP self-assigned this Mar 28, 2017
@LefterisJP LefterisJP mentioned this issue Mar 28, 2017
5 tasks
@LefterisJP
Copy link
Contributor Author

Pull Requests implementing the required functionality:

  1. Add blockchain event getter functionality in the programmatic API

@LefterisJP
Copy link
Contributor Author

Hmmm we forgot to label this issue with an estimate. My bad, forgot to ask you to vote right after making the issue. I will put a 3 for now for the retrospective purposes.

@LefterisJP LefterisJP added the 3 label Apr 10, 2017
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

No branches or pull requests

1 participant