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

EVM: Add Mega EOF Examples #3721

Open
holgerd77 opened this issue Oct 7, 2024 · 5 comments
Open

EVM: Add Mega EOF Examples #3721

holgerd77 opened this issue Oct 7, 2024 · 5 comments

Comments

@holgerd77
Copy link
Member

Related to #3440

Can we have one or two concise examples around EOF in the examples folder? Can eventually also just derived/adopted from the tests.

@jochem-brouwer
Copy link
Member

Yes, will do! What did you have in mind here for the examples? I was thinking:

  • Verifying if code is a valid EOF container
  • Deploying EOF contract (via tx)
  • Calling the EOF contract

@holgerd77
Copy link
Member Author

Great, sounds good! 🙂 👍

@holgerd77
Copy link
Member Author

Side question: WDYT, we cannot yet declare EOF as stable, or can we? If not, we should (I would then do) declare this in code docs, README and the like.

@jochem-brouwer
Copy link
Member

We definitely cannot. In fact, we do not pass the latest execution-spec-tests. (I did not yet find the bandwidth to get deep into those bugs, tx refactor is taking it's time 😅 ).

In fact I should have explicitly marked it as unstable/experimental :)

Note; it also seems that the EOF spec is also not completely stable, with some edge cases/clarifications being merged.

@holgerd77
Copy link
Member Author

Ok, I would have thought so (at the end it does not really matter if specs or we or both are not stable yet 😂 )!

Will update this along the release notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@holgerd77 @jochem-brouwer and others