Round robin on_idle execution (#9432)

* update on_idle tuple implemenration

* add test

* fix

* fix fmt

* update

* update

* fix fmt

* Update frame/support/src/traits/hooks.rs

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>

* update

* update

* fix pallet_ui tests

* Update frame/support/src/traits/hooks.rs

* fix

* Update frame/support/src/traits/hooks.rs

* update

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Alex Pozhylenkov
2021-07-28 14:22:45 +03:00
committed by GitHub
parent 79052e281a
commit a8e5744985
2 changed files with 72 additions and 7 deletions
@@ -5,9 +5,9 @@ error[E0107]: missing generics for trait `Hooks`
| ^^^^^ expected 1 type argument
|
note: trait defined here, with 1 type parameter: `BlockNumber`
--> $DIR/hooks.rs:212:11
--> $DIR/hooks.rs:221:11
|
212 | pub trait Hooks<BlockNumber> {
221 | pub trait Hooks<BlockNumber> {
| ^^^^^ -----------
help: use angle brackets to add missing type argument
|