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

[Feature]: Support live transaction streaming of beacon chain summary #86

Closed
Tracked by #146
ghost opened this issue Sep 16, 2021 · 0 comments · Fixed by #173
Closed
Tracked by #146

[Feature]: Support live transaction streaming of beacon chain summary #86

ghost opened this issue Sep 16, 2021 · 0 comments · Fixed by #173
Assignees
Labels
beacon chain Involve BeaconChain feature New feature request P2P Involve P2P networking

Comments

@ghost
Copy link

ghost commented Sep 16, 2021

The BeaconChain's explorer should support a feature to stream the transactions submitted to the beacon summary in near real time.

The idea would be to create processes responsible for creating asynchronous communication with the pool of storage node for the next summary. Those nodes will notify clients about new transaction arrived (note: this approach will be less intensive than a polling mechanism).

Each Beacon's subset can have a list of subscribers for summary updates

The feature should support the switch of pool when there is a new summary timer event. (pools may change for every interval).

When those processes received a notification of new transaction, they will submit a message through PubSub to update the UI elements.

@ghost ghost added feature New feature request P2P Involve P2P networking beacon chain Involve BeaconChain labels Sep 16, 2021
@ghost ghost added this to the 1.0 milestone Sep 16, 2021
@internet-zero internet-zero assigned internet-zero, ghost and imnik11 and unassigned internet-zero and ghost Oct 19, 2021
@ghost ghost changed the title Support live transaction streaming of beacon chain summary [Feature]: Support live transaction streaming of beacon chain summary Dec 2, 2021
@ghost ghost closed this as completed in #173 Jan 17, 2022
@ghost ghost mentioned this issue May 25, 2022
@ghost ghost mentioned this issue Jun 27, 2022
18 tasks
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beacon chain Involve BeaconChain feature New feature request P2P Involve P2P networking
Projects
None yet
2 participants