nimbus-eth2/beacon_chain/rpc
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
..
beacon_api.nim singe validator key cache 2021-06-01 20:43:44 +03:00
beacon_rest_api.nim singe validator key cache 2021-06-01 20:43:44 +03:00
config_api.nim singe validator key cache 2021-06-01 20:43:44 +03:00
config_rest_api.nim singe validator key cache 2021-06-01 20:43:44 +03:00
debug_api.nim singe validator key cache 2021-06-01 20:43:44 +03:00
debug_rest_api.nim singe validator key cache 2021-06-01 20:43:44 +03:00
eth2_json_rest_serialization.nim partially integrate eth1 merge changes (#2548) 2021-05-20 10:44:13 +00:00
eth2_json_rpc_serialization.nim json cleanups (#2456) 2021-03-26 15:11:06 +01:00
eth_merge_sigs.nim non-intrusive, novel portions of merge (#2535) 2021-05-04 11:54:19 +00:00
eth_merge_web3.nim partially integrate eth1 merge changes (#2548) 2021-05-20 10:44:13 +00:00
event_api.nim json cleanups (#2456) 2021-03-26 15:11:06 +01:00
event_rest_api.nim Address #2491. 2021-04-13 17:07:41 +03:00
nimbus_api.nim singe validator key cache 2021-06-01 20:43:44 +03:00
nimbus_rest_api.nim singe validator key cache 2021-06-01 20:43:44 +03:00
node_api.nim json cleanups (#2456) 2021-03-26 15:11:06 +01:00
node_rest_api.nim Convert all the tuples to objects because of de-serialization of tuples issue. 2021-05-21 09:47:13 +03:00
rest_utils.nim singe validator key cache 2021-06-01 20:43:44 +03:00
rpc_utils.nim singe validator key cache 2021-06-01 20:43:44 +03:00
validator_api.nim write uncompressed validator keys to database (#2639) 2021-06-10 10:37:02 +03:00
validator_rest_api.nim write uncompressed validator keys to database (#2639) 2021-06-10 10:37:02 +03:00