lighthouse/beacon_node/rest_api/src
pscott 7eb82125ef Clippy clean (#536)
* Change into_iter to iter

* Fix clippy 'easy' warnings

* Clippy eth2/utils

* Add struct NetworkInfo

* Clippy for types, utils, and beacon_node/store/src/iters.rs

* Cargo fmt

* Change foo to my_foo

* Remove complex signature

* suppress clippy warning for unit_value in benches

* Use enumerate instead of iterating over range

* Allow trivially_copy_pass_by_ref in serde_utils
2019-09-30 13:58:45 +10:00
..
beacon.rs Renamed 'InvalidQueryParams' to 'BadRequest', since it is a more general error that is returned in a number of cases. 2019-09-13 20:52:12 +10:00
config.rs Make gRPC and HTTP on by default 2019-09-01 19:33:21 +10:00
error.rs Return HTTP 202 to indicate processing error. 2019-09-13 21:22:32 +10:00
helpers.rs Clippy clean (#536) 2019-09-30 13:58:45 +10:00
lib.rs Clippy clean (#536) 2019-09-30 13:58:45 +10:00
macros.rs Converted the Beacon API service to Futures 2019-09-11 01:43:49 +10:00
metrics.rs Restructured response builder to give YAML or JSON when SSZ is not available, not just JSON. 2019-09-13 20:42:56 +10:00
network.rs Restructured response builder to give YAML or JSON when SSZ is not available, not just JSON. 2019-09-13 20:42:56 +10:00
node.rs Restructured response builder to give YAML or JSON when SSZ is not available, not just JSON. 2019-09-13 20:42:56 +10:00
response_builder.rs Clippy clean (#536) 2019-09-30 13:58:45 +10:00
spec.rs Restructured response builder to give YAML or JSON when SSZ is not available, not just JSON. 2019-09-13 20:42:56 +10:00
url_query.rs Renamed 'InvalidQueryParams' to 'BadRequest', since it is a more general error that is returned in a number of cases. 2019-09-13 20:52:12 +10:00
validator.rs Clippy clean (#536) 2019-09-30 13:58:45 +10:00