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 forink!
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!