mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 21:41:12 +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
@@ -38,4 +38,5 @@ pub use std::vec;
|
||||
pub mod collections {
|
||||
pub use std::collections::btree_map;
|
||||
pub use std::collections::btree_set;
|
||||
pub use std::collections::vec_deque;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user