mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-18 00:05:42 +00:00
subxt signer linker errors but core compiles
This commit is contained in:
+1
-3
@@ -65,9 +65,7 @@ pub use crate::{
|
|||||||
error::Error,
|
error::Error,
|
||||||
};
|
};
|
||||||
|
|
||||||
// pub use subxt_core::config;
|
// We replace this by proper exports, once the API of subxt_core is aggreed upon.
|
||||||
// pub use subxt_core::config::{Config, PolkadotConfig, SubstrateConfig};
|
|
||||||
// pub use subxt_core::dynamic;
|
|
||||||
pub use subxt_core::*;
|
pub use subxt_core::*;
|
||||||
|
|
||||||
/// Re-export external crates that are made use of in the subxt API.
|
/// Re-export external crates that are made use of in the subxt API.
|
||||||
|
|||||||
Generated
+1
@@ -878,6 +878,7 @@ version = "0.0.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"libc_alloc",
|
"libc_alloc",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
|
"subxt-core",
|
||||||
"subxt-metadata",
|
"subxt-metadata",
|
||||||
"subxt-signer",
|
"subxt-signer",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ resolver = "2"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
subxt-metadata = { path = "../../metadata", default-features = false }
|
subxt-metadata = { path = "../../metadata", default-features = false }
|
||||||
subxt-signer = { path = "../../signer", default-features = false, features = ["sr25519", "ecdsa", "subxt"] }
|
subxt-signer = { path = "../../signer", default-features = false, features = ["sr25519", "ecdsa", "subxt"] }
|
||||||
# subxt-core = { path = "../../core", default-features = false }
|
subxt-core = { path = "../../core", default-features = false }
|
||||||
codec = { package = "parity-scale-codec", version = "3.6.9", default-features = false, features = ["derive"] }
|
codec = { package = "parity-scale-codec", version = "3.6.9", default-features = false, features = ["derive"] }
|
||||||
libc_alloc = { version = "1.0.6" }
|
libc_alloc = { version = "1.0.6" }
|
||||||
|
|
||||||
|
|||||||
@@ -58,5 +58,5 @@ fn test() {
|
|||||||
// subxt-core
|
// subxt-core
|
||||||
// /////////////////////////////////////////////////////////////////////////////
|
// /////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// let _era = subxt_core::utils::Era::Immortal;
|
let _era = subxt_core::utils::Era::Immortal;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user