Code Monkey home page Code Monkey logo

Comments (3)

3sGgpQ8H avatar 3sGgpQ8H commented on June 11, 2024

For previous major releases like 0.6.0 and 0.7.0 it was as simple as to update pragma and retest with the new compiler, however for 0.8.0 the situation is more complicated. As Solidity 0.8.x does overflow checks under cover, the current code, that also does the checks itself, would be suboptimal, however wrapping the current code into unchecked would be it incompatible with the older releases.
Currently, realistic plan is to have a separate branch for Solidity 0.8.0 with most of the explicit checks removed, but this is a decent amount of work to be done.

from abdk-libraries-solidity.

jeffywu avatar jeffywu commented on June 11, 2024

Fair enough. I'm keen on upgrading to 0.8 for my code and this library is a part of it. If there is a timeline let me know or we can just wrap our ABDK library to use unchecked for the 0.8 upgrade.

from abdk-libraries-solidity.

3sGgpQ8H avatar 3sGgpQ8H commented on June 11, 2024

Version 3.0 published that requires Solidity 0.8.x. For older compilers 2.x versions will be published going forward.

from abdk-libraries-solidity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.