lighthouse/beacon_node
Luke Anderson 16ec330a79
Started aligning API spec with implementation.
- Adding some missing fields to structs
 - Rearranged the endpoints in the rest_api router, and renamed, using an 'implementation_pending' function
 - Added 'content-type' headers, to distinguish difference with /node/metrics
 - Updated OpenAPI spec to v0.2.0
    - Split /node/fork into /node/chain_id and /beacon/fork
    - Moved /metrics to /node/metrics
    - Added example to /node/metrics, since it's text/plain
    - Moved /node/network to just /network
    - Added lots of stubs for endpoints which exist in the router
    - Reordered large parts of the OpenAPI spec
    - Moved /chain/beacon/... to just /beacon/...
2019-08-28 02:05:19 +10:00
..
beacon_chain Bootstrap (#501) 2019-08-23 15:53:53 +10:00
client Bootstrap (#501) 2019-08-23 15:53:53 +10:00
eth2-libp2p Bootstrap (#501) 2019-08-23 15:53:53 +10:00
network Bootstrap (#501) 2019-08-23 15:53:53 +10:00
rest_api Started aligning API spec with implementation. 2019-08-28 02:05:19 +10:00
rpc Attestation processing (#497) 2019-08-14 10:55:24 +10:00
src Bootstrap (#501) 2019-08-23 15:53:53 +10:00
store Fix block processing blowup, upgrade metrics (#500) 2019-08-19 21:02:34 +10:00
version Apply clippy suggestions 2019-03-19 23:20:39 +11:00
Cargo.toml add logging functionality for aligning key value pairs after message (#461) 2019-07-31 09:06:53 +10:00