* Add system test to measure recovery after partition
* shellcheck
* increase partition length until failure
* adjust parameters and output
* different stopping condition
* Restart test without supermajority
* Change check to look at stake rather than transaction confirmation
* Add stake info while waiting for consensus
* replace jq with grep (buildkite doesn't have jq installed)
* Add partial network outage before testing functionality
Allow a percentage of the stake to go offline before an automation test starts
* code review fixes