lighthouse/common/warp_utils/src
ethDreamer d5e2d98970 Implement feerecipient API for keymanager (#3213)
## Issue Addressed

* #3173 

## Proposed Changes

Moved all `fee_recipient_file` related logic inside the `ValidatorStore` as it makes more sense to have this all together there. I tested this with the validators I have on `mainnet-shadow-fork-5` and everything appeared to work well. Only technicality is that I can't get the method to return `401` when the authorization header is not specified (it returns `400` instead). Fixing this is probably quite difficult given that none of `warp`'s rejections have code `401`.. I don't really think this matters too much though as long as it fails.
2022-07-06 03:51:08 +00:00
..
cors.rs Support IPv6 in BN and VC HTTP APIs (#3104) 2022-03-24 00:04:49 +00:00
lib.rs Support duplicate keys in HTTP API query strings (#2908) 2022-01-20 09:14:19 +00:00
metrics.rs Monitoring service api (#2251) 2021-05-26 05:58:41 +00:00
query.rs Support duplicate keys in HTTP API query strings (#2908) 2022-01-20 09:14:19 +00:00
reject.rs Implement feerecipient API for keymanager (#3213) 2022-07-06 03:51:08 +00:00
task.rs Upgrade to tokio 0.3 (#1839) 2020-11-28 05:30:57 +00:00