Skip to content

Commit

Permalink
Release v4.7.1 (#1345)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
Dengjianping and ferrell-code authored Jun 28, 2024
1 parent dab9548 commit 9cfedab
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
42 changes: 21 additions & 21 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 @@ -5,7 +5,7 @@ homepage = 'https://manta.network'
license = 'GPL-3.0'
repository = 'https://github.com/Manta-Network/Manta/'
rust-version = '1.74'
version = '4.7.0'
version = '4.7.1'

[workspace]
members = [
Expand Down
4 changes: 2 additions & 2 deletions runtime/calamari/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("calamari"),
impl_name: create_runtime_str!("calamari"),
authoring_version: 2,
spec_version: 4700,
spec_version: 4710,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 19,
transaction_version: 20,
state_version: 0,
};

Expand Down
4 changes: 2 additions & 2 deletions runtime/manta/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("manta"),
impl_name: create_runtime_str!("manta"),
authoring_version: 1,
spec_version: 4700,
spec_version: 4710,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 8,
transaction_version: 9,
state_version: 1,
};

Expand Down

0 comments on commit 9cfedab

Please sign in to comment.