Skip to content

Commit e98ade0

Browse files
Adam ReifAdam Reif
authored andcommitted
Merge v3.1.3 manta
2 parents c0af847 + 9fa2d46 commit e98ade0

File tree

11 files changed

+30
-16
lines changed

11 files changed

+30
-16
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## Pending
44

5+
## v3.1.3
6+
### Breaking changes
7+
8+
### Features
9+
10+
### Improvements
11+
- Bump spec version to **3130**.
12+
- [\#359](https://github.com/Manta-Network/Manta/pull/359) Update upstream dependencies to v0.9.15.
13+
- [\#337](https://github.com/Manta-Network/Manta/pull/337) Add a congested_chain_simulation test in Calamari.
14+
- [\#341](https://github.com/Manta-Network/Manta/pull/341) Create Release Checklist Issue Template.
15+
- [\#350](https://github.com/Manta-Network/Manta/pull/350) Setting minValidatorCount to a default value on runtime upgrade.
16+
17+
### Bug fixes
18+
519
## v3.1.2
620
### Breaking changes
721

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = 'https://manta.network'
77
license = 'GPL-3.0'
88
name = 'manta'
99
repository = 'https://github.com/Manta-Network/Manta/'
10-
version = '3.1.2'
10+
version = '3.1.3'
1111

1212
[package.metadata.docs.rs]
1313
targets = ['x86_64-unknown-linux-gnu']

pallets/collator-selection/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = 'GPL-3.0'
77
name = 'manta-collator-selection'
88
readme = 'README.md'
99
repository = 'https://github.com/Manta-Network/Manta/'
10-
version = '3.1.2'
10+
version = '3.1.3'
1111

1212
[package.metadata.docs.rs]
1313
targets = ['x86_64-unknown-linux-gnu']

pallets/pallet-tx-pause/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ['Manta Network']
33
name = "pallet-tx-pause"
4-
version = '3.1.2'
4+
version = '3.1.3'
55
edition = "2021"
66
homepage = 'https://manta.network'
77
license = 'GPL-3.0'

pallets/vesting/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ['Manta Network']
33
name = "calamari-vesting"
4-
version = '3.1.2'
4+
version = '3.1.3'
55
edition = "2021"
66
homepage = 'https://manta.network'
77
license = 'GPL-3.0'

runtime/calamari/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage = 'https://manta.network'
55
license = 'GPL-3.0'
66
name = 'calamari-runtime'
77
repository = 'https://github.com/Manta-Network/Manta/'
8-
version = '3.1.2'
8+
version = '3.1.3'
99

1010
[dependencies]
1111
codec = { package = "parity-scale-codec", version = "2.3.1", default-features = false, features = ["derive", "max-encoded-len"] }

runtime/calamari/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
111111
spec_name: create_runtime_str!("calamari"),
112112
impl_name: create_runtime_str!("calamari"),
113113
authoring_version: 1,
114-
spec_version: 3120,
114+
spec_version: 3130,
115115
impl_version: 1,
116116
apis: RUNTIME_API_VERSIONS,
117117
transaction_version: 3,

runtime/manta/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage = 'https://manta.network'
55
license = 'GPL-3.0'
66
name = 'manta-runtime'
77
repository = 'https://github.com/Manta-Network/Manta/'
8-
version = '3.1.2'
8+
version = '3.1.3'
99

1010
[dependencies]
1111
smallvec = "1.6.1"

runtime/manta/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
110110
spec_name: create_runtime_str!("manta"),
111111
impl_name: create_runtime_str!("manta"),
112112
authoring_version: 1,
113-
spec_version: 3120,
113+
spec_version: 3130,
114114
impl_version: 1,
115115
apis: RUNTIME_API_VERSIONS,
116116
transaction_version: 1,

0 commit comments

Comments
 (0)