lighthouse/consensus/types/src
Michael Sproul 2870172e0d Deny warnings on CI (#1372)
## Issue Addressed

Prevent CI from succeeding when there are warnings. Code can still be built and tested with warnings locally, but CI may fail during a Rust update (which is fine IMO).

## Proposed Changes

* Deny warnings for all stable compiler jobs on CI (excludes `cargo udeps`, which runs under nightly)
* Fix the warnings currently on `master` related to unnecessary `mem::replace`
2020-07-21 05:51:33 +00:00
..
beacon_state Deny warnings on CI (#1372) 2020-07-21 05:51:33 +00:00
test_utils Merge remote-tracking branch 'origin/master' into spec-v0.12 2020-06-26 12:57:56 +10:00
utils Set Graffiti via CLI (#1320) 2020-07-14 08:05:02 +00:00
aggregate_and_proof.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
attestation_data.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
attestation_duty.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
attestation.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
attester_slashing.rs Merge remote-tracking branch 'origin/master' into spec-v0.12 2020-06-26 12:57:56 +10:00
beacon_block_body.rs Set Graffiti via CLI (#1320) 2020-07-14 08:05:02 +00:00
beacon_block_header.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
beacon_block.rs Set Graffiti via CLI (#1320) 2020-07-14 08:05:02 +00:00
beacon_committee.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
beacon_state.rs Fix race condition in VC block proposal service (#1282) 2020-07-07 14:03:21 +10:00
chain_spec.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
checkpoint.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
deposit_data.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
deposit_message.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
deposit.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
enr_fork_id.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
eth1_data.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
eth_spec.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
fork_data.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
fork.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
free_attestation.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
historical_batch.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
indexed_attestation.rs Merge remote-tracking branch 'origin/master' into spec-v0.12 2020-06-26 12:57:56 +10:00
lib.rs Set Graffiti via CLI (#1320) 2020-07-14 08:05:02 +00:00
pending_attestation.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
proposer_slashing.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
relative_epoch.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
selection_proof.rs Use hash instead of tree hash for is_aggregator (#1296) 2020-06-25 16:49:53 +10:00
signed_aggregate_and_proof.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
signed_beacon_block_header.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
signed_beacon_block.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
signed_voluntary_exit.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
signing_data.rs Consensus updates for v0.12 (#1228) 2020-06-03 14:56:54 +10:00
slot_epoch_macros.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
slot_epoch.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
sqlite.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
subnet_id.rs Use all attestation subnets (#1257) 2020-06-18 19:11:03 +10:00
tree_hash_impls.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
utils.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
validator.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
voluntary_exit.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00