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

feat: impl payload attributes builder #11336

Merged

Conversation

greged93
Copy link
Contributor

Implement the PayloadAttributesBuilder Ethereum version for the local engine service.

Comment on lines +23 to +25
prev_randao: B256::random(),
suggested_fee_recipient: Address::random(),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

for now I am just providing random values, should I update this?

@greged93 greged93 force-pushed the feat/impl-payload-attributes-builder branch from 2ee31bc to 57a9c0f Compare September 30, 2024 12:58
@mattsse mattsse added this to the engineV2 default milestone Oct 3, 2024
Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

for now this is okay, we still need to figure out how to create valid payloads next

@mattsse mattsse requested a review from gakonst as a code owner October 3, 2024 12:15
@mattsse mattsse enabled auto-merge October 3, 2024 12:15
@mattsse mattsse added this pull request to the merge queue Oct 3, 2024
Merged via the queue into paradigmxyz:main with commit 4960b92 Oct 3, 2024
36 checks passed
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.

2 participants