Release v1.5.0
ink! v3.0.0 is released
So we are creating a new release that will use that stable version.
That release includes:
- Refactored implementation of NFT to be compatible with
PSP34
. - Added a new
#[brush::storage]
macro that allows specifying the storage key of the structure. That macro is useful for upgradable contracts that can be implemented with the newdelegate_call
functionality. - Updated the storage of all contracts to be upgradable by default.
- Added the
Proxy
contract that can be used for upgradable contracts.