Skip to content

Commit 3ec634e

Browse files
committed
pre-release bifrost-node v1.2.0
1 parent eaf8a95 commit 3ec634e

File tree

8 files changed

+94
-100
lines changed

8 files changed

+94
-100
lines changed

Cargo.lock

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

node/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bifrost-node"
3-
version = "1.1.9"
3+
version = "1.2.0-pre"
44
description = "The node specification for BIFROST Node"
55
authors = ["bifrost-platform"]
66
homepage = "https://thebifrost.io"

runtime/testnet/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
141141
// The version of the authorship interface.
142142
authoring_version: 1,
143143
// The version of the runtime spec.
144-
spec_version: 440,
144+
spec_version: 445,
145145
// The version of the implementation of the spec.
146146
impl_version: 1,
147147
// A list of supported runtime APIs along with their versions.

tests/package-lock.json

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

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bifrost-platform/bifrost-node",
3-
"version": "1.1.9",
3+
"version": "1.2.0-pre",
44
"author": "bifrost-platform",
55
"scripts": {
66
"test": "mocha -r ts-node/register tests/**/**/*.ts --exit",

tests/tests/set_dev_node.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ export function describeDevNode(
146146

147147
export async function startMultiDevNode() {
148148
await startSingleDevNode(9934);
149-
await startSingleDevNode(9935);
150149
return await startSingleDevNode(9933);
151150
}
152151

tools/package-lock.json

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

tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bifrost-platform/bifrost-node",
3-
"version": "1.1.9",
3+
"version": "1.2.0-pre",
44
"author": "bifrost-platform",
55
"scripts": {
66
"set_session_keys": "ts-node src/set_session_keys.ts",

0 commit comments

Comments
 (0)