Companion to Implementing MaxEncodedLen for generate_solution_type #11032 (#5145)

* Fixing `generate_solution_type`
This is needed after changes to substrate

* `VoterSnapshotPerBlock` -> `MaxElectingVoters`

* rename `SizeBound` to `MaxVoters`

* cargo update -p sp-io

* ignore failing test

* spell-check

* fix pub OffchainRepeat

Co-authored-by: kianenigma <kian@parity.io>
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
This commit is contained in:
Georges
2022-03-23 13:18:57 +00:00
committed by GitHub
parent 4c346cb44e
commit 1656c4cd02
5 changed files with 181 additions and 168 deletions
+1
View File
@@ -78,6 +78,7 @@ impl TestHost {
}
#[async_std::test]
#[ignore]
async fn terminates_on_timeout() {
let host = TestHost::new();