serai/tests/coordinator
Luke Parker 9bf8c92325
Correct the coordinator tests
They assumed processor 0 had keys `i = 1`. Under the new validator-set code,
the first key is the one with the highest amount, In case of tie, the key (or
as of the last commit, a Blake hash) decides order.

This commit kludges in a mapping from processor index to assigned key index, no
longer assuming its value.
2023-10-10 17:12:47 -04:00
..
src Correct the coordinator tests 2023-10-10 17:12:47 -04:00
Cargo.toml Correct the coordinator tests 2023-09-29 04:35:02 -04:00
LICENSE Add initial coordinator e2e tests 2023-08-01 19:00:48 -04:00