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

Support ROFL apps #807

Open
ptrus opened this issue Nov 29, 2024 · 0 comments
Open

Support ROFL apps #807

ptrus opened this issue Nov 29, 2024 · 0 comments
Assignees

Comments

@ptrus
Copy link
Member

ptrus commented Nov 29, 2024

After #806 add ROFL analyzer to keep track of ROFL state:

  • all registered ROFL apps
    • these are created via rofl.Create
    • updated via rofl.Update
    • possibly removed via rofl.Remove
    • each ROFL app has the following state:
      • id, policy, (optional) admin and stake
  • instances of a specific ROFL app
    • instances register via rofl.Register
    • each instance has the following state:
      • endorsed capability tee, expiration, extra_keys

For now, we don't need any history for these, just track the latest state in a table and expose it via an API call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant