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 evm_body, evm_responses and evm_examples #262

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

Conversation

bmoyroud
Copy link
Member

Problem
A lot of our code has been refactored into evm_body.yaml, evm_responses.yaml, evm_examples.yaml.

More often than not, this is not needed as the components are only used in 1 spec.
Splitting specs across multiple files makes it harder to understand what the spec is doing quickly.

Solution
Keep only code shared across multiple specs in evm_body.yaml, evm_responses.yaml, evm_examples.yaml.

@bmoyroud bmoyroud self-assigned this Oct 19, 2023
@bmoyroud bmoyroud changed the title Bm/refactor evm specs Refactor evm_body, evm_responses and evm_examples Oct 19, 2023
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