This repository has been archived by the owner on Feb 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,25 @@ | ||
Darwinia Parachain | ||
=== | ||
|
||
| Network | Native Runtime | Upgrade Priority | | ||
| :------------: | :----------------------------------: | :--------------: | | ||
| Crab Parachain | {{ crab_parachain_runtime_version }} | LOW | | ||
| Network | Native Runtime | Upgrade Priority | | ||
| :----------------: | :--------------------------------------: | :--------------: | | ||
| Darwinia Parachain | {{ darwinia_parachain_runtime_version }} | LOW | | ||
| Crab Parachain | {{ crab_parachain_runtime_version }} | LOW | | ||
|
||
## Resources | ||
|
||
### Pre-built Binary | ||
| OS | Arch | Glibc | LLVM | Download | | ||
| :---: | :----: | :---: | :---: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | | ||
| Linux | x86_64 | 2.23 | 4.0 | [tar.bz2](https://github.com/darwinia-network/darwinia-parachain/releases/download/{{ tag }}/darwinia-parachain-x86_64-linux-gnu.tar.bz2), [tar.zst](https://github.com/darwinia-network/darwinia-parachain/releases/download/{{ tag }}/darwinia-parachain-x86_64-linux-gnu.tar.zst) | | ||
| OS | Arch | Glibc | LLVM | Download | | ||
| :---: | :----: | :---: | :---: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | | ||
| Linux | x86_64 | 2.27 | 4.0 | [tar.bz2](https://github.com/darwinia-network/darwinia-parachain/releases/download/{{ tag }}/darwinia-parachain-x86_64-linux-gnu.tar.bz2), [tar.zst](https://github.com/darwinia-network/darwinia-parachain/releases/download/{{ tag }}/darwinia-parachain-x86_64-linux-gnu.tar.zst) | | ||
|
||
### Docker | ||
#### Pull with the Git Tag | ||
```docker | ||
docker pull quay.io/darwinia-network/darwinia-parachain:{{ tag }} | ||
``` | ||
#### Pull with the Git Commit SHA | ||
```docker | ||
docker pull quay.io/darwinia-network/darwinia-parachain:sha-{{ sha }} | ||
``` | ||
|
||
## Proposal Hashes | ||
| Network | Proposal Hash | | ||
| :------------: | :--------------------------------------: | | ||
| Crab Parachain | {{ crab_parachain_proposal_compressed }} | | ||
| Network | Code Hash | | ||
| :----------------: | :--------------------------------: | | ||
| Darwinia Parachain | {{ darwinia_parachain_code_hash }} | | ||
| Crab Parachain | {{ crab_parachain_code_hash }} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.