Skip to content

[CSUB-957] Add convert-address command to CLI #504

[CSUB-957] Add convert-address command to CLI

[CSUB-957] Add convert-address command to CLI #504

---
name: Check runtime changes
on:
pull_request:
branches: [dev, testnet, main]
permissions: read-all
jobs:
check-version:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check if version.rs was modified
run: |
./.github/check-version.sh "remotes/origin/$GITHUB_BASE_REF" "$GITHUB_SHA"
# dangerous conditions that will brick the blockchain
danger-will-brick-the-blockchain:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check for changes in Proof-of-Stake EPOCH duration
run: |
./.github/check-for-changes-in-epoch-duration.sh "remotes/origin/$GITHUB_BASE_REF" "$GITHUB_SHA"