mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 06:57:58 +00:00
Restore integration tests (#2620)
* restored test_consensus * restored test_sync * run integration tests only on CI * use single test-thread for integration tests * post-merge fix * panic when integration test runs for too long * add some traces to integration logs * manual wait -> timeout * post-merge fix * post-merge fix
This commit is contained in:
committed by
Gavin Wood
parent
9ad9f7eebd
commit
012ce5878b
@@ -57,9 +57,10 @@ pub type Hash = primitives::H256;
|
||||
/// A timestamp: seconds since the unix epoch.
|
||||
pub type Timestamp = u64;
|
||||
|
||||
/// Digest item type.
|
||||
pub type DigestItem = generic::DigestItem<Hash, AuthorityId, AuthoritySignature>;
|
||||
/// Header type.
|
||||
///
|
||||
pub type Header = generic::Header<BlockNumber, BlakeTwo256, generic::DigestItem<Hash, AuthorityId, AuthoritySignature>>;
|
||||
pub type Header = generic::Header<BlockNumber, BlakeTwo256, DigestItem>;
|
||||
/// Block type.
|
||||
pub type Block = generic::Block<Header, UncheckedExtrinsic>;
|
||||
/// Block ID.
|
||||
|
||||
Reference in New Issue
Block a user