Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more libfuncs and update to 2.8.0 #6

Merged
merged 16 commits into from
Sep 3, 2024
Merged

Add more libfuncs and update to 2.8.0 #6

merged 16 commits into from
Sep 3, 2024

Conversation

edg-l
Copy link
Member

@edg-l edg-l commented Aug 28, 2024

No description provided.

@edg-l edg-l marked this pull request as ready for review September 3, 2024 10:36
@edg-l edg-l changed the title Upd Add more libfuncs and update to 2.8.0 Sep 3, 2024
Comment on lines +59 to +63
pub program: Arc<Program>,
pub registry: ProgramRegistry<CoreType, CoreLibfunc>,
pub syscall_handler: S,
frames: Vec<SierraFrame>,
pub gas: GasMetadata,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, ideally this shouldn't be public. We'll need to make it private some day or another and it may end up being a pretty big refactor if we leave it for too long.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

opened #8

@edg-l edg-l merged commit b5c08e3 into main Sep 3, 2024
1 check passed
@azteca1998 azteca1998 deleted the upd branch September 5, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants