v2.0.0
Testnet compatibility
Testnet version 18
Breaking Changes
Argsclass has been migrated into the package@massalabs/as-types- remove the ERC-20 standard, it will be published in a new package
- remove the NFT standard, it will be published in a new package
New Features
- you can now pass
String,StaticArray<u8>,ArgsintoStoragefunctions - replaced envy by as-pect testing framework
- added local execution, added some ABI like
getBytecode
What's Changed
- update get_time by @SebastienValla in #89
- Allow to use string & StaticArray for values and keys by @Trottoir in #87
- Add filter send message by @AurelienFT in #92
- Remove envy by @peterjah in #94
- ⚰️ remove nft export by @Thykof in #96
- remove ERC20 Contract by @SebastienValla in #100
- improve doc of stack address by @Thykof in #91
- Fix vm mock for as-pect by @Thykof in #98
- update AS to 0.25.0 by @peterjah in #103
- remove unused configs by @peterjah in #104
- Local execution by @Eitu33 in #99
- Install massalabs prettier config by @Thykof in #101
- Init sc update by @Eitu33 in #105
- Fix lint by @AurelienFT in #106
- change encoding utf8 to utf16 by @SebastienValla in #109
- remove Args, use the one in as by @Thykof in #114
- Test vm mock by @Thykof in #115
- 113 upgrade to as type remove as by @Thykof in #118
- Fixup following issue 113 by @Thykof in #120
- Update Doc by @0xMazout in #119
- bump version 2.0.0 by @Thykof in #121
New Contributors
Full Changelog: v1.2.0...v2.0.0