You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Support live transaction streaming of beacon chain summary
[Feature]: Support live transaction streaming of beacon chain summary
Dec 2, 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.
The text was updated successfully, but these errors were encountered: