Intercoin / CommunityContract

Smart contract for managing community membership and roles
https://intercoin.org
GNU Affero General Public License v3.0
1 stars 2 forks source link

Implement Ownable interface, with different semantics #22

Closed EGreg closed 1 year ago

EGreg commented 1 year ago
  1. Please rename isAccountHasRole to hasRole, and all calls in our repos to it

  2. Implement Ownable interface exactly as OpenZeppelin ABI suggests, but semantics are different:

Add plugins/Users/views/Users/templates/Ownable.abi.json

artman325 commented 1 year ago

Add plugins/Users/views/Users/templates/Ownable.abi.json

added in pull (https://github.com/Qbix/Platform/pull/1962)