Skip to content

2.0.2

Compare
Choose a tag to compare
@ETeissonniere ETeissonniere released this 05 May 13:12
· 309 commits to master since this release
42d6565

This release supersedes sub3 which was not deployed to the main network. It contains the following changes:

  • we have upgraded everything to Substrate 3.0
  • we now support the contracts pallet for ink! support
  • numerous bugfixes to the grants pallet, mostly related to how we were handling the storage
  • weights have been refactored to make full use of Substrate's benchmarking capabilities
  • all pallets have been moved to Frame v2
  • the runtime was broken into more digestible chunks
  • we have added support for a staking pallet but it isn't enabled for this release (it is feature flag protected)

Thanks to @shamb0 / @rajesh-nodle for the contributions!