lighthouse/consensus
Akihito Nakano 4186d117af Replace OpenOptions::new with File::options to be readable (#3059)
## Issue Addressed

Closes #3049 

This PR updates widely but this replace is safe as `File::options()` is equivelent to `OpenOptions::new()`.
ref: https://doc.rust-lang.org/stable/src/std/fs.rs.html#378-380
2022-03-07 06:30:18 +00:00
..
cached_tree_hash Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
fork_choice Rename random to prev_randao (#3040) 2022-03-03 02:10:57 +00:00
int_to_bytes Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
merkle_proof Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
proto_array Rename random to prev_randao (#3040) 2022-03-03 02:10:57 +00:00
safe_arith Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
serde_utils Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
ssz Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
ssz_derive Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
ssz_types Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
state_processing Rename random to prev_randao (#3040) 2022-03-03 02:10:57 +00:00
swap_or_not_shuffle Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
tree_hash Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
tree_hash_derive Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
types Replace OpenOptions::new with File::options to be readable (#3059) 2022-03-07 06:30:18 +00:00