lighthouse/beacon_node/rest_api/src
Adam Szkoda fc5e6cbbb0 Add ability to configure CORS header (#1345)
## Issue Addressed

https://github.com/sigp/lighthouse/issues/1177

## Proposed Changes

Add a command line option (`--http-allow-origin`) and a config item for configuring the `Access-Control-Allow-Origin` response header.  This should unblock making XMLHttpRequests.
2020-07-16 07:23:14 +00:00
..
advanced.rs v0.12 fork choice update (#1229) 2020-06-17 11:10:22 +10:00
beacon.rs Process exits and slashings off the network (#1253) 2020-06-18 21:06:34 +10:00
config.rs Add ability to configure CORS header (#1345) 2020-07-16 07:23:14 +00:00
consensus.rs Stable futures (#879) 2020-05-17 11:16:48 +00:00
error.rs Add ability to configure CORS header (#1345) 2020-07-16 07:23:14 +00:00
helpers.rs Make key value storage abstractions more accurate (#1267) 2020-06-16 11:34:04 +10:00
lib.rs Add ability to configure CORS header (#1345) 2020-07-16 07:23:14 +00:00
lighthouse.rs Adds peers and connected_peers to lighthouse http API (#1030) 2020-04-21 23:27:49 +10:00
macros.rs Stable futures (#879) 2020-05-17 11:16:48 +00:00
metrics.rs Discovery metrics (#1276) 2020-06-19 15:36:03 +10:00
network.rs Adds peers and connected_peers to lighthouse http API (#1030) 2020-04-21 23:27:49 +10:00
node.rs Add /node/health endpoint (#1197) 2020-05-28 11:24:24 +10:00
response_builder.rs Stable futures (#879) 2020-05-17 11:16:48 +00:00
router.rs Add ability to configure CORS header (#1345) 2020-07-16 07:23:14 +00:00
spec.rs Validator client refactor (#618) 2019-11-25 15:48:24 +11:00
url_query.rs Update VC and BN APIs for naive aggregation (#950) 2020-03-25 21:14:05 +11:00
validator.rs Fix race condition in VC block proposal service (#1282) 2020-07-07 14:03:21 +10:00