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:
Robert Habermeier
2019-06-26 12:24:58 +02:00
committed by GitHub
parent 050377d1c0
commit 0ddf4a2a00
9 changed files with 705 additions and 3 deletions
+1
View File
@@ -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;
}