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(rpc): add engine api abstraction, rm AttributesValidator #102

Merged
merged 9 commits into from
Oct 18, 2024

Conversation

merklefruit
Copy link
Collaborator

This PR supercedes and replaces #98

Overview

  • re-implemented engine functionality, using the latest Alloy jwt-auth layer + OpEngineApi extension trait
  • removed AttributesValidator trait because I don't think it will be useful since we need to work with the engine API anyway for other reasons, other than validating payloads: namely updating the fork choice and driving the EL forward.

I believe the decision to remove the validator trait will pay off in the future because it allows us to work with the engine api more freely. However if it turns out to be a bad decision this can be reverted easily as well.

@merklefruit merklefruit added A-rpc Area: rpc crate A-rollup Area: rollup crate labels Oct 16, 2024
@merklefruit merklefruit self-assigned this Oct 16, 2024
Copy link
Collaborator

@refcell refcell left a comment

Choose a reason for hiding this comment

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

Nice!

@merklefruit merklefruit marked this pull request as ready for review October 17, 2024 21:25
@refcell refcell merged commit 798a949 into main Oct 18, 2024
11 checks passed
@merklefruit merklefruit deleted the nico/feat/engine-api-new branch October 18, 2024 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rollup Area: rollup crate A-rpc Area: rpc crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants