pendulum-chain / pendulum

GNU General Public License v3.0
43 stars 14 forks source link

Switch to 'stable' rust toolchain channel #444

Closed ebma closed 6 months ago

ebma commented 8 months ago

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.

ebma commented 8 months ago

@pendulum-chain/product This is a chore and doesn't add a new feature. It's nice to have but not urgent.

b-yap commented 7 months ago

@pendulum-chain/product After the findings I had today, this has to be done first.

prayagd commented 7 months ago

Hey team! Please add your planning poker estimate with Zenhub @b-yap @bogdanS98 @ebma @gianfra-t @TorstenStueber