moonbeam-foundation / crowdloan-rewards

Substrate pallet that enables parachains to issue rewards to crowdloan contributors in parachain-native tokens.
12 stars 16 forks source link

Update dependencies to `polkadot-v0.9.9` series #42

Closed JoshOrndorff closed 3 years ago

JoshOrndorff commented 3 years ago

This PR updates the dependencies and the Rust toolchain.

This unblocks #26 which I'll also tackle now.

JoshOrndorff commented 3 years ago

So the benchmarks seem not to be working / building. I can reproduce the error from the CI with cargo test --features runtime-benchmarks but I'm not sure what I did to break that or how to fix it.

girazoki commented 3 years ago

This branch now fails in the fmt too. So far I have been able to figure out that:

girazoki commented 3 years ago

This can be merged now