dojo icon indicating copy to clipboard operation
dojo copied to clipboard

Sync the overlays permissions with on-chain world

Open glihm opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. #1819 issue was about introducing the overlay system usage to have sozo automatically granting permissions to the models that a systems write to.

However, when a world was deployed beforehand, we may want to sync those permissions.

Describe the solution you'd like This issue tracks the progress of how sozo could re-build the overlays from on-chain state. Overlays are made to be modified by the developer, so the command must explicitly show that the local overlays will be overwritten.

We have also to see how this will work if some models are not defined in the repo. We should only consider the contracts and models defined in the current repo.

glihm avatar May 03 '24 22:05 glihm