witnet / elliptic-curve-solidity

Elliptic Curve arithmetic operations written in Solidity
MIT License
168 stars 41 forks source link

refactor: upgrade contracts to solc v0.8.17 #35

Closed guidiaz closed 1 year ago

guidiaz commented 1 year ago

Close #33.

guidiaz commented 1 year ago

Indeed, I mentioned this fact in the related issue. The fix of those tests will have to be solved by #36. The scope of #33 was to upgrade to Solc v0.8.17 compiler, and this has been already accomplished.

aesedepece commented 1 year ago

@guidiaz gotcha. Let me merge this then.