This PR introduces new scripts for managing runtime upgrades
create_runtime_patch.sh: Creates patch files with new code from the Polkadot repo.
apply_runtime_patch.py: Applies patches while preserving specific content.
revert_unwanted_changes.py: Reverts specific changes in files.
This PR introduces new scripts for managing runtime upgrades
create_runtime_patch.sh
: Creates patch files with new code from the Polkadot repo.apply_runtime_patch.py
: Applies patches while preserving specific content.revert_unwanted_changes
.py: Reverts specific changes in files.all details the README.md file