Release v2.2.0
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.