This PR updates all the substrate dependencies to 45b9f0a which is the commit tagged as v2.0.0-rc2. It also makes minor code changes to make the code compile on the updated API. This is in preparation for releasing recipes rc2.
The only significant code changes are in the weight-fee runtime because converting weight to fee now requires the WeightToFeePolynomial trait. These changes are also reflected in the writeup.
This PR updates all the substrate dependencies to
45b9f0a
which is the commit tagged asv2.0.0-rc2
. It also makes minor code changes to make the code compile on the updated API. This is in preparation for releasing recipes rc2.The only significant code changes are in the weight-fee runtime because converting weight to fee now requires the
WeightToFeePolynomial
trait. These changes are also reflected in the writeup.