Closed ebma closed 6 months ago
@pendulum-chain/product This is a chore and doesn't add a new feature. It's nice to have but not urgent.
@pendulum-chain/product After the findings I had today, this has to be done first.
Hey team! Please add your planning poker estimate with Zenhub @b-yap @bogdanS98 @ebma @gianfra-t @TorstenStueber
At the moment, we are using the 'nightly' channel of the Rust toolchain. Going forward, we want to use the 'stable' channel because some tools like the SRTool don't work on 'nightly' anymore, at least not on the latest versions, see this issue.
Switching the toolchain was not possible before as we encountered compiler errors. It might be that the recent update of the polkadot dependencies to v0.9.42 resolves those problems.
TODO
Change the
rust-toolchain.toml
to use a 'stable' channel. Make sure that all runtimes and integration tests still compile and work as expected.