lighthouse/beacon_node
realbigsean ae0f025375 Beacon state validator id filter (#1803)
## Issue Addressed

Michael's comment here: https://github.com/sigp/lighthouse/issues/1434#issuecomment-708834079
Resolves #1808

## Proposed Changes

- Add query param `id` and `status` to the `validators` endpoint
- Add string serialization and deserialization for `ValidatorStatus`
- Drop `Epoch` from `ValidatorStatus` variants

## Additional Info

Please provide any additional information. For example, future considerations
or information useful for reviewers.
2020-10-29 05:13:04 +00:00
..
beacon_chain Implement database temp states to reduce memory usage (#1798) 2020-10-23 01:27:51 +00:00
client Update to spec v1.0.0-rc.0 and BLSv4 (#1765) 2020-10-28 22:19:38 +00:00
eth1 Ensure eth1 deposit/chain IDs are used from YamlConfig (#1829) 2020-10-26 03:34:14 +00:00
eth2_libp2p fix unbanning of peers (#1838) 2020-10-29 01:25:02 +00:00
genesis Update external deps (#1711) 2020-10-05 08:22:19 +00:00
http_api Beacon state validator id filter (#1803) 2020-10-29 05:13:04 +00:00
http_metrics Support pre-flight CORS check (#1772) 2020-10-22 04:47:27 +00:00
network More sync edge cases + prettify range (#1834) 2020-10-29 02:29:24 +00:00
operation_pool Refine op pool pruning (#1805) 2020-10-22 04:47:29 +00:00
src Update to spec v1.0.0-rc.0 and BLSv4 (#1765) 2020-10-28 22:19:38 +00:00
store Implement database temp states to reduce memory usage (#1798) 2020-10-23 01:27:51 +00:00
tests Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00
timer Upgrade discovery and restructure task execution (#1693) 2020-10-05 18:45:54 +11:00
websocket_server Update external deps (#1711) 2020-10-05 08:22:19 +00:00
Cargo.toml Update to spec v1.0.0-rc.0 and BLSv4 (#1765) 2020-10-28 22:19:38 +00:00