Skip to content

Commit

Permalink
pre-release bifrost-node v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjscksdn98 committed Feb 14, 2023
1 parent eaf8a95 commit 3ec634e
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 100 deletions.
177 changes: 86 additions & 91 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bifrost-node"
version = "1.1.9"
version = "1.2.0-pre"
description = "The node specification for BIFROST Node"
authors = ["bifrost-platform"]
homepage = "https://thebifrost.io"
Expand Down
2 changes: 1 addition & 1 deletion runtime/testnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// The version of the authorship interface.
authoring_version: 1,
// The version of the runtime spec.
spec_version: 440,
spec_version: 445,
// The version of the implementation of the spec.
impl_version: 1,
// A list of supported runtime APIs along with their versions.
Expand Down
4 changes: 2 additions & 2 deletions tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bifrost-platform/bifrost-node",
"version": "1.1.9",
"version": "1.2.0-pre",
"author": "bifrost-platform",
"scripts": {
"test": "mocha -r ts-node/register tests/**/**/*.ts --exit",
Expand Down
1 change: 0 additions & 1 deletion tests/tests/set_dev_node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ export function describeDevNode(

export async function startMultiDevNode() {
await startSingleDevNode(9934);
await startSingleDevNode(9935);
return await startSingleDevNode(9933);
}

Expand Down
4 changes: 2 additions & 2 deletions tools/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bifrost-platform/bifrost-node",
"version": "1.1.9",
"version": "1.2.0-pre",
"author": "bifrost-platform",
"scripts": {
"set_session_keys": "ts-node src/set_session_keys.ts",
Expand Down

0 comments on commit 3ec634e

Please sign in to comment.