You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: load Cairo PIE from bytes
Context: bootloader support.
Like for programs, it is convenient to be able to load Cairo PIEs directly
from bytes. Added a `from_bytes()` method to `CairoPie`. This method
shares most of its code with `read_from_file()`.
* changelog
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@
8
8
9
9
* fix: make MemorySegmentManager.finalize() public [#1771](https://github.com/lambdaclass/cairo-vm/pull/1771)
10
10
11
+
* feat: load Cairo PIE from bytes [#1773](https://github.com/lambdaclass/cairo-vm/pull/1773)
12
+
11
13
* feat(BREAKING): Serialize `Array<Felt252>` return value into output segment in cairo1-run crate:
12
14
* Checks that only `PanicResult<Array<Felt252>>` or `Array<Felt252>` can be returned by the program when running with either `--proof_mode` or `--append_return_values`.
13
15
* Serializes return values into the output segment under the previous conditions following the format:
0 commit comments