Skip to content

OpenBrush v1.4.0

Compare
Choose a tag to compare
@xgreenx xgreenx released this 12 Mar 12:51
· 705 commits to main since this release
5ba10e6

We are able to use the latest ink! =) At the moment it points to master, but then the 3.0.0-rc10 release will be ready we will create release v1.4.1.

  • Updated contract to be compatible with latest contract-pallet.
  • Simplified the brush's codegen, now we don't need to worry about the ink-as-dependency feature.
  • Of course, reduction of the size of the code!=) All contracts are moved to use Mapping instead of StorageHashMap. All values are passed by reference instead of move.
  • Fixed the issues with the target folder
  • Fixed highlighting for rust-analyzer