grandpa: fix handling of catch-up requests (#3956)

* grandpa: fix handling of catch-up requests

* grandpa: fix tests

* grandpa: add test for catch-up handling when observer disabled

* grandpa: extend doc comment

* grandpa: rename existing catch up test
This commit is contained in:
André Silva
2019-10-29 18:15:49 +00:00
committed by Gavin Wood
parent 3aecf32824
commit dc14809804
8 changed files with 147 additions and 28 deletions
+2
View File
@@ -177,6 +177,8 @@ macro_rules! new_full {
justification_period: 512,
name: Some(name),
keystore: Some(service.keystore()),
observer_enabled: true,
is_authority,
};
match (is_authority, disable_grandpa) {