lighthouse/eth2/types/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_state Clippy clean (#536) 2019-09-30 13:58:45 +10:00
test_utils Clippy clean (#536) 2019-09-30 13:58:45 +10:00
utils Clippy clean (#536) 2019-09-30 13:58:45 +10:00
attestation_data_and_custody_bit.rs Run rustfmt 2019-09-30 11:30:47 +10:00
attestation_data.rs BLS and SSZ static tests 2019-08-28 18:46:16 +10:00
attestation_duty.rs Add committee len to AttesterDuties 2019-03-30 17:16:04 +11:00
attestation.rs Run rustfmt 2019-09-30 11:30:47 +10:00
attester_slashing.rs Run rustfmt 2019-09-30 11:30:47 +10:00
beacon_block_body.rs Bootstrap (#501) 2019-08-23 15:53:53 +10:00
beacon_block_header.rs Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
beacon_block.rs Attestation processing (#497) 2019-08-14 10:55:24 +10:00
beacon_state.rs Merge remote-tracking branch 'origin/master' into v0.8.3 2019-09-05 12:27:58 +10:00
chain_spec.rs Change seconds_per_slot to milliseconds_per_slot 2019-08-29 14:32:21 +10:00
checkpoint.rs Run rustfmt 2019-09-30 11:30:47 +10:00
compact_committee.rs Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
crosslink_committee.rs Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
crosslink.rs Run rustfmt 2019-09-30 11:30:47 +10:00
deposit_data.rs Run rustfmt 2019-09-30 11:30:47 +10:00
deposit.rs Run rustfmt 2019-09-30 11:30:47 +10:00
eth1_data.rs Run rustfmt 2019-09-30 11:30:47 +10:00
fork.rs Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
free_attestation.rs Revert "Merge pull request #200 from sigp/new-structure" 2019-02-14 12:09:18 +11:00
historical_batch.rs Run rustfmt 2019-09-30 11:30:47 +10:00
indexed_attestation.rs Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
lib.rs Add ssz_fixed_len method to ssz::Encode 2019-09-08 12:23:37 -04:00
pending_attestation.rs Run rustfmt 2019-09-30 11:30:47 +10:00
proposer_slashing.rs Run rustfmt 2019-09-30 11:30:47 +10:00
relative_epoch.rs Update to frozen spec ❄️ (v0.8.1) (#444) 2019-07-30 12:44:51 +10:00
slot_epoch_macros.rs Add ssz_fixed_len method to ssz::Encode 2019-09-08 12:23:37 -04:00
slot_epoch.rs Remove JSON epoch test 2019-09-02 16:29:05 +10:00
slot_height.rs Rename SSZ traits (Encodable -> Encode) 2019-05-13 15:12:19 +10:00
transfer.rs Run rustfmt 2019-09-30 11:30:47 +10:00
utils.rs Interop chain start strategies (#479) 2019-08-06 13:29:27 +10:00
validator.rs Run rustfmt 2019-09-30 11:30:47 +10:00
voluntary_exit.rs Run rustfmt 2019-09-30 11:30:47 +10:00