Skip to content

Commit

Permalink
Bump Sierra version to 1.5.0.
Browse files Browse the repository at this point in the history
commit-id:c409a9af
  • Loading branch information
liorgold2 committed Dec 8, 2023
1 parent da3767a commit e464290
Show file tree
Hide file tree
Showing 27 changed files with 5,986 additions and 14 deletions.
2 changes: 1 addition & 1 deletion crates/cairo-lang-starknet/src/compiler_version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ pub fn current_compiler_version_id() -> VersionId {
/// Minor version should be updated in any backwards compatible change of the Sierra compiler.
/// For more information see docs/CONTRIBUTING.md.
pub fn current_sierra_version_id() -> VersionId {
VersionId { major: 1, minor: 4, patch: 0 }
VersionId { major: 1, minor: 5, patch: 0 }
}
Original file line number Diff line number Diff line change
Expand Up @@ -2686,6 +2686,360 @@
"0x1",
"0x208b7fff7fff7ffe"
],
"bytecode_segment_lengths": [
[
10,
8,
6,
6,
7,
15,
20,
9,
16,
9,
16,
15,
15,
15,
16
],
[
10,
8,
7,
15,
20,
9,
16,
9,
16,
15,
16
],
[
10,
9,
2,
7,
15,
20,
11,
16,
9,
16,
15,
9,
16
],
[
12,
9,
2,
7,
14,
17,
11,
12,
8,
8,
8,
15,
14,
8,
15
],
[
10,
8,
7,
14,
17,
9,
10,
8,
15,
14,
15
],
[
5,
8,
6,
4,
6,
7
],
[
6,
10,
17,
6,
9,
10,
10,
15,
13,
11,
11,
11,
11
],
[
5
],
[
5,
8,
6,
4,
13,
10,
13,
13
],
[
8,
10,
9
],
[
6,
4,
6,
5,
4,
2,
5,
14,
13,
8,
8,
8,
14,
8
],
[
15,
7,
7
],
[
7,
9,
7
],
[
6,
8,
7
],
[
13,
10,
7,
4,
8,
7
],
[
11,
10,
13
],
[
2,
7,
4,
7,
4,
7,
23,
25,
17,
10,
7,
20,
4,
3,
7,
8,
4,
3,
5,
5,
7,
8,
7
],
[
17,
4,
11,
8,
2,
17,
10,
13,
13,
13,
20
],
[
6,
8,
7
],
[
17,
7,
11,
12,
2,
13,
9,
7,
4,
14,
10,
12,
12,
10,
19
],
[
19,
7,
8,
6,
4,
10,
10,
6,
7,
7,
4,
7,
14
],
[
14,
11,
7,
4,
9,
7
],
[
7,
10,
7,
4,
8,
7
],
[
2,
6,
5
],
[
2,
7,
34,
4,
6,
3,
1
],
[
2,
5,
2,
5,
56,
4,
6,
1
],
[
2,
5,
8
],
[
9,
7,
9,
2,
13,
17,
17,
17,
17
],
[
2,
5,
5
],
[
13,
7,
7
],
[
2,
7,
5
],
[
2,
6,
5
],
[
6,
22,
10,
9,
10
],
[
5,
8,
6,
4,
13,
10,
13,
13
],
[
17,
7,
8,
6,
2,
15,
6,
7,
4,
7,
14
],
[
17,
4,
11,
6,
14,
10,
13,
13,
20
]
],
"hints": [
[
0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sierra_program": [
"0x1",
"0x4",
"0x5",
"0x0",
"0x2",
"0x4",
Expand Down
Loading

0 comments on commit e464290

Please sign in to comment.