Near-One / near-plugins

Implementation of common patterns used for NEAR smart contracts.
Creative Commons Zero v1.0 Universal
27 stars 12 forks source link

refactor: names of methods and roles in the Acl contract #57

Closed mooori closed 1 year ago

mooori commented 1 year ago

The combination of role names and methods names in the test/demo contract for AccessControllable was confusing.

For the review I'd recommend looking at the contract (lib.rs) first, the changes in tests/access_controllable.rs should then be straightforward.