lighthouse/validator_client/src/http_api
Paul Hauner c64e17bb81 Return readonly: false for local keystores (#3490)
## Issue Addressed

NA

## Proposed Changes

Indicate that local keystores are `readonly: Some(false)` rather than `None` via the `/eth/v1/keystores` method on the VC API.

I'll mark this as backwards-incompat so we remember to mention it in the release notes. There aren't any type-level incompatibilities here, just a change in how Lighthouse responds to responses.

## Additional Info

- Blocked on #3464
2022-08-24 23:35:00 +00:00
..
tests Return readonly: false for local keystores (#3490) 2022-08-24 23:35:00 +00:00
api_secret.rs Implement standard keystore API (#2736) 2022-01-30 23:22:04 +00:00
create_validator.rs Builder Specs v0.2.0 (#3134) 2022-07-30 00:22:37 +00:00
keystores.rs Return readonly: false for local keystores (#3490) 2022-08-24 23:35:00 +00:00
mod.rs Standard gas limit api (#3450) 2022-08-15 01:30:58 +00:00
remotekeys.rs Builder Specs v0.2.0 (#3134) 2022-07-30 00:22:37 +00:00
tests.rs Serve Bellatrix preset in BN API (#3425) 2022-08-10 07:52:59 +00:00