lighthouse/beacon_node/http_api/tests
Mac L d316305411 Add is_optimistic to eth/v1/node/syncing response (#3374)
## Issue Addressed

As specified in the [Beacon Chain API specs](https://github.com/ethereum/beacon-APIs/blob/master/apis/node/syncing.yaml#L32-L35) we should return `is_optimistic` as part of the response to a query for the `eth/v1/node/syncing` endpoint.

## Proposed Changes

Compute the optimistic status of the head and add it to the `SyncingData` response.
2022-07-26 08:50:16 +00:00
..
common.rs Support IPv6 in BN and VC HTTP APIs (#3104) 2022-03-24 00:04:49 +00:00
fork_tests.rs Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
interactive_tests.rs Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
main.rs Fix chain_id value in config/deposit_contract RPC method (#2659) 2021-10-01 06:32:38 +00:00
tests.rs Add is_optimistic to eth/v1/node/syncing response (#3374) 2022-07-26 08:50:16 +00:00