Skip to content

Commit

Permalink
Tag v0.11.1 (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Lau authored Jul 28, 2021
1 parent 64ab5d3 commit 70c4b52
Show file tree
Hide file tree
Showing 12 changed files with 89 additions and 21 deletions.
70 changes: 70 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,71 @@
## [0.11.1] - 2021-07-28

### Upgrade Priority: MEDIUM
- With v0.11.1 client. Validators can specify a target gas price (e.g. `--target-gas-price=1000000000`) to adjust the EVM gas price. More detail can be found at [C 629](https://github.com/darwinia-network/darwinia-common/pull/629).

#### Upgrade Window Period - 升级窗口期
- None

#### Breaking Change(s)
- None

### Darwinia 0.11.1

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

### 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.1
```

### Change Log

#### Update(s)
- Substrate Updates [C 624](https://github.com/darwinia-network/darwinia-common/pull/624) [C 631](https://github.com/darwinia-network/darwinia-common/pull/631)
- Only For Darwinia Developers [C 21](https://github.com/darwinia-network/substrate-update-tracking/issues/21)
#### Fix(es)
- #685
#### Migration(s)
- https://github.com/paritytech/substrate/pull/8761 it's okay we never modify the `Recovery` in `construct_runtime!`
- https://github.com/paritytech/substrate/pull/8762 we don't have this pallet

---

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

---

#### Crab Custom
##### Runtime
- DVM Update [C 629](https://github.com/darwinia-network/darwinia-common/pull/629)
##### Migration(s)
- None


## [0.11.0] - 2021-07-20

### IMPORTANT
Expand Down Expand Up @@ -51,6 +119,8 @@ docker pull quay.io/darwinia-network/darwinia:v0.11.0
- https://github.com/darwinia-network/darwinia-common/pull/689
- #675
#### Migration(s)
- https://github.com/paritytech/substrate/pull/8620 pallet level migration
- https://github.com/paritytech/substrate/pull/8044 done
- https://github.com/paritytech/substrate/pull/7936 done (last time remaining migration)
- https://github.com/paritytech/substrate/pull/8414 pallet level migration
- https://github.com/paritytech/substrate/pull/8687 it's okay
Expand Down
18 changes: 9 additions & 9 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.0"
version = "0.11.1"

[[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.0"
version = "0.11.1"

[package.metadata.wasm-pack.profile.release]
# `wasm-opt` has some problems on linux, see
Expand Down
2 changes: 1 addition & 1 deletion node/service/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-service"
repository = "https://github.com/darwinia-network/darwinia/"
version = "0.11.0"
version = "0.11.1"

[dependencies]
# crates
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.0"
version = "0.11.1"

[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.0"
version = "0.11.1"

[dependencies]
# crates
Expand Down
2 changes: 1 addition & 1 deletion runtime/common/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-runtime-common"
repository = "https://github.com/darwinia-network/darwinia/"
version = "0.11.0"
version = "0.11.1"

[dependencies]
# crates
Expand Down
2 changes: 1 addition & 1 deletion runtime/crab/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 = "crab-runtime"
repository = "https://github.com/darwinia-network/darwinia/"
version = "0.11.0"
version = "0.11.1"

[dependencies]
# crates
Expand Down
3 changes: 1 addition & 2 deletions runtime/crab/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: sp_runtime::create_runtime_str!("Crab"),
impl_name: sp_runtime::create_runtime_str!("Darwinia Crab"),
authoring_version: 0,
// crate version ~0.11.0 := >=0.11.0, <0.12.0
spec_version: 1100,
spec_version: 1110,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,
Expand Down
2 changes: 1 addition & 1 deletion runtime/darwinia/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-runtime"
repository = "https://github.com/darwinia-network/darwinia/"
version = "0.11.0"
version = "0.11.1"

[dependencies]
# crates
Expand Down
3 changes: 1 addition & 2 deletions runtime/darwinia/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: sp_runtime::create_runtime_str!("Darwinia"),
impl_name: sp_runtime::create_runtime_str!("Darwinia"),
authoring_version: 0,
// crate version ~0.11.0 := >=0.11.0, <0.12.0
spec_version: 1100,
spec_version: 1110,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,
Expand Down

0 comments on commit 70c4b52

Please sign in to comment.