mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-23 15:25:49 +00:00
Multi-Block Election part 0: preparation and some cleanup. (#9442)
* Partially applied * Everything builds, need to implement compact encoding as well. * Fix some tests, add a ui test as well. * Fix everything and everything. * small nits * a bunch more rename * more reorg * more reorg * last nit of self-review * Seemingly fixed the build now * Fix build * make it work again * Update primitives/npos-elections/solution-type/src/lib.rs Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com> * Update primitives/npos-elections/solution-type/src/lib.rs Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com> * nits * factor out double type * fix try-build Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com>
This commit is contained in:
@@ -156,7 +156,7 @@ members = [
|
||||
"primitives/keystore",
|
||||
"primitives/maybe-compressed-blob",
|
||||
"primitives/npos-elections",
|
||||
"primitives/npos-elections/compact",
|
||||
"primitives/npos-elections/solution-type",
|
||||
"primitives/npos-elections/fuzzer",
|
||||
"primitives/offchain",
|
||||
"primitives/panic-handler",
|
||||
|
||||
Reference in New Issue
Block a user