Skip to content

Conversation

@klkvr
Copy link

@klkvr klkvr commented Jan 24, 2026

This passes the EVM config to the pool components builder, allowing pool validation to use configurable EVM execution limits.

targets paradigmxyz#21088

+ FromRecoveredTx<TxTy<Self::Primitives>>
+ FromTxWithEncoded<TxTy<Self::Primitives>>,
Precompiles = PrecompilesMap,
Spec: Into<SpecId>,
Copy link
Author

Choose a reason for hiding this comment

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

this is enforced by revm's Cfg trait so practically any evm spec likely implements this

Copy link

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

while this changes some apis, I think this is the right deisgn because pool validation is kinda closely coupled with the evm now or at least we want to make this easy

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