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: bump deps #456

Merged
merged 1 commit into from
Jan 10, 2025
Merged

chore: bump deps #456

merged 1 commit into from
Jan 10, 2025

Conversation

hai-rise
Copy link
Contributor

No description provided.

@hai-rise hai-rise merged commit 4bf2ef4 into main Jan 10, 2025
2 checks passed
@hai-rise hai-rise deleted the bump-deps branch January 10, 2025 07:54
@@ -58,7 +51,7 @@ fn get_ethereum_gas_price(tx: &TxEnvelope) -> Result<U256, EthereumTransactionPa
impl PevmChain for PevmEthereum {
type Transaction = alloy_rpc_types_eth::Transaction;
type Envelope = TxEnvelope;
type BlockSpecError = EthereumBlockSpecError;
type BlockSpecError = ();
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm a bit late to the party, but this could be std::convert::Infallible which makes Result::Err not constructable and makes functions always return Result::Ok

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah yes, thanks. More care and justice for pevm soon™️!

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