This repository was archived by the owner on May 21, 2024. It is now read-only.
This repository was archived by the owner on May 21, 2024. It is now read-only.
Upgrade to 0.9.42 #240
Closed
Description
Upgrade Trappist's runtime from v0.9.40 to v0.9.42.
- Upgrade DEX pallet to v0.9.42
- Consult Polkadot v0.9.41 + 42 release report for important changes that may impact Trappist's runtime.
- Upgrade Chess pallet to polkadot-v0.9.42 (Considering its going to be added to Trappist with the next runtime upgrade)
- Upgrade Trappist runtime & node to v0.9.42. See Parachain template update to v0.9.42 PR for guidance.
- Review Runtime config for any misconfigurations.
- Review XCM config for any misconfigurations.
- Update WeightToFee struct to use FeePolynomial instead of the current custom implementation introduced in Refactor
WeightToFee
to include ProofSize #215