Skip to content

Commit

Permalink
Merge pull request #8 from paritytech/shell-runtime
Browse files Browse the repository at this point in the history
Shell runtime added for soft launch and swap
  • Loading branch information
Moliholy authored Mar 8, 2024
2 parents bba26f4 + 0030e24 commit 943478c
Show file tree
Hide file tree
Showing 41 changed files with 1,908 additions and 1,661 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deterministic-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: write
strategy:
matrix:
runtime: ["mythical-devnet", "mythical-mainnet"]
runtime: ["mythical-testnet", "mythical-mainnet"]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
description: The docker image
required: true
environment:
description: Runtime. Either devnet, mainnet or rococo
description: Runtime. Either testnet or mainnet
required: false
default: devnet
default: testnet

jobs:
push_to_registry:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/try-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- run: |
echo "Found label runtime_migration. Running tests"
echo "---------- Running try-runtime for Trappist ----------"
cargo build -p mythical --locked --release --no-default-features --features mythical/mythical-runtime,try-runtime && \
./try-runtime --runtime ./target/release/wbuild/mythical-runtime/target/wasm32-unknown-unknown/release/mythical_runtime.wasm \
on-runtime-upgrade --checks pre-and-post --no-idempotency-checks live --uri wss://rococo-mythical-try-runtime-node.parity-chains.parity.io:443
cargo build --locked --release --features try-runtime && \
./try-runtime --runtime ./target/release/wbuild/mythical-testnet/target/wasm32-unknown-unknown/release/mythical_testnet.wasm \
on-runtime-upgrade --checks pre-and-post --disable-idempotency-checks live --uri wss://rococo-muse-rpc.polkadot.io:443
env:
RUST_LOG: remote-ext=debug,runtime=debug
Loading

0 comments on commit 943478c

Please sign in to comment.