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
The legacy contract had posts and label-based access control system. In the new contract, we'll deprecate posts with near social posts and the proposal workflow, which permissions are managed by Near Social and proposed SputnikDAO contract. Community admins are stored in community metadata. Therefore we don't need most of current permission system. We only need to add, remove and tell an account is a moderator.
Acceptance criteria
Clean up access control code from the main contract
Implement has_moderator
Implement add_moderator and remove_moderator, only allowed by account owner (devhub.near)
The text was updated successfully, but these errors were encountered:
The legacy contract had posts and label-based access control system. In the new contract, we'll deprecate posts with near social posts and the proposal workflow, which permissions are managed by Near Social and proposed SputnikDAO contract. Community admins are stored in community metadata. Therefore we don't need most of current permission system. We only need to add, remove and tell an account is a moderator.
Acceptance criteria
devhub.near
)The text was updated successfully, but these errors were encountered: