OpenBrush v1.4.0
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 ofStorageHashMap
. All values are passed by reference instead of move. - Fixed the issues with the target folder
- Fixed highlighting for rust-analyzer