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

feat[tool]: support storage layouts via json and xyz #4370

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Nov 23, 2024

  1. handle storage layout for json

    tserg committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    4b84b26 View commit details
    Browse the repository at this point in the history
  2. add json test

    tserg committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    da1c476 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. handle json round trip

    tserg committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    8154230 View commit details
    Browse the repository at this point in the history
  2. add json round trip test

    tserg committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    cdf62b7 View commit details
    Browse the repository at this point in the history
  3. fix layout override test

    tserg committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    df36dd5 View commit details
    Browse the repository at this point in the history
  4. fix layout output via json

    tserg committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    c893919 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/vyperlang/vyper into tool…

    …/storage_layout_json
    tserg committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    2808db6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08f0396 View commit details
    Browse the repository at this point in the history
  7. handle layout override for zip

    tserg committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    1f24a50 View commit details
    Browse the repository at this point in the history
  8. Revert "include transient storage overrides"

    This reverts commit 08f0396.
    tserg committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    fda0e1e View commit details
    Browse the repository at this point in the history
  9. more reverts

    tserg committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    6e184cc View commit details
    Browse the repository at this point in the history
  10. fix tests

    tserg committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    a3c18d7 View commit details
    Browse the repository at this point in the history
  11. fix test

    tserg committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    73f650e View commit details
    Browse the repository at this point in the history
  12. check for storage layout in zip

    tserg committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    c552876 View commit details
    Browse the repository at this point in the history
  13. fix more tests

    tserg committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    a16d67e View commit details
    Browse the repository at this point in the history