Skip to content

Commit

Permalink
Merge pull request #2604 from eqlabs/krisztian/upgrade-blockifier-to-…
Browse files Browse the repository at this point in the history
…0.14.0-rc.1

chore(executor): upgrade blockifier to 0.14.0-rc.1
  • Loading branch information
kkovaacs authored Feb 18, 2025
2 parents 86a1e0b + 8879b6f commit 8d0cdf6
Show file tree
Hide file tree
Showing 9 changed files with 208 additions and 201 deletions.
392 changes: 196 additions & 196 deletions Cargo.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@ axum = "0.7.5"
base64 = "0.13.1"
bincode = "2.0.0-rc.3"
bitvec = "1.0.1"
blockifier = "0.14.0-rc.0"
blockifier = "0.14.0-rc.1"
bloomfilter = "1.0.12"
bytes = "1.4.0"
cached = "0.44.0"
# This one needs to match the version used by blockifier
cairo-lang-starknet-classes = "=2.10.0-rc.1"
cairo-lang-starknet-classes = "=2.10.0"
# This one needs to match the version used by blockifier
cairo-vm = "=1.0.1"
cairo-vm = "=1.0.2"
casm-compiler-v1_0_0-alpha6 = { package = "cairo-lang-starknet", git = "https://github.com/starkware-libs/cairo", tag = "v1.0.0-alpha.6" }
casm-compiler-v1_0_0-rc0 = { package = "cairo-lang-starknet", git = "https://github.com/starkware-libs/cairo", tag = "v1.0.0-rc0" }
casm-compiler-v1_1_1 = { package = "cairo-lang-starknet", version = "=1.1.1" }
casm-compiler-v2 = { package = "cairo-lang-starknet", version = "=2.10.0-rc.1" }
casm-compiler-v2 = { package = "cairo-lang-starknet", version = "=2.10.0" }
clap = "4.1.13"
console-subscriber = "0.1.10"
const-decoder = "0.3.0"
Expand Down Expand Up @@ -128,7 +128,7 @@ serde_with = "3.7.0"
sha2 = "0.10.7"
sha3 = "0.10"
# This one needs to match the version used by blockifier
starknet_api = "0.14.0-rc.0"
starknet_api = "0.14.0-rc.1"
# This one needs to match the version used by blockifier
starknet-types-core = "=0.1.7"
syn = "1.0"
Expand Down
1 change: 1 addition & 0 deletions crates/executor/resources/versioned_constants_0_13_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"step_gas_cost": 100,
"builtin_gas_costs": {
"range_check": 70,
"range_check96": 0,
"keccak": 0,
"pedersen": 0,
"bitwise": 0,
Expand Down
1 change: 1 addition & 0 deletions crates/executor/resources/versioned_constants_0_13_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"step_gas_cost": 100,
"builtin_gas_costs": {
"range_check": 70,
"range_check96": 0,
"keccak": 0,
"pedersen": 0,
"bitwise": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"step_gas_cost": 100,
"builtin_gas_costs": {
"range_check": 70,
"range_check96": 0,
"keccak": 0,
"pedersen": 0,
"bitwise": 0,
Expand Down
1 change: 1 addition & 0 deletions crates/executor/resources/versioned_constants_0_13_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
},
"builtin_gas_costs": {
"range_check": 70,
"range_check96": 0,
"keccak": 0,
"pedersen": 0,
"bitwise": 594,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
},
"builtin_gas_costs": {
"range_check": 70,
"range_check96": 0,
"keccak": 0,
"pedersen": 0,
"bitwise": 594,
Expand Down
1 change: 1 addition & 0 deletions crates/executor/resources/versioned_constants_0_13_3.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
},
"builtin_gas_costs": {
"range_check": 70,
"range_check96": 0,
"keccak": 0,
"pedersen": 0,
"bitwise": 594,
Expand Down
1 change: 1 addition & 0 deletions crates/executor/resources/versioned_constants_0_13_4.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
},
"builtin_gas_costs": {
"range_check": 70,
"range_check96": 56,
"keccak": 136189,
"pedersen": 4050,
"bitwise": 583,
Expand Down

0 comments on commit 8d0cdf6

Please sign in to comment.