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

refactor(levm): move opcodes to their corresponding folder (#863) #910

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

gsbujo
Copy link

@gsbujo gsbujo commented Oct 19, 2024

Motivation

Implement the issue "Move opcodes to their corresponding folder" #863

Description

Moved the opcodes from block.rs in environment.rs accordings to the list commented at the beginning of each file.
The modification was verified by running the tests via 'make test'.

Resolves #863

Closes #863

@gsbujo gsbujo requested a review from a team as a code owner October 19, 2024 06:43
@gsbujo gsbujo changed the title Move opcodes to their corresponding folder (#863) refactor: Move opcodes to their corresponding folder (#863) Oct 19, 2024
@gsbujo gsbujo changed the title refactor: Move opcodes to their corresponding folder (#863) refactor(levm) : Move opcodes to their corresponding folder (#863) Oct 19, 2024
@gsbujo gsbujo changed the title refactor(levm) : Move opcodes to their corresponding folder (#863) refactor(levm): Move opcodes to their corresponding folder (#863) Oct 19, 2024
@gsbujo gsbujo changed the title refactor(levm): Move opcodes to their corresponding folder (#863) refactor(levm):Move opcodes to their corresponding folder (#863) Oct 19, 2024
@gsbujo gsbujo changed the title refactor(levm):Move opcodes to their corresponding folder (#863) refactor(levm): move opcodes to their corresponding folder (#863) Oct 19, 2024
@JereSalo JereSalo added the levm Lambda EVM implementation label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
levm Lambda EVM implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move opcodes to their corresponding folder
2 participants