Jacek Sieka d859bc12f0
write uncompressed validator keys to database (#2639)
* write uncompressed validator keys to database

Loading 150k+ validator keys on startup in compressed format takes a lot
of time - better store them in uncompressed format which makes behaviour
just after startup faster / more predictable.

* refactor cached validator key access
* fix isomorphic cast to work with non-var instances
* remove cooked pubkey cache - directly use database cache in chaindag
as well (one less cache to keep in sync)
* bump blscurve, introduce loadValid for known-to-be-valid keys
2021-06-10 10:37:02 +03:00
..
2021-05-21 13:09:35 +00:00
2021-02-02 19:02:52 +01:00
2021-05-20 13:50:40 +03:00
2021-06-04 12:36:03 +02:00
2021-04-18 10:22:59 +02:00
2020-10-06 15:46:22 +03:00
2019-10-07 23:56:34 +09:00
2021-01-07 13:12:37 +01:00
2021-02-04 10:25:44 +02:00
2021-02-02 19:02:52 +01:00
2021-04-18 12:30:25 +02:00
2021-01-07 13:12:37 +01:00
2021-03-22 20:53:27 +01:00
2020-03-18 17:20:34 +01:00
2021-05-17 18:37:26 +02:00
2020-10-03 11:21:45 +02:00
2021-02-25 14:20:26 +02:00