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