-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Shared sequencer: fetch and use latest block height #2464
Comments
@Dentosal is this still needed? We can see where the code posts the blobs: fuel-core/crates/services/shared-sequencer/src/lib.rs Lines 134 to 156 in a6e4f34
But are we querying for the block height anywhere? |
Yep already done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: