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(vm): Extract VM interface to separate crate #2638

Merged
merged 17 commits into from
Aug 13, 2024

Commits on Aug 12, 2024

  1. Add vm_interfaces crate

    slowli committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8f6341b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12a5f24 View commit details
    Browse the repository at this point in the history
  3. Brush up interface types

    slowli committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6393e7d View commit details
    Browse the repository at this point in the history
  4. Update interface type uses

    slowli committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    be8cb95 View commit details
    Browse the repository at this point in the history
  5. Move VM storage traits

    slowli committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ac1b686 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cbfa2b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84be88d View commit details
    Browse the repository at this point in the history
  8. Move VM traits to interfaces

    slowli committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    4a0b9ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c1257ec View commit details
    Browse the repository at this point in the history
  10. Brush up tracers module

    slowli committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0a2c59f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    72b9331 View commit details
    Browse the repository at this point in the history
  12. Move execute_tx() to call site

    slowli committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    379c8a0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3061474 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f6e4ab8 View commit details
    Browse the repository at this point in the history
  15. Fix prover workspace

    slowli committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a1658da View commit details
    Browse the repository at this point in the history
  16. Format readme

    slowli committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e11bafd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b86a6bf View commit details
    Browse the repository at this point in the history