Skip to content

Commit 4612b7b

Browse files
authored
runtime spec to v0.29.0 (#980)
1 parent adaf04c commit 4612b7b

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repository = "https://github.com/freeverseio/laos.git"
44
homepage = "https://www.laosfoundation.io"
55
authors = ["Freeverse"]
66
edition = "2021"
7-
version = "0.28.90"
7+
version = "0.29.0"
88

99
[workspace]
1010
resolver = "2"

e2e-tests/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import ParachainStaking from "../build/contracts/ParachainStaking.sol/ParachainS
99

1010
// Runtime specs
1111
export const RUNTIME_SPEC_NAME = "laos";
12-
export const RUNTIME_SPEC_VERSION = 2890;
12+
export const RUNTIME_SPEC_VERSION = 2900;
1313
export const RUNTIME_IMPL_VERSION = 0;
1414

1515
// Zombienet endpoints

runtime/laos/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
102102
spec_name: create_runtime_str!("laos"),
103103
impl_name: create_runtime_str!("laos"),
104104
authoring_version: 1,
105-
spec_version: 2890,
105+
spec_version: 2900,
106106
impl_version: 0,
107107
apis: RUNTIME_API_VERSIONS,
108108
transaction_version: 1,

runtime/laos/src/tests/metadata15.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39013,7 +39013,7 @@
3901339013
0,
3901439014
0,
3901539015
0,
39016-
74,
39016+
84,
3901739017
11,
3901839018
0,
3901939019
0,

0 commit comments

Comments
 (0)