mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 21:01:05 +00:00
discover linker errors for subxt-signer critical section of once_cell
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
use alloc::borrow::ToOwned;
|
use alloc::borrow::ToOwned;
|
||||||
use alloc::vec::Vec;
|
use alloc::vec::Vec;
|
||||||
|
use alloc::string::String;
|
||||||
use codec::{Compact, Decode, Encode};
|
use codec::{Compact, Decode, Encode};
|
||||||
use derivative::Derivative;
|
use derivative::Derivative;
|
||||||
|
|
||||||
@@ -26,6 +27,7 @@ pub use static_type::Static;
|
|||||||
pub use unchecked_extrinsic::UncheckedExtrinsic;
|
pub use unchecked_extrinsic::UncheckedExtrinsic;
|
||||||
pub use wrapper_opaque::WrapperKeepOpaque;
|
pub use wrapper_opaque::WrapperKeepOpaque;
|
||||||
|
|
||||||
|
|
||||||
// Used in codegen
|
// Used in codegen
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
pub use primitive_types::{H160, H256, H512};
|
pub use primitive_types::{H160, H256, H512};
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ extern crate alloc;
|
|||||||
// Note: Panics in this function will lead to `Aborted (core dumped)` and a non-zero exit status => suitable for CI tests.
|
// Note: Panics in this function will lead to `Aborted (core dumped)` and a non-zero exit status => suitable for CI tests.
|
||||||
fn run_tests() {
|
fn run_tests() {
|
||||||
subxt_metadata_test();
|
subxt_metadata_test();
|
||||||
|
subxt_signer_test();
|
||||||
subxt_core_test();
|
subxt_core_test();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user