Skip to content

Commit

Permalink
Merge pull request #741 from freeverseio/feature/prepate_v0.17.4
Browse files Browse the repository at this point in the history
Update Runtime and Package Versions for v0.17.4 Preparation
  • Loading branch information
asiniscalchi authored Aug 21, 2024
2 parents 965664c + ef1d635 commit 20ed579
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
cargo build --release --locked --package laos --features=try-runtime
- name: Try Runtime for Laos Omega
run: |
RUST_LOG=try-runtime ./target/release/laos try-runtime --runtime ./target/release/wbuild/laos-runtime/laos_runtime.wasm on-runtime-upgrade --checks=pre-and-post live --uri ws://174.138.104.13:9944
RUST_LOG=try-runtime ./target/release/laos try-runtime --runtime ./target/release/wbuild/laos-runtime/laos_runtime.wasm on-runtime-upgrade --checks=pre-and-post live --uri ws://159.223.241.51:9944
e2e-tests:
runs-on:
Expand Down
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 @@ -3,7 +3,7 @@ description = "The LAOS parachain node."
repository = "https://github.com/freeverseio/laos.git"
homepage = "https://www.laosfoundation.io"
authors = ["Freeverse"]
version = "0.17.1"
version = "0.17.4"

[workspace]
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/tests/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import EvolutionCollectionFactory from "../build/contracts/EvolutionCollectionFa

// Node config
export const RUNTIME_SPEC_NAME = "laos";
export const RUNTIME_SPEC_VERSION = 1701;
export const RUNTIME_SPEC_VERSION = 1704;
export const RUNTIME_IMPL_VERSION = 0;
export const RPC_PORT = 9999;

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 @@ -84,7 +84,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("laos"),
impl_name: create_runtime_str!("laos"),
authoring_version: 1,
spec_version: 1701,
spec_version: 1704,
impl_version: 0,
apis: apis::PUBLIC_RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 20ed579

Please sign in to comment.