From 78744cd07af8a492094c5e4f6686c68bbb4cfb96 Mon Sep 17 00:00:00 2001 From: Herman Junge Date: Sat, 7 Nov 2020 03:06:17 +0000 Subject: [PATCH] Update remote signer README (#1870) Forgot to update the executable. Also fix to the roadmap. --- remote_signer/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/remote_signer/README.md b/remote_signer/README.md index 7b7426d8f..94a5f50fd 100644 --- a/remote_signer/README.md +++ b/remote_signer/README.md @@ -96,7 +96,7 @@ Content | `{"error": "Key not found: "}` ``` USAGE: - remote_signer [OPTIONS] + lighthouse remote_signer [OPTIONS] FLAGS: -h, --help Prints help information @@ -124,10 +124,7 @@ OPTIONS: - [ ] Support EIP-2335, BLS12-381 keystore - [ ] Support storage in AWS Cloud HSM - [ ] Route with the `warp` library -- [ ] Filter by the `message` field - - [ ] Middleware REST API - - [ ] Built-in middleware - - [ ] Flag to enforce the `message` field and compare it to the signing root +- [ ] Slashing protection pipeline - [ ] TLS/SSL support for requests - [ ] Authentication by HTTP Header support - [ ] Confidential computing support (e.g. Intel SGX)