JoshOrndorff / recipes

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

Fix dependencies in Simple Events V2 #456

Closed JoshOrndorff closed 2 years ago

JoshOrndorff commented 2 years ago

This PR straightens out the cargo dependencies for the v2 simple events pallets. For context see https://github.com/substrate-developer-hub/recipes/issues/454

This does not fix everything about the pallet, but it gets it to a point where there are actual compile errors that make sense instead of confusing cargo errors.

The main problem is that your new pallet was using a different version of Substrate than where you forked off from the recipes.

JoshOrndorff commented 2 years ago

Oops, I opened this in the wrong fork.