Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag v0.11.2 #698

Merged
merged 5 commits into from
Aug 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
129 changes: 129 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,132 @@
## [0.11.2] - 2021-08-03

### Upgrade Priority: LOW
#### Upgrade Window Period - 升级窗口期
- None

#### Breaking Change(s)
- None

### Darwinia 0.11.2

| Chain | Runtime Spec Version |
| :------: | :------------------: |
| Darwinia | 1120 |
| Crab | 1120 |

### Boot Flag

#### Darwinia
**Run with `--chain darwinia` or leave it empty to participate in Darwinia.**
**使用 `--chain darwinia` 或不填写,参与到 Darwinia 网络。**

#### Crab
**Run with `--chain crab` to participate in Crab.**
**使用 `--chain crab` ,参与到 Crab 网络。**

### Resource

#### Binary
| | Arch | glibc (at least) | llvm (at least) | pre-built |
| :-----------: | :----: | :--------------: | :-------------: | :-------: |
| General Linux | x86_64 | 2.23 | 4.0 | ✔︎ |

#### Docker
```docker
docker pull quay.io/darwinia-network/darwinia:v0.11.2
```

#### Update(s)
- Updates [C 604](https://github.com/darwinia-network/darwinia-common/pull/604), [C 644](https://github.com/darwinia-network/darwinia-common/pull/644), [C 648](https://github.com/darwinia-network/darwinia-common/pull/648), [C 652](https://github.com/darwinia-network/darwinia-common/pull/652), [C 654](https://github.com/darwinia-network/darwinia-common/pull/654), [C 686](https://gith,ub.com/darwinia-network/darwinia-common/pull/686), [C 703](https://github.com/darwinia-network/darwinia-common/pull/703), [C 708](https://github.com/darwinia-network/darwinia-common/pull/708), [C 718](https://github.com/darwinia-network/darwinia-common/pull/718), [C 729](https://github.com/darwinia-network/darwinia-common/pull/729)
- Only For Darwinia Developers [R 22](https://github.com/darwinia-network/substrate-update-tracking/issues/22)
#### Fix(es)
- None
#### Migration(s)
- https://github.com/paritytech/substrate/pull/8773 we don't have this pallet
- https://github.com/paritytech/substrate/pull/8769 it's okay we never modify the `Scheduler` in `construct_runtime!`
- #696 Remove `darwinia-header-mmr`'s Patches

---

#### Darwinia Custom
##### Update(s)
- [Support London Updates](https://github.com/darwinia-network/darwinia-common/pull/708)
##### Migration(s)
- #696 Support London Updates

---

#### Crab Custom
##### Update(s)
- None
##### Migration(s)
- None


## [0.11.0-fix-storage] - 2021-07-29

### Upgrade Priority: LOW
#### Upgrade Window Period - 升级窗口期
- None

#### Breaking Change(s)
- None

### Darwinia 0.11.0-fix-storage

| Chain | Runtime Spec Version |
| :------: | :------------------: |
| Darwinia | 1101 |
| Crab | 1100 |

### Boot Flag

#### Darwinia
**Run with `--chain darwinia` or leave it empty to participate in Darwinia.**
**使用 `--chain darwinia` 或不填写,参与到 Darwinia 网络。**

#### Crab
**Run with `--chain crab` to participate in Crab.**
**使用 `--chain crab` ,参与到 Crab 网络。**

### Resource

#### Binary
| | Arch | glibc (at least) | llvm (at least) | pre-built |
| :-----------: | :----: | :--------------: | :-------------: | :-------: |
| General Linux | x86_64 | 2.23 | 4.0 | ✔︎ |

#### Docker
```docker
docker pull quay.io/darwinia-network/darwinia:v0.11.0-fix-storage
```

### Change Log

#### Update(s)
- None
#### Fix(es)
- None
#### Migration(s)
- None

---

#### Darwinia Custom
##### Runtime
- Although this version is released after 1110, but it will be upgraded first before 1110
##### Migration(s)
- Migrate `DarwiniaEthereumBacking` to `EthereumBacking`

---

#### Crab Custom
##### Runtime
- None
##### Migration(s)
- None


## [0.11.1] - 2021-07-28

### Upgrade Priority: MEDIUM
Expand Down
97 changes: 14 additions & 83 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
Original file line number Diff line number Diff line change
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.11.1"
version = "0.11.2"

[[bin]]
name = "darwinia"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
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.11.1"
version = "0.11.2"

[package.metadata.wasm-pack.profile.release]
# `wasm-opt` has some problems on linux, see
Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
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.11.1"
version = "0.11.2"

[dependencies]
# crates
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://darwinia.network/"
license = "GPL-3.0"
name = "darwinia-rpc"
repository = "https://github.com/darwinia-network/darwinia/"
version = "0.11.1"
version = "0.11.2"

[dependencies]
# crates
Expand Down
Loading