paseo-network / runtimes

Runtimes for Polkadot community testnet
GNU General Public License v3.0
24 stars 25 forks source link

feat: runtime patching scripts #89

Closed raynaudoe closed 4 months ago

raynaudoe commented 4 months ago

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