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: impl From alloy-consensus::TxType for reth_primitives::TxType #10523

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

nkysg
Copy link
Contributor

@nkysg nkysg commented Aug 26, 2024

Closes #10522

blocked by next alloy release

@nkysg nkysg changed the title feat: impl alloy-consensus::TxType From for reth_primitives::TxType feat: impl From alloy-consensus::TxType for reth_primitives::TxType Aug 26, 2024
alloy_consensus::TxType::Eip2930 => Self::Eip2930,
alloy_consensus::TxType::Eip1559 => Self::Eip1559,
alloy_consensus::TxType::Eip4844 => Self::Eip4844,
//alloy_consensus::TxType::Eip7702 => Self::Eip7702,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

blocked by next alloy release

@onbjerg onbjerg added this pull request to the merge queue Aug 26, 2024
Merged via the queue into paradigmxyz:main with commit 042faac Aug 26, 2024
35 checks passed
@nkysg nkysg deleted the alloy_consensus_type_from branch August 26, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

impl From alloy-consensus::TxType for reth_primitives::TxType
2 participants