Skip to content

Commit

Permalink
Release v4.7.2 (#1347)
Browse files Browse the repository at this point in the history
* runtime metadta-hash in ci

Signed-off-by: Charles Ferrell <charlie@manta.network>

* bump version

Signed-off-by: Charles Ferrell <charlie@manta.network>

---------

Signed-off-by: Charles Ferrell <charlie@manta.network>
  • Loading branch information
ferrell-code authored Jul 5, 2024
1 parent 9cfedab commit 2cf703b
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 26 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_draft_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,13 @@ jobs:
- name: build runtime
id: srtool-build
uses: chevdor/srtool-actions@v0.9.1
env:
BUILD_OPTS: "--features on-chain-release-build"
with:
image: paritytech/srtool
tag: 1.74.0
chain: ${{ matrix.runtime.name }}
profile: "production"
- name: persist srtool digest
run: >
echo '${{ steps.srtool-build.outputs.json }}' |
Expand Down
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.1'
version = '4.7.2'

[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: 4710,
spec_version: 4720,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 20,
transaction_version: 21,
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: 4710,
spec_version: 4720,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 9,
transaction_version: 10,
state_version: 1,
};

Expand Down

0 comments on commit 2cf703b

Please sign in to comment.