Skip to content

Commit 9cfedab

Browse files
DengjianpingCharles Ferrell
and
Charles Ferrell
authored
Release v4.7.1 (#1345)
* Release v4.7.1 Signed-off-by: Jamie <[email protected]> * bump tx version Signed-off-by: Charles Ferrell <[email protected]> --------- Signed-off-by: Jamie <[email protected]> Signed-off-by: Charles Ferrell <[email protected]> Co-authored-by: Charles Ferrell <[email protected]>
1 parent dab9548 commit 9cfedab

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

Cargo.lock

+21-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage = 'https://manta.network'
55
license = 'GPL-3.0'
66
repository = 'https://github.com/Manta-Network/Manta/'
77
rust-version = '1.74'
8-
version = '4.7.0'
8+
version = '4.7.1'
99

1010
[workspace]
1111
members = [

runtime/calamari/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
143143
spec_name: create_runtime_str!("calamari"),
144144
impl_name: create_runtime_str!("calamari"),
145145
authoring_version: 2,
146-
spec_version: 4700,
146+
spec_version: 4710,
147147
impl_version: 1,
148148
apis: RUNTIME_API_VERSIONS,
149-
transaction_version: 19,
149+
transaction_version: 20,
150150
state_version: 0,
151151
};
152152

runtime/manta/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
146146
spec_name: create_runtime_str!("manta"),
147147
impl_name: create_runtime_str!("manta"),
148148
authoring_version: 1,
149-
spec_version: 4700,
149+
spec_version: 4710,
150150
impl_version: 1,
151151
apis: RUNTIME_API_VERSIONS,
152-
transaction_version: 8,
152+
transaction_version: 9,
153153
state_version: 1,
154154
};
155155

0 commit comments

Comments
 (0)