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

Split <Permission>Handle and <Permission>Proof types in shared value package #719

Open
HerbertJordan opened this issue Jan 10, 2024 · 0 comments
Labels
enhancement New feature or request s5 scheme 5 - MPT

Comments

@HerbertJordan
Copy link
Collaborator

Right now, types like "ReadHandle" are used for two different purposes:

  • to represent the allocation of an access right and to release this allocation when no longer needed
  • to proof to others that a certain access right has been acquired

The later case does not require to grant others the right to release this allocation. However, currently, this can not be separated.

It would be desirable to split those two roles for a more fine grained propagation of responsibilities and abilities.

@HerbertJordan HerbertJordan added the enhancement New feature or request label Jan 10, 2024
@HerbertJordan HerbertJordan changed the title Split <Permission>Handle from <Permission>Proof types in shared value package Split <Permission>Handle and <Permission>Proof types in shared value package Jan 10, 2024
@kjezek kjezek added the s5 scheme 5 - MPT label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request s5 scheme 5 - MPT
Projects
None yet
Development

No branches or pull requests

2 participants