grandpa: observer doesn't send catch up messages (#3460)

* grandpa: don't send catch up requests when running GRANDPA observer

* grandpa: fix tests

* grandpa: add tests for catch up requests
This commit is contained in:
André Silva
2019-08-23 15:13:01 +02:00
committed by Robert Habermeier
parent 94243e66b3
commit 725aa0aec8
6 changed files with 133 additions and 10 deletions
@@ -1215,6 +1215,7 @@ fn voter_persists_its_votes() {
config.clone(),
set_state,
Exit,
true,
);
runtime.block_on(routing_work).unwrap();