Improve attester errors, move info -> helpers

- Ensured one can distingush between a committee error and an invalid
validator index when using `validator_attesation_slot_and_shard`.
- Renamed the `info.rs` file to `getters.rs`, for clarity.
This commit is contained in:
Paul Hauner
2019-02-01 17:50:19 +11:00
parent a71e1031ce
commit 865919e398
6 changed files with 116 additions and 88 deletions

View File

@@ -9,7 +9,7 @@ mod canonical_head;
mod checkpoint;
pub mod dump;
mod finalized_head;
mod info;
mod getters;
mod lmd_ghost;
mod state;