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
To avoid having lite clients like (https://github.com/blockworks-foundation/lite-rpc) participate in gossip and causing further # of gossip clients increasing we would like to be able to get notifications via geyer on gossip data / gossip updates.
This would be required to replace the getClusterNodes RPC call.
Proposed Solution
Add a geyser notification for gossip update notifications.
The text was updated successfully, but these errors were encountered:
We just need node information for all the nodes in the cluster especially those who will produce blocks during an epoch. Same as information we get by using the method 'getClusterNodes' on Solana Json rpc. We would also like to know epoch stakes for each validator but that is optional. Epoch stakes will be used to recalculate the leader schedule.
Problem
To avoid having lite clients like (https://github.com/blockworks-foundation/lite-rpc) participate in gossip and causing further # of gossip clients increasing we would like to be able to get notifications via geyer on gossip data / gossip updates.
This would be required to replace the
getClusterNodes
RPC call.Proposed Solution
Add a geyser notification for gossip update notifications.
The text was updated successfully, but these errors were encountered: