Skip to content

Commit

Permalink
Merge pull request #684 from freeverseio/feature/new-sigma-chain-spec
Browse files Browse the repository at this point in the history
sigma chain spec based on runtime v0.17.3
  • Loading branch information
asiniscalchi committed Jul 22, 2024
2 parents 9321958 + 3e466ad commit 0ba7ae7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 16 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 @@ -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.2"
version = "0.17.3"

[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 = 1702;
export const RUNTIME_SPEC_VERSION = 1703;
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: 1702,
spec_version: 1703,
impl_version: 0,
apis: apis::PUBLIC_RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
6 changes: 2 additions & 4 deletions specs/laos-sigma.plain.json

Large diffs are not rendered by default.

12 changes: 5 additions & 7 deletions specs/laos-sigma.raw.json

Large diffs are not rendered by default.

0 comments on commit 0ba7ae7

Please sign in to comment.