Merged
Conversation
Addresses issue #12
paulhauner
added a commit
that referenced
this pull request
Feb 18, 2024
Squashed commit of the following: commit 9cd7386 Author: Mark Mackey <mark@sigmaprime.io> Date: Fri Feb 9 12:57:39 2024 +0800 Update to rust 1.75 & Pin alloy-consensus commit 5d5b08d Author: Mark Mackey <mark@sigmaprime.io> Date: Fri Feb 9 12:39:34 2024 +0800 Faster Versioned Hash Extraction commit 2dddb84 Author: ethDreamer <37123614+ethDreamer@users.noreply.github.com> Date: Fri Feb 9 11:16:28 2024 +0800 Update beacon_node/execution_layer/src/engine_api/new_payload_request.rs Co-authored-by: realbigsean <seananderson33@GMAIL.com> commit 32d3e99 Author: ethDreamer <37123614+ethDreamer@users.noreply.github.com> Date: Tue Feb 6 17:03:28 2024 +0800 Update to use Alloy Instead of Reth Crates (#14) commit 7aadcad Author: Mark Mackey <mark@sigmaprime.io> Date: Wed Oct 18 14:48:05 2023 -0500 Fix Problems Caused By Merge commit 04b5f26 Author: Mark Mackey <mark@sigmaprime.io> Date: Wed Oct 11 16:45:11 2023 -0500 Added Moar Tests commit 3e78411 Author: Mark Mackey <mark@sigmaprime.io> Date: Wed Oct 11 15:14:39 2023 -0500 Added Tests for Version Hash Verification commit dd18fed Author: Mark Mackey <mark@sigmaprime.io> Date: Tue Oct 10 17:19:49 2023 -0500 Verify Versioned Hashes commit faa9ff1 Author: Mark Mackey <mark@sigmaprime.io> Date: Fri Oct 6 18:10:50 2023 -0500 Refactor for Clarity commit 27716c0 Author: Mark Mackey <mark@sigmaprime.io> Date: Fri Oct 6 17:56:16 2023 -0500 Convert NewPayloadRequest to use Reference
mergify bot
pushed a commit
that referenced
this pull request
Feb 18, 2024
* Convert NewPayloadRequest to use Reference * Refactor for Clarity * Verify Versioned Hashes * Added Tests for Version Hash Verification * Added Moar Tests * Fix Problems Caused By Merge * Update to use Alloy Instead of Reth Crates (#14) * Update beacon_node/execution_layer/src/engine_api/new_payload_request.rs Co-authored-by: realbigsean <seananderson33@GMAIL.com> * Faster Versioned Hash Extraction * Update to rust 1.75 & Pin alloy-consensus
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses issue #12
Work in progress