Daniel Lubarov 8e220ac623 Fix for CTL challenges
See this line -

```rust
challenges: ctl_data.challenges.challenges[i % config.num_challenges],
```

This doesn't work if we have multiple lookers from the same table; then `zs_columns` will contain multiple contiguous entries for the same challenge.

We could fix the index calculation, but it seems a bit error-prone. Seems easier to store the specific challenge as part of `zs_columns`.
2022-08-23 23:30:52 -07:00
..
2022-08-14 21:33:35 -07:00
2022-08-13 13:24:58 -07:00
2022-05-18 10:32:14 -07:00
2022-08-19 17:53:12 -04:00
2022-08-23 23:30:52 -07:00
2022-07-11 10:44:48 -07:00
fmt
2022-07-24 18:06:03 -04:00
fmt
2022-07-24 18:06:03 -04:00
2022-08-23 23:30:52 -07:00
2022-07-28 14:46:56 -07:00
2022-06-27 12:24:09 -07:00
2022-06-27 15:07:52 -07:00
2022-06-27 15:07:52 -07:00
2022-06-27 15:07:52 -07:00
2022-06-27 12:24:09 -07:00