You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
In cosmos, we have the authz module, and so it may be possible to simply create new grants for operations like pause.
The text was updated successfully, but these errors were encountered:
joeabbey
changed the title
Permissions for administrative tasks
Permissions for administrative operations (pause/admin)
Jul 12, 2023
jonathanpberger
changed the title
Permissions for administrative operations (pause/admin)
Permissions for administrative operations (pause/admin) should be more granular.
Jul 21, 2023
The solidity contracts allows the contract "owner" to pause and/or admin the contracts.
Currently these are attribute on methods with the underlying storage or an "owner/admin" in place.
Hyperlane wishes to make these permissions more granular:
hyperlane-xyz/hyperlane-monorepo#2054
In cosmos, we have the authz module, and so it may be possible to simply create new grants for operations like pause.
The text was updated successfully, but these errors were encountered: