From 6f5d9beadee602ac3b4e27acc41dd42f656e665e Mon Sep 17 00:00:00 2001 From: Mathieu <60658558+enitrat@users.noreply.github.com> Date: Sat, 7 Sep 2024 15:44:30 +0200 Subject: [PATCH] fix: restore invoke_tx_max_n_steps to 50M (#744) --- .../evm_sequencer/sequencer/resources/versioned_constants.json | 2 +- crates/sequencer/src/resources/versioned_constants.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/ef-testing/src/evm_sequencer/sequencer/resources/versioned_constants.json b/crates/ef-testing/src/evm_sequencer/sequencer/resources/versioned_constants.json index f40f94d6..72175833 100644 --- a/crates/ef-testing/src/evm_sequencer/sequencer/resources/versioned_constants.json +++ b/crates/ef-testing/src/evm_sequencer/sequencer/resources/versioned_constants.json @@ -8,7 +8,7 @@ "max_calldata_length": 5000, "max_contract_bytecode_size": 81920 }, - "invoke_tx_max_n_steps": 4000000, + "invoke_tx_max_n_steps": 50000000, "l2_resource_gas_costs": { "gas_per_data_felt": [128, 1000], "event_key_factor": [2, 1], diff --git a/crates/sequencer/src/resources/versioned_constants.json b/crates/sequencer/src/resources/versioned_constants.json index f40f94d6..72175833 100644 --- a/crates/sequencer/src/resources/versioned_constants.json +++ b/crates/sequencer/src/resources/versioned_constants.json @@ -8,7 +8,7 @@ "max_calldata_length": 5000, "max_contract_bytecode_size": 81920 }, - "invoke_tx_max_n_steps": 4000000, + "invoke_tx_max_n_steps": 50000000, "l2_resource_gas_costs": { "gas_per_data_felt": [128, 1000], "event_key_factor": [2, 1],