Skip to content

Release v1.5.0

Compare
Choose a tag to compare
@xgreenx xgreenx released this 18 Mar 15:27
· 669 commits to main since this release
1688c50

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 new delegate_call functionality.
  • Updated the storage of all contracts to be upgradable by default.
  • Added the Proxy contract that can be used for upgradable contracts.