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

Implement more libfuncs #3

Merged
merged 41 commits into from
Aug 27, 2024
Merged

Implement more libfuncs #3

merged 41 commits into from
Aug 27, 2024

Conversation

edg-l
Copy link
Member

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

Implements more libfuncs, adds a basic ci

@edg-l edg-l changed the title Implementation progress Implement more libfuncs Aug 19, 2024
@edg-l edg-l marked this pull request as ready for review August 19, 2024 08:17
src/vm.rs Outdated Show resolved Hide resolved
mod uint8;

pub struct VirtualMachine<S: StarknetSyscallHandler = StubSyscallHandler> {
program: Arc<Program>,
registry: ProgramRegistry<CoreType, CoreLibfunc>,
syscall_handler: S,
pub syscall_handler: S,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Ideally this shouldn't be pub. Instead we'd just assign it once then leave it assigned.

Copy link
Member Author

Choose a reason for hiding this comment

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

ill fix this on another pr

@edg-l edg-l merged commit ccbb1fb into main Aug 27, 2024
1 check passed
@azteca1998 azteca1998 deleted the progress 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