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
Is your feature request related to a problem? Please describe.
Currently in Hobbits, there is no way to get the beacon states from the connected peers. We need the beacon state information in the syncing process for storing the LatestStateRoot, FinalizedStateRoot and JustifiedStateRoot. This is how lodestar uses the beacon state info in the initial syncing process.
Describe the solution you'd like
Add 2 methods in the RPC protocol like Get_Beacon_States
{
'hashes' : '[]bytes32'
}
and Beacon_States
{
'states' : '[]BeaconState`
}
The text was updated successfully, but these errors were encountered:
ajoydas
changed the title
Add beacon states methods in the RPC protocol
Add beacon state methods in the RPC protocol
Jul 21, 2019
ajoydas
changed the title
Add beacon state methods in the RPC protocol
Add beacon state methods in the RPC protocol
Jul 21, 2019
Is your feature request related to a problem? Please describe.
Currently in Hobbits, there is no way to get the beacon states from the connected peers. We need the beacon state information in the syncing process for storing the
LatestStateRoot
,FinalizedStateRoot
andJustifiedStateRoot
. This is how lodestar uses the beacon state info in the initial syncing process.Describe the solution you'd like
Add 2 methods in the RPC protocol like
Get_Beacon_States
and
Beacon_States
The text was updated successfully, but these errors were encountered: