-
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 integration #1621
Comments
Will staking and staking parameters need to be included in this feature? |
We need to figure out what data we will send from the block builder to the SS. This includes signatures and other data formatting stuff. |
@Dentosal You should have access to the repository right now. Bellow instruction which we received.
Maybe instead of building it manually we could try to use docker from https://github.com/FuelLabs/fuel-rollup/tree/main/docker.
Our goal is to use PostBlob transaction to post Fuel blocks into the shared sequencer. The When we post data to the sequencer the corresponding PoA Ethereum address(that we can generate from a private key) should contain Fuel tokens to pay for it. I would suggest reading the specifications about the flow of the transaction for more clarification. It would be nice if we could integrate testing of blob posting into our CI. |
Design notes from my discussion with @xgreenx
|
PR link #1922 |
For testnet/mainnet we want to move block selection to a shared sequencer. We need to upgrade the client to allow for block production to go through this sequencer.
The text was updated successfully, but these errors were encountered: