https://github.com/acalanetwork/upgrade-test
Upgrading Testing Rig
https://github.com/acalanetwork/upgrade-test
Last synced: 2 months ago
JSON representation
Upgrading Testing Rig
- Host: GitHub
- URL: https://github.com/acalanetwork/upgrade-test
- Owner: AcalaNetwork
- License: apache-2.0
- Created: 2022-02-22T09:47:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T23:10:16.000Z (over 2 years ago)
- Last Synced: 2025-01-19T07:15:57.303Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 12.7 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# decode-error-after-upgrade
## Description
This repo is used for upgrade testing Acala/Karura.Running the upgrade script will do the following:
1. Run connect to a network and open query subscription
2. Perform runtime upgrade
3. Submit extrinsic## Instructions
Be sure to either change the `BLOB` name in upgrade_runtime.ts to be the name of the wasm file you wish to upgrade to.
```
yarn
yarn run:script
```### Additional Commands
#### To run up the network standalone for manual testing:
You can use this repo to start some local networks for testing, either:
* `yarn run:network:karura`
* `yarn run:network:acala`#### To tear down the network and clear volumes:
* `yarn run:teardown:karura`
* `yarn run:teardown:acala`