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

Enable sign ext proposal support #4

Merged
merged 17 commits into from
Sep 9, 2024

Commits on Aug 21, 2024

  1. enable sign_ext feature of casper-wasm

    Maciej Wójcik committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d82f554 View commit details
    Browse the repository at this point in the history
  2. add branches to handle new instructions

    Maciej Wójcik committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ef9f679 View commit details
    Browse the repository at this point in the history
  3. implement validation

    Maciej Wójcik committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f3fcf6a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. update gitignore

    Maciej Wójcik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4142873 View commit details
    Browse the repository at this point in the history
  2. extend internal representation of instructions

    Maciej Wójcik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0505009 View commit details
    Browse the repository at this point in the history
  3. update compilation step

    Maciej Wójcik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d803484 View commit details
    Browse the repository at this point in the history
  4. fix imports in CLI crate

    Maciej Wójcik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a571789 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. handle running proposal spec tests for v0 runtime

    Maciej Wójcik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f88a7ee View commit details
    Browse the repository at this point in the history
  2. implement actually executing new instructions

    Maciej Wójcik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    afd05fa View commit details
    Browse the repository at this point in the history
  3. simplify implementation

    Maciej Wójcik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2439c71 View commit details
    Browse the repository at this point in the history
  4. add missing newline

    Maciej Wójcik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1f4c9e2 View commit details
    Browse the repository at this point in the history
  5. remove std from default features

    Maciej Wójcik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    74b6416 View commit details
    Browse the repository at this point in the history
  6. hide sign extension behind a feature flag

    Maciej Wójcik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e1b4b4a View commit details
    Browse the repository at this point in the history
  7. fix branch name

    Maciej Wójcik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2aebfe9 View commit details
    Browse the repository at this point in the history
  8. linter fixes

    Maciej Wójcik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8b886e5 View commit details
    Browse the repository at this point in the history
  9. fix test representation in tests

    Maciej Wójcik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f3a6f1a View commit details
    Browse the repository at this point in the history
  10. skip codecov upload

    Maciej Wójcik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f8ca169 View commit details
    Browse the repository at this point in the history