Skip to content

Commit

Permalink
Bump version to 0.30.0 across multiple files (#989)
Browse files Browse the repository at this point in the history
- Update Cargo.lock and Cargo.toml versions
- Modify constants.ts for new spec version
- Adjust lib.rs with updated spec_version
- Update metadata15.golden file accordingly
  • Loading branch information
asiniscalchi authored Feb 25, 2025
1 parent 266e645 commit a5f87da
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 @@ -4,7 +4,7 @@ repository = "https://github.com/freeverseio/laos.git"
homepage = "https://www.laosfoundation.io"
authors = ["Freeverse"]
edition = "2021"
version = "0.29.90"
version = "0.30.0"

[workspace]
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import ParachainStaking from "../build/contracts/ParachainStaking.sol/ParachainS

// Runtime specs
export const RUNTIME_SPEC_NAME = "laos";
export const RUNTIME_SPEC_VERSION = 2990;
export const RUNTIME_SPEC_VERSION = 3000;
export const RUNTIME_IMPL_VERSION = 0;

// Zombienet endpoints
Expand Down
2 changes: 1 addition & 1 deletion runtime/laos/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("laos"),
impl_name: create_runtime_str!("laos"),
authoring_version: 1,
spec_version: 2990,
spec_version: 3000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion runtime/laos/src/tests/metadata15.golden
Original file line number Diff line number Diff line change
Expand Up @@ -39231,7 +39231,7 @@
0,
0,
0,
174,
184,
11,
0,
0,
Expand Down

0 comments on commit a5f87da

Please sign in to comment.