Skip to content

Commit

Permalink
Merge pull request #928 from galacticcouncil/fix/runtime-apis
Browse files Browse the repository at this point in the history
fix: move apis back to lib
  • Loading branch information
Roznovjak authored Oct 16, 2024
2 parents 298c941 + 4e492f9 commit 4610cbf
Show file tree
Hide file tree
Showing 6 changed files with 680 additions and 700 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 node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hydradx"
version = "14.0.0"
version = "14.0.1"
description = "Hydration node"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion node/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#![allow(clippy::all)]

use hydradx_runtime::{
apis::RuntimeApi,
opaque::{Block, Hash},
RuntimeApi,
};
use std::{sync::Arc, time::Duration};

Expand Down
2 changes: 1 addition & 1 deletion runtime/hydradx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hydradx-runtime"
version = "261.0.0"
version = "262.0.0"
authors = ["GalacticCouncil"]
edition = "2021"
license = "Apache 2.0"
Expand Down
Loading

0 comments on commit 4610cbf

Please sign in to comment.