Etan Kissling
6cfcd873fd
avoid rejecting empty era file in verification
...
`batchVerify`'s precondition is a non-empty signature list:
```nim
if input.len == 0:
# Spec precondition
return false
```
This means that in eras without any blocks (as has happened on Goerli),
calling it leads to era files being reported as invalid.
2024-04-02 17:49:46 +02:00
..
2024-04-02 17:49:46 +02:00
2024-03-29 13:37:27 +01:00
2024-03-19 14:22:07 +01:00
2024-03-27 04:34:56 +01:00
2024-03-14 07:26:36 +01:00
2024-03-27 15:53:02 +00:00
2024-03-28 03:34:06 +00:00
2024-04-02 12:18:40 +00:00
2024-03-25 19:09:31 +01:00
2024-03-22 02:37:44 +00:00
2024-03-26 23:05:49 +00:00
2024-03-19 14:22:07 +01:00
2024-01-06 15:26:56 +01:00
2024-03-07 18:42:52 +01:00
2024-02-19 11:00:11 +01:00
2024-02-25 19:42:44 +00:00
2024-01-06 15:26:56 +01:00
2024-03-25 19:09:31 +01:00
2024-03-07 23:38:24 +00:00
2024-01-13 12:53:53 +02:00
2024-01-06 15:26:56 +01:00
2024-03-23 10:17:29 +01:00
2024-01-06 15:26:56 +01:00
2024-03-03 02:04:45 +01:00
2024-04-02 17:49:46 +02:00
2024-01-06 15:26:56 +01:00
2024-01-06 15:26:56 +01:00
2023-09-22 11:06:27 +00:00
2024-01-06 15:26:56 +01:00
2024-01-22 17:34:54 +01:00
2024-01-05 10:08:38 +01:00
2024-03-25 19:09:31 +01:00
2024-01-13 12:53:53 +02:00
2024-01-22 17:34:54 +01:00
2024-03-11 22:09:31 +00:00
2024-03-14 03:44:00 +00:00
2024-01-06 15:26:56 +01:00
2024-02-21 20:06:19 +01:00
2024-01-06 15:26:56 +01:00
2024-03-14 07:26:36 +01:00
2024-03-28 05:23:23 +00:00
2024-02-18 01:16:49 +00:00
2024-02-18 01:16:49 +00:00