Use Arc<ChainSpec> in SystemCaller #12264
Labels
C-debt
Refactor of code section that is hard to understand or maintain
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
This must be an
Arc<ChainSpec>
so that we enforce cheap clonesreth/crates/evm/src/system_calls/mod.rs
Line 49 in 166a234
and can prevent this issue where we clone the arced type -.-
reth/crates/ethereum/evm/src/execute.rs
Lines 92 to 101 in 166a234
Additional context
No response
The text was updated successfully, but these errors were encountered: