-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rpc): add engine api abstraction, rm
AttributesValidator
(#102)
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. --------- Co-authored-by: refcell <abigger87@gmail.com>
- Loading branch information
1 parent
e6538c7
commit 798a949
Showing
8 changed files
with
195 additions
and
158 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.