You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`breaking-change`| PR requires synchronized changes with bittensor | Triggers an automatic bot message so the relevant teams are made aware of the change well in advance |
88
88
|`migration`| PR contains one or more migrations | none |
89
+
|`devnet-companion`| Designates a devnet companion PR | Presence of `devnet-companion` label is checked |
89
90
|`devnet-ready`| PR's branch has been merged into the `devnet-ready` branch and will be included in the next `devnet` deploy | none |
90
91
|`on-devnet`| PR has been deployed to `devnet`| Removes `devnet-ready`|
91
92
|`devnet-pass`| PR has passed manual testing on `devnet`|`devnet-pass` or `devnet-skip` required |
92
93
|`devnet-skip`| Allows a critical hotfix PR to skip required testing on `devnet`|`devnet-pass` or `devnet-skip` required |
93
94
|`devnet-fail`| PR has failed manual testing on `devnet` and requires modification | none |
95
+
|`testnet-companion`| Designates a testnet companion PR | Presence of `testnet-companion` label is checked |
94
96
|`on-testnet`| PR has been deployed to `testnet`| none |
95
97
|`testnet-pass`| PR has passed manual testing on `testnet`|`testnet-pass` or `testnet-skip` required |
96
98
|`testnet-skip`| Allows a critical hotfix PR to skip required manual testing and SOP on `testnet`|`testnet-pass` or `testnet-skip` required |
To run an archive node connected to the mainchain, execute the below command (note the `--sync=full` which syncs the node to the full chain and `--pruning archive` flags, which disables the node's automatic pruning of older historical data):
183
183
184
184
```bash title="With --sync=full and --pruning archive setting, for archive node"
We have not tested these installation scripts on any cloud service. In addition, if you are using Runpod cloud service, then note that this service is already [containerized](https://docs.runpod.io/pods/overview). Hence, the only option available to you is to compile from the source, as described in the above [Method 2: Using Source Code](#method-2-using-source-code) section. Note that these scripts have not been tested on Runpod.
0 commit comments