mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 14:41:11 +00:00
Generic authorship and uncle inclusion module (#2941)
* generalized uncle processing * add some uncle tests * set author and do event handling * OnePerAuthorPerHeight no longer O(n^2) and test * bump impl_version of node * Documentation and style fixes Co-Authored-By: DemiMarie-parity <48690212+DemiMarie-parity@users.noreply.github.com> * fix #2949: index-based FindAuthor wrapper for srml-session * use for_each_tuple
This commit is contained in:
committed by
GitHub
parent
050377d1c0
commit
0ddf4a2a00
@@ -74,4 +74,5 @@ pub use core::str;
|
||||
pub mod collections {
|
||||
pub use alloc::collections::btree_map;
|
||||
pub use alloc::collections::btree_set;
|
||||
pub use alloc::collections::vec_deque;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user