Skip to content

Commit ea8e0f1

Browse files
authored
Merge pull request #1095 from opentensor/testnet
mainnet deploy 12-16-2024 (CR3 πŸŽ‰ )
2 parents 7364b18 + 562fc90 commit ea8e0f1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+56067
-106597
lines changed

β€Ž.github/workflows/check-docker.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Build Docker Image
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
build:
8+
runs-on: SubtensorCI
9+
10+
steps:
11+
- name: Checkout code
12+
uses: actions/checkout@v4
13+
14+
- name: Set up QEMU
15+
uses: docker/setup-qemu-action@v2
16+
17+
- name: Set up Docker Buildx
18+
uses: docker/setup-buildx-action@v2
19+
20+
- name: Build Docker Image
21+
run: docker build .

β€Ž.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Publish Docker Image
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
67

78
permissions:
89
contents: read

β€Ž.github/workflows/hotfixes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
COMMENT_BODY=$(cat <<EOF
3939
## 🚨🚨🚨 HOTFIX DETECTED 🚨🚨🚨
4040
41-
It looks like you are trying to merge a hotfix PR into `main`. If this isn't what you wanted to do, and you just wanted to make a regular PR, please close this PR, base your changes off the `devnet-ready` branch and open a new PR into `devnet ready`.
41+
It looks like you are trying to merge a hotfix PR into \`main\`. If this isn't what you wanted to do, and you just wanted to make a regular PR, please close this PR, base your changes off the \`devnet-ready\` branch and open a new PR into \`devnet ready\`.
4242
4343
If you _are_ trying to merge a hotfix PR, please complete the following essential steps:
4444
1. [ ] go ahead and get this PR into \`main\` merged, so we can get the change in as quickly as possible!

β€Ž.github/workflows/try-runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
uses: "paritytech/[email protected]"
5050
with:
5151
runtime-package: "node-subtensor-runtime"
52-
node-uri: "wss://archive.chain.opentensor.ai:443"
52+
node-uri: "wss://archive.dev.opentensor.ai:443"
5353
checks: "all"
5454
extra-args: "--disable-spec-version-check --no-weight-warnings"

0 commit comments

Comments
Β (0)