Skip to content

Release v2.2.0

Compare
Choose a tag to compare
@xgreenx xgreenx released this 23 Jul 09:24
· 112 commits to main since this release
d6e29f0

Release contains:

  • Significant refactoring of how OpenBursh works with storage.
    Now it is simple and more readable. Also, it is a preparation before storage refactoring in ink!.
    More info about refactoring you can find in the description.

  • Implementation of a diamond contract without the usage of ink! codegen. It takes less size and is a good base for investigating future size optimizations.

  • Documentation on how to write upgradeable contracts.