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
I'm using Semaphore via the git submodule. I'm working on switching from V2 to V3. When using V3, I had to downgrade the entire project from the latest Solidity version to 0.8.4 required in SemaphoreVerifier to make my contract compile.
Questions
Is the specific Solidity version necessary for the library to work?
Or is it possible to enable a higher version to compile this code, like it's done in Pairing.sol
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm using Semaphore via the git submodule. I'm working on switching from V2 to V3. When using V3, I had to downgrade the entire project from the latest Solidity version to 0.8.4 required in SemaphoreVerifier to make my contract compile.
Previous Verifier worked fine with higher versions.
Questions
Is the specific Solidity version necessary for the library to work?
Or is it possible to enable a higher version to compile this code, like it's done in Pairing.sol
The text was updated successfully, but these errors were encountered: