forked from lambdaclass/cairo-vm
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add method
CairoRunner::initialize_function_runner_cairo1
(la…
…mbdaclass#1151) * Move builtins field outside of shared_program_data * Add method CairoRunner::run_from_entrypoint_with_builtins * Add changelog entry * Revert change * Add `CairoRunner::initialize_function_runner_cairo1` * Use initialize_function_runner_cairo1 * Update changelog * Add feature flag * Clippy * Add missing import * Fix std path * Add path for Vec in program macro * Add segment_arena to BuiltinName enum * Add change to changelog * Fix test func * Add String & Vec imports for alloc feature * Remove irrelevant information from doc comment * Add path for String * Fix import * Fix test * Fix test * Fix test * Fix typo in changelog * Fix duplicate entry title in changelog
- Loading branch information
Showing
6 changed files
with
213 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.