JoshOrndorff / recipes

A Hands-On Cookbook for Aspiring Blockchain Chefs
GNU General Public License v3.0
378 stars 186 forks source link

Update dependencies to 45b9f0a (rc2) #269

Closed JoshOrndorff closed 4 years ago

JoshOrndorff commented 4 years ago

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.