Justin Laroche

Results 3 comments of Justin Laroche

I thought about a potential breaking change with the implementation I submitted. If a DAO currently in production upgrades to this version of the ACL, all the permissions would be...

Thanks! I added the backwards-compatible line. Regarding the coverage decreasing, it's due to this line: `require(newRoleEra >= roleEras[roleHash(_app, _role)], ERROR_ROLE_ERA_INCREMENT);` Do you have an idea how I could cover this?...

Thank you @sohkai. I made the changes :)