mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
feat: configurable EVM execution limits (#21088)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -9130,6 +9130,7 @@ dependencies = [
|
||||
"reth-eth-wire-types",
|
||||
"reth-ethereum-forks",
|
||||
"reth-ethereum-primitives",
|
||||
"reth-evm-ethereum",
|
||||
"reth-fs-util",
|
||||
"reth-metrics",
|
||||
"reth-net-banlist",
|
||||
@@ -9997,6 +9998,7 @@ dependencies = [
|
||||
"parking_lot",
|
||||
"reth-chain-state",
|
||||
"reth-chainspec",
|
||||
"reth-evm",
|
||||
"reth-metrics",
|
||||
"reth-optimism-chainspec",
|
||||
"reth-optimism-evm",
|
||||
@@ -11051,6 +11053,8 @@ dependencies = [
|
||||
"reth-chainspec",
|
||||
"reth-eth-wire-types",
|
||||
"reth-ethereum-primitives",
|
||||
"reth-evm",
|
||||
"reth-evm-ethereum",
|
||||
"reth-execution-types",
|
||||
"reth-fs-util",
|
||||
"reth-metrics",
|
||||
@@ -11059,6 +11063,7 @@ dependencies = [
|
||||
"reth-storage-api",
|
||||
"reth-tasks",
|
||||
"reth-tracing",
|
||||
"revm",
|
||||
"revm-interpreter",
|
||||
"revm-primitives",
|
||||
"rustc-hash",
|
||||
|
||||
Reference in New Issue
Block a user