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

refactor: make partial kernels possible #1941

Merged
merged 2 commits into from
Dec 10, 2023
Merged

Commits on Dec 10, 2023

  1. refactor: use narrower trait requirements for syscalls

    This brings us one step closer to making the syscalls more configurable.
    Stebalien committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    f89bd0e View commit details
    Browse the repository at this point in the history
  2. refactor: remove most ops from the base kernel trait

    This makes the kernel more customizable as it no longer "assumes" that
    all of these operations will be available.
    
    Also, remove the `LimiterOps` trait entirely, this isn't actually an
    "op" (i.e., not a user-invokable operation). The gas ops will get moved
    around in a future commit as many of them aren't really "ops" either.
    Stebalien committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    3d5571d View commit details
    Browse the repository at this point in the history