Skip to content

Commit

Permalink
chore(blockifier): remove fee_transfer_gas_cost
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonatan-Starkware committed Dec 22, 2024
1 parent 4912cfd commit cbd78b0
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions crates/blockifier/resources/versioned_constants_0_13_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,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",
Expand Down
4 changes: 0 additions & 4 deletions crates/blockifier/resources/versioned_constants_0_13_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,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",
Expand Down
4 changes: 0 additions & 4 deletions crates/blockifier/resources/versioned_constants_0_13_1_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,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",
Expand Down
4 changes: 0 additions & 4 deletions crates/blockifier/resources/versioned_constants_0_13_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@
"error_entry_point_failed": "ENTRYPOINT_FAILED",
"error_entry_point_not_found": "ENTRYPOINT_NOT_FOUND",
"execute_entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad",
"fee_transfer_gas_cost": {
"entry_point_initial_budget": 1,
"step_gas_cost": 600
},
"default_initial_gas_cost": {
"step_gas_cost": 100000000
},
Expand Down
4 changes: 0 additions & 4 deletions crates/blockifier/resources/versioned_constants_0_13_2_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@
"error_entry_point_failed": "ENTRYPOINT_FAILED",
"error_entry_point_not_found": "ENTRYPOINT_NOT_FOUND",
"execute_entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad",
"fee_transfer_gas_cost": {
"entry_point_initial_budget": 1,
"step_gas_cost": 600
},
"default_initial_gas_cost": {
"step_gas_cost": 100000000
},
Expand Down
4 changes: 0 additions & 4 deletions crates/blockifier/resources/versioned_constants_0_13_3.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@
"error_entry_point_failed": "ENTRYPOINT_FAILED",
"error_entry_point_not_found": "ENTRYPOINT_NOT_FOUND",
"execute_entry_point_selector": "0x15d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad",
"fee_transfer_gas_cost": {
"entry_point_initial_budget": 1,
"step_gas_cost": 600
},
"default_initial_gas_cost": {
"step_gas_cost": 100000000
},
Expand Down

0 comments on commit cbd78b0

Please sign in to comment.