Skip to content

chore: replace derive_more with thiserror #1822

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

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Conversation

mattsse
Copy link
Member

@mattsse mattsse commented Dec 23, 2024

with thiserror we can have this for no-std now

@mattsse mattsse force-pushed the matt/use-thiserror-no-std branch from 245db60 to ab6376a Compare December 23, 2024 10:20
@mattsse mattsse requested a review from klkvr December 23, 2024 10:49
@mattsse mattsse merged commit 22d704d into main Dec 23, 2024
26 checks passed
@mattsse mattsse deleted the matt/use-thiserror-no-std branch December 23, 2024 10:54
InvalidSignature,
/// A raw block failed to decode
#[display("failed to decode raw block {_0}")]
#[error("failed to decode raw block {0}")]
RlpDecodeRawBlock(alloy_rlp::Error),
Copy link
Member

Choose a reason for hiding this comment

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

missing #[source]

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.

3 participants