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
During the initialization of the service, we need to know what is the latest SS block height where we posted blobs.
If we know it, we can request all blobs from this SS block, parse them, and find the latest posted information which contains the height of the Fuel block.
After we know the latest Fuel height was submitted, we can start submitting new blocks.
Update the shared sequencer service to use the following query to find the block height, and post blobs starting from that height:
The text was updated successfully, but these errors were encountered: