gautamdhameja / substrate-validator-set

Pallet to add/remove validators in Substrate-based PoA networks.
Apache License 2.0
68 stars 49 forks source link

Upgrade to polkadot-v0.9.23 #37

Closed gdethier closed 2 years ago

gdethier commented 2 years ago

This PR upgrades the dependencies to follow Substrate's polkadot-v0.9.23 branch.

I had to lock the "syn" package version number, otherwise the project would not compile. The error comes from here, syn::group is now private. This issue is fixed at least since polkadot-v0.9.24 so the "lock" may be removed as soon was we upgrade to polkadot-v0.9.24 (I'll submit a PR in the coming weeks).

gautamdhameja commented 2 years ago

Thanks for the PR @gdethier. Appreciate it.