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(ethereum): replace reth-primitives with alloy #11155

Merged
merged 4 commits into from
Sep 24, 2024

Conversation

Abhishekkochar
Copy link
Contributor

@Abhishekkochar Abhishekkochar commented Sep 24, 2024

Related to #10749

Signed-off-by: Abhishekkochar <abhishekkochar2@gmail.com>
@mattsse
Copy link
Collaborator

mattsse commented Sep 24, 2024

unfortunate timing, sorry -.-

two smol conflcits

use reth_chainspec::{ChainSpec, Head};
use reth_evm::{ConfigureEvm, ConfigureEvmEnv, NextBlockEnvAttributes};
use reth_primitives::{transaction::FillTxEnv, Address, Header, TransactionSigned, U256};
use reth_primitives::{transaction::FillTxEnv, Header, TransactionSigned};
use revm_primitives::{
AnalysisKind, BlobExcessGasAndPrice, BlockEnv, Bytes, CfgEnv, CfgEnvWithHandlerCfg, Env,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@mattsse there are few instance where Bytes and such are being imported from revm_primitives. These can be imported directly from alloy instead.

Copy link
Collaborator

Choose a reason for hiding this comment

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

sg!

Signed-off-by: Abhishekkochar <abhishekkochar2@gmail.com>
Signed-off-by: Abhishekkochar <abhishekkochar2@gmail.com>
@mattsse mattsse added this pull request to the merge queue Sep 24, 2024
@mattsse mattsse added the C-debt Refactor of code section that is hard to understand or maintain label Sep 24, 2024
Merged via the queue into paradigmxyz:main with commit 6e64a14 Sep 24, 2024
36 checks passed
@Abhishekkochar Abhishekkochar deleted the ak/ethereum branch September 24, 2024 12:50
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