Closed Daanvdplas closed 3 months ago
As for Assets and Contracts parachain upgrade
git checkout -b chore-polkadot-v1.13.0
git remote add upstream https://github.com/r0gue-io/base-parachain.git
git fetch upstream
git merge upstream/main
psvm -v "<release>"
in root to update the dependencies that are not in base-parachain to the correct version.Squash and merge
Base parachain upgrade
psvm -v "<release>"
in root: upgrades Cargo.toml crate dependencies to the correct version respected to the polkadot release version (i.e.psvm -v "1.13.0"
)