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

chore(engine): replace reth_primitives with alloy_primitives #11064

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

Abhishekkochar
Copy link
Contributor

Related to #10749

Signed-off-by: Abhishekkochar <abhishekkochar2@gmail.com>
@@ -24,8 +25,7 @@ use reth_payload_builder::PayloadBuilderHandle;
use reth_payload_primitives::{PayloadAttributes, PayloadBuilderAttributes};
use reth_payload_validator::ExecutionPayloadValidator;
use reth_primitives::{
Block, BlockNumHash, BlockNumber, GotExpected, Header, SealedBlock, SealedBlockWithSenders,
SealedHeader, B256, U256,
Block, BlockNumHash, GotExpected, Header, SealedBlock, SealedBlockWithSenders, SealedHeader,
Copy link
Member

Choose a reason for hiding this comment

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

BlockNumHash is in alloy-eips, would be great to replace that too

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, you are correct. However, I aim to limit to only alloy_primitives given not too many changes. Let me check if there aren't not too many instance.

@onbjerg onbjerg added the C-debt Refactor of code section that is hard to understand or maintain label Sep 20, 2024
Signed-off-by: Abhishekkochar <abhishekkochar2@gmail.com>
Copy link
Member

@onbjerg onbjerg left a comment

Choose a reason for hiding this comment

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

great! thanks:)

@onbjerg onbjerg added this pull request to the merge queue Sep 20, 2024
Merged via the queue into paradigmxyz:main with commit a822079 Sep 20, 2024
36 checks passed
@Abhishekkochar Abhishekkochar deleted the ak/engine branch September 20, 2024 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-debt Refactor of code section that is hard to understand or maintain
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants