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

Disallow unreferenced subcontainers and subcontainers referenced by both EOFCREATE and RETURNCONTRACT #916

Merged
merged 3 commits into from
Jun 28, 2024

Commits on Jun 28, 2024

  1. eof: Disallow unreferenced subcontainers

    gumb0 authored and chfast committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    cb6a50f View commit details
    Browse the repository at this point in the history
  2. eof: Disallow EOFCREATE and RETURNCONTRACT referencing the same conta…

    …iner
    
    This allows to get rid of ContainerKind::initcode_runtime.
    gumb0 authored and chfast committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    df592fe View commit details
    Browse the repository at this point in the history
  3. ci: Disable failing EEST/EOF tests

    The disabled tests are failing by having
    invalid EOF with unreferenced subcontainers.
    chfast committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c69e5ca View commit details
    Browse the repository at this point in the history