Skip to content

Commit

Permalink
Release v0.12.1 (#864)
Browse files Browse the repository at this point in the history
* Bump Runtime Version

* Bump Crate Version

* Update Template

* Format

* Bump Deps

* Recache

* Mark as Mandatory

* Update
  • Loading branch information
AurevoirXavier committed Apr 24, 2022
1 parent 11dedf0 commit 2c79022
Show file tree
Hide file tree
Showing 14 changed files with 61 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/checklist-template.md
Expand Up @@ -41,7 +41,7 @@ cc @fewensa
- **Bridge**
- [ ] **Darwinia** (MMR roots to sign,Pending headers)

cc @wi1dcard
cc @fewensa

### Subql
- [ ] [Darwinia MMR](https://github.com/darwinia-network/subql-darinwia-mmr)
Expand Down
25 changes: 15 additions & 10 deletions .github/release-template.md
@@ -1,20 +1,26 @@
Darwinia
===

## [0.12.0] - 2022-03-18
‼️ MANDATORY: This is a MANDATORY priority release and you must upgrade as as soon as possible.

⚠️ It is critical that you update your client before the chain switches to the new runtimes. If you do not update your client before the new runtime is enacted, your node will stop handling parachains functionalities properly until you upgrade.
The changes motivating this priority level are:
- [EVM storage schema update](https://github.com/darwinia-network/darwinia/pull/864#issuecomment-1107740096)

## [0.12.1] - 2022-04-20

| Network | Native Runtime | Upgrade Priority |
| :------: | :------------: | :--------------: |
| Darwinia | 1200 | LOW |
| Crab | 1200 | LOW |
| Darwinia | 1210 | LOW |
| Crab | 1210 | MANDATORY |

## Resources

### Pre-built Binary
| OS | Arch | Glibc | LLVM | Download |
| :---: | :----: | :---: | :---: | :-----------------------------------------------------------------------------------------------------------------: |
| Linux | x86_64 | 2.23 | 4.0 | [tar.zst](https://github.com/darwinia-network/darwinia/releases/download/v0.12.0/darwinia-x86_64-linux-gnu.tar.zst) |
| Linux | x86_64 | 2.23 | 4.0 | [tar.bz2](https://github.com/darwinia-network/darwinia/releases/download/v0.12.0/darwinia-x86_64-linux-gnu.tar.bz2) |
| Linux | x86_64 | 2.23 | 4.0 | [tar.zst](https://github.com/darwinia-network/darwinia/releases/download/v0.12.1/darwinia-x86_64-linux-gnu.tar.zst) |
| Linux | x86_64 | 2.23 | 4.0 | [tar.bz2](https://github.com/darwinia-network/darwinia/releases/download/v0.12.1/darwinia-x86_64-linux-gnu.tar.bz2) |

### Docker

Expand All @@ -28,13 +34,12 @@ docker pull {{ image_tag }}
docker pull {{ image_sha }}
```

## Notable Changes
- Substrate common changes: https://github.com/paritytech/polkadot/releases/tag/v0.9.11
- DVM changes: https://github.com/darwinia-network/darwinia/pull/836#issuecomment-1061327688

## Proposal Hashes

| Network | Proposal Hash |
| Network | Proposal Hash |
| :------: | :--------------------------------: |
| Darwinia | {{ darwinia_proposal_compressed }} |
| Crab | {{ crab_proposal_compressed }} |

## Changelog
[Project Release](https://github.com/orgs/darwinia-network/projects/8/views/1)
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -28,7 +28,7 @@ env:
SCCACHE_LINK: https://github.com/mozilla/sccache/releases/download
SCCACHE_VERSION: v0.2.15
SCCACHE_DIR: /home/runner/.cache/sccache
GITHUB_CACHE_VERSION: 1
GITHUB_CACHE_VERSION: 0

jobs:
basic-checks:
Expand Down
78 changes: 34 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -6,7 +6,7 @@ homepage = "https://darwinia.network"
license = "GPL-3.0"
name = "darwinia"
repository = "https://github.com/darwinia-network/darwinia"
version = "0.12.0"
version = "0.12.1"

[[bin]]
name = "darwinia"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ homepage = "https://darwinia.network"
license = "GPL-3.0"
name = "darwinia-cli"
repository = "https://github.com/darwinia-network/darwinia"
version = "0.12.0"
version = "0.12.1"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
2 changes: 1 addition & 1 deletion node/service/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ homepage = "https://darwinia.network"
license = "GPL-3.0"
name = "darwinia-node-service"
repository = "https://github.com/darwinia-network/darwinia"
version = "0.12.0"
version = "0.12.1"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ homepage = "https://darwinia.network"
license = "GPL-3.0"
name = "darwinia-primitives"
repository = "https://github.com/darwinia-network/darwinia"
version = "0.12.0"
version = "0.12.1"

[dependencies]
# crates.io
Expand Down

0 comments on commit 2c79022

Please sign in to comment.