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
Is your feature request related to a problem? Please describe.
Not a bug but can be a problem, as the Semaphore.sol includes some require statements with a err message, which will be too much gas costly. As it stores full-length strings
Describe the solution you'd like
A simple solution would be to use Custom Errors (with modifiers)
Describe alternatives you've considered
I think using Revert & Errors will be the best solution IA
Is your feature request related to a problem? Please describe.
Not a bug but can be a problem, as the Semaphore.sol includes some
require
statements with a err message, which will be too much gas costly. As it stores full-length stringsDescribe the solution you'd like
A simple solution would be to use
Custom Errors
(with modifiers)Describe alternatives you've considered
I think using Revert & Errors will be the best solution IA
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: