Releases: lambdaclass/cairo-vm
v1.0.2
What's Changed
- Minor ret decoding refactor - #1925 cherry pick by @YairVaknin-starkware in #1930
- Release v1.0.2 by @JulianGCalderon in #1931
Full Changelog: v1.0.1...v1.0.2
v2.0.0-rc4
What's Changed
- Fix entrypoint offset in test by @FrancoGiachetta in #1904
- feat: implement kzg data availability hints by @whichqua in #1887
- Add support for subtractions contenting references as right hand side operands by @FrancoGiachetta in #1898
- Consolidate VM documentation by @JulianGCalderon in #1866
- doc: remove misleading comment in 'new_dict' by @enitrat in #1914
- Release 2.0.0 rc4 by @FrancoGiachetta in #1920
New Contributors
Full Changelog: v2.0.0-rc3...v2.0.0-rc4
v2.0.0-rc3
What's Changed
- update cairo-lang dependencies to 2.10.0-rc.0 by @FrancoGiachetta in #1901
- Bump version to v2.0.0 rc3 by @FrancoGiachetta in #1902
Full Changelog: v2.0.0-rc2...v2.0.0-rc3
v2.0.0-rc2
What's Changed
- Update CODEOWNERS by @gabrielbosio in #1879
- Change macos-12 to macos-13 by @FrancoGiachetta in #1883
- Update pip cairo-lang to 0.13.3 by @whichqua in #1884
- Changes_for_using_hint_extention_feature by @YairVaknin-starkware in #1880
- Convert relocation table to HashMap<usize, MaybeRelocatable> by @notlesh in #1862
- feat: SECP related hints by @odesenfans in #1829
- (fix) Replace div_rem with div_mod_floor by @FrancoGiachetta in #1881
- Add circuits to cairo 1 README by @FrancoGiachetta in #1890
- Update cairo-lang deps to 2.9.2 by @edg-l in #1891
- Update starknet-crypto to 0.7.3 by @edg-l in #1892
- Bump version to v2.0.0-rc2 by @edg-l in #1893
New Contributors
- @gabrielbosio made their first contribution in #1879
- @whichqua made their first contribution in #1884
- @notlesh made their first contribution in #1862
Full Changelog: v2.0.0-rc1...v2.0.0-rc2
v2.0.0-rc1
What's Changed
- Update docs, cairo-lang-runner references by @pefontana in #1854
- Skip_pedersen_comparison_when_checking_pie_compatibility by @YairVaknin-starkware in #1855
- Runner: include data from constants segment to the bytecode when assembling program by @m-kus in #1864
- Add_missing_builtins_to_pie_metadata_serialization by @YairVaknin-starkware in #1868
- serde: add
size
field toIdentifier
by @tcoratger in #1861 - Sort_ecdsa_and_mod_builtins_private_inputs_by_idx by @YairVaknin-starkware in #1851
- Fix broken num-prime crate by @edg-l in #1873
- Fix scientific notation test by @FrancoGiachetta in #1878
- Implement TestLessThanOrEqualAddress y EvalCircuit Hints by @FrancoGiachetta in #1843
- Release v2.0.0-rc1 by @edg-l in #1876
New Contributors
- @m-kus made their first contribution in #1864
- @tcoratger made their first contribution in #1861
Full Changelog: v2.0.0-rc0...v2.0.0-rc1
v2.0.0-rc-0
-
chore: bump
cairo-lang-
dependencies to 2.9.0-dev.0 #1858 -
chore: update Rust required version to 1.81.0 #1857
-
- Add support for dynamic layout
- CLI change(BREAKING): The flag
cairo_layout_params_file
must be specified when using dynamic layout. - Signature change(BREAKING): Both
CairoRunner::new
andCairoRunner::new_v2
now receive anOption<CairoLayoutParams>
, used only with dynamic layout.
-
fix: #1841:
- Fix modulo builtin to comply with prover constraints
-
chore: bump pip
cairo-lang
0.13.2 #1827 -
chore: bump
cairo-lang-
dependencies to 2.8.0 #1833- chore: update Rust required version to 1.80.0
-
fix: Added the following VM fixes: #1820
- Fix zero segment location.
- Fix has_zero_segment naming.
- Fix prover input.
- Fix version reading when no version is supplied.
-
chore: bump
cairo-lang-
dependencies to 2.7.1 #1823
v1.0.1
-
fix(BREAKING): #1818:
- Fix
MemorySegmentManager::add_zero_segment
function when resizing a segment - Signature change(BREAKING):
MemorySegmentManager::get_memory_holes
now receivesbuiltin_segment_indexes: HashSet<usize>
- Fix
-
fix(BREAKING): Replace
CairoRunner
methodinitialize_all_builtins
withinitialize_program_builtins
. Now it only initializes program builtins instead of all of them
v1.0.0
-
chore: bump
cairo-lang-
dependencies to 2.7.0 #1813 -
fix(BREAKING): Don't assume output builtin is first when counting memory holes
- Logic change: Memory hole counting no longer asumes that the output builtin ocuppies the first builtin segment if present
- Signature change:
MemorySegmentManager
methodget_memory_holes
now receives the index of the output builtin (as anOption<usize>
) instead of the boolean argumenthas_output_builtin
#1811
-
fix: ambiguous keccak module name use on external contexts #1809
v1.0.0-rc6
- chore: bump
cairo-lang-
dependencies to 2.7.0-rc.3 #1807- chore: update Rust required version to 1.76.0
v1.0.0-rc5
- fix: Fixed deserialization of negative numbers in scientific notation #1804