Skip to content

Commit

Permalink
chore: merge branch main-v0.13.4 into main (with conflicts)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoni-Starkware committed Feb 6, 2025
2 parents 81a1e77 + 2d2e421 commit 05f100e
Show file tree
Hide file tree
Showing 45 changed files with 11,137 additions and 9,434 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/sequencer/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"batcher_config.block_builder_config.execute_config.stack_size": {
"description": "The thread stack size (proportional to the maximal gas of a transaction).",
"privacy": "Public",
"value": 0
"value": 62914560
},
"batcher_config.block_builder_config.tx_chunk_size": {
"description": "The size of the transaction chunk.",
Expand Down
2 changes: 1 addition & 1 deletion crates/blockifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sha2.workspace = true
starknet-types-core.workspace = true
starknet_api.workspace = true
starknet_infra_utils.workspace = true
starknet_sierra_multicompile = { workspace = true, optional = true }
starknet_sierra_multicompile.workspace = true
strum.workspace = true
strum_macros.workspace = true
tempfile.workspace = true
Expand Down
Loading

0 comments on commit 05f100e

Please sign in to comment.