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: add missing blob versioned hashes error variant #506

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

mattsse
Copy link
Member

@mattsse mattsse commented Apr 10, 2024

4844 must have versioned hashes

@@ -28,6 +28,9 @@ pub enum ConversionError {
/// Missing `chainId` field for EIP-1559 transaction.
#[error("missing `chainId` field for EIP-155 transaction")]
MissingChainId,
/// Missing `chainId` field for EIP-1559 transaction.
#[error("missing `blobVersionedHashes` field for EIP-4844 transaction")]
MissingBlobVersionedHashes,
Copy link
Member

Choose a reason for hiding this comment

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

Can we order these errors per EIP / tx type? 😄

Copy link
Member Author

Choose a reason for hiding this comment

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

good point, will do

@mattsse mattsse merged commit d79cc4a into main Apr 10, 2024
18 checks passed
@mattsse mattsse deleted the matt/add-missing-blob-versioned-hashes-error-variant branch April 10, 2024 19:47
klkvr pushed a commit to klkvr/alloy that referenced this pull request Apr 11, 2024
ben186 pushed a commit to ben186/alloy that referenced this pull request Jul 27, 2024
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.

2 participants