Skip to content
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

Other arch #38

Draft
wants to merge 1 commit into
base: pbs
Choose a base branch
from
Draft

Other arch #38

wants to merge 1 commit into from

Conversation

ferranbt
Copy link

@ferranbt ferranbt commented Sep 6, 2024

No description provided.

@@ -0,0 +1,187 @@
package builder
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comes from op-geth

dockerfile: Dockerfile.builder
args:
BUILDER_IMAGE: ${BUILDER_IMAGE:-flashbots/op-geth:latest}
dockerfile: Dockerfile.l2
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vanilla op-geth

@@ -280,6 +280,7 @@ services:
- builder-op-geth
command: >
op-node
--sequencer.enabled
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This flag enables the FCU


// save the payload, FOR SIMPLIFITY assuem this is the code path for the builder not the producer, later one we only
// do this if there is a builder flag enabled.
savedPayloads[l2head] = payload
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Save the payloads so that builder op-node can return them on the builder API server.

type builderServerImpl struct {
}

func (b *builderServerImpl) GetPayload(request *builderTypes.BuilderPayloadRequest) (*builderTypes.VersionedBuilderPayloadResponse, error) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Builder API server returns the cache payloads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant