From 380967fc1cdcf966adceb119cf1235f72a28e261 Mon Sep 17 00:00:00 2001 From: Yonatan-Starkware Date: Tue, 24 Dec 2024 10:34:26 +0200 Subject: [PATCH] chore(blockifier): remove fee_transfer_gas_cost (#2858) --- crates/blockifier/resources/versioned_constants_0_13_0.json | 4 ---- crates/blockifier/resources/versioned_constants_0_13_1.json | 4 ---- crates/blockifier/resources/versioned_constants_0_13_1_1.json | 4 ---- crates/blockifier/resources/versioned_constants_0_13_2.json | 4 ---- crates/blockifier/resources/versioned_constants_0_13_2_1.json | 4 ---- crates/blockifier/resources/versioned_constants_0_13_3.json | 4 ---- 6 files changed, 24 deletions(-) diff --git a/crates/blockifier/resources/versioned_constants_0_13_0.json b/crates/blockifier/resources/versioned_constants_0_13_0.json index 476b29e7eb..5586db71ea 100644 --- a/crates/blockifier/resources/versioned_constants_0_13_0.json +++ b/crates/blockifier/resources/versioned_constants_0_13_0.json @@ -100,10 +100,6 @@ "syscall_base_gas_cost": { "step_gas_cost": 100 }, - "fee_transfer_gas_cost": { - "entry_point_initial_budget": 1, - "step_gas_cost": 600 - }, "error_block_number_out_of_range": "Block number out of range", "error_out_of_gas": "Out of gas", "error_entry_point_failed": "ENTRYPOINT_FAILED", diff --git a/crates/blockifier/resources/versioned_constants_0_13_1.json b/crates/blockifier/resources/versioned_constants_0_13_1.json index ef4e01eca8..889e611664 100644 --- a/crates/blockifier/resources/versioned_constants_0_13_1.json +++ b/crates/blockifier/resources/versioned_constants_0_13_1.json @@ -100,10 +100,6 @@ "syscall_base_gas_cost": { "step_gas_cost": 100 }, - "fee_transfer_gas_cost": { - "entry_point_initial_budget": 1, - "step_gas_cost": 600 - }, "error_block_number_out_of_range": "Block number out of range", "error_out_of_gas": "Out of gas", "error_entry_point_failed": "ENTRYPOINT_FAILED", diff --git a/crates/blockifier/resources/versioned_constants_0_13_1_1.json b/crates/blockifier/resources/versioned_constants_0_13_1_1.json index f5873e51f3..d1f7f30ead 100644 --- a/crates/blockifier/resources/versioned_constants_0_13_1_1.json +++ b/crates/blockifier/resources/versioned_constants_0_13_1_1.json @@ -100,10 +100,6 @@ "syscall_base_gas_cost": { "step_gas_cost": 100 }, - "fee_transfer_gas_cost": { - "entry_point_initial_budget": 1, - "step_gas_cost": 600 - }, "error_block_number_out_of_range": "Block number out of range", "error_out_of_gas": "Out of gas", "error_entry_point_failed": "ENTRYPOINT_FAILED", diff --git a/crates/blockifier/resources/versioned_constants_0_13_2.json b/crates/blockifier/resources/versioned_constants_0_13_2.json index 7a5b29b4d9..686cc943eb 100644 --- a/crates/blockifier/resources/versioned_constants_0_13_2.json +++ b/crates/blockifier/resources/versioned_constants_0_13_2.json @@ -73,10 +73,6 @@ "error_entry_point_not_found": "ENTRYPOINT_NOT_FOUND", "execute_entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", "execute_max_sierra_gas": 10000000000, - "fee_transfer_gas_cost": { - "entry_point_initial_budget": 1, - "step_gas_cost": 600 - }, "default_initial_gas_cost": { "step_gas_cost": 100000000 }, diff --git a/crates/blockifier/resources/versioned_constants_0_13_2_1.json b/crates/blockifier/resources/versioned_constants_0_13_2_1.json index 0b492a399a..c5b4314286 100644 --- a/crates/blockifier/resources/versioned_constants_0_13_2_1.json +++ b/crates/blockifier/resources/versioned_constants_0_13_2_1.json @@ -73,10 +73,6 @@ "error_entry_point_not_found": "ENTRYPOINT_NOT_FOUND", "execute_entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", "execute_max_sierra_gas": 10000000000, - "fee_transfer_gas_cost": { - "entry_point_initial_budget": 1, - "step_gas_cost": 600 - }, "default_initial_gas_cost": { "step_gas_cost": 100000000 }, diff --git a/crates/blockifier/resources/versioned_constants_0_13_3.json b/crates/blockifier/resources/versioned_constants_0_13_3.json index 0b492a399a..c5b4314286 100644 --- a/crates/blockifier/resources/versioned_constants_0_13_3.json +++ b/crates/blockifier/resources/versioned_constants_0_13_3.json @@ -73,10 +73,6 @@ "error_entry_point_not_found": "ENTRYPOINT_NOT_FOUND", "execute_entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad", "execute_max_sierra_gas": 10000000000, - "fee_transfer_gas_cost": { - "entry_point_initial_budget": 1, - "step_gas_cost": 600 - }, "default_initial_gas_cost": { "step_gas_cost": 100000000 },