Skip to content

Commit

Permalink
Remove get_new_shuffling
Browse files Browse the repository at this point in the history
I am not sure it is designed correctly
  • Loading branch information
paulhauner committed Aug 30, 2018
1 parent 2277273 commit b4ca8cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 229 deletions.
5 changes: 0 additions & 5 deletions lighthouse/state/transition/mod.rs
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
use super::super::utils::types::Hash256;
use super::chain_config::ChainConfig;
use super::shard_and_committee::ShardAndCommittee;
use super::validator_record::ValidatorRecord;

mod attestation_parent_hashes;
mod shuffling;
mod validator_allocation;

pub use self::attestation_parent_hashes::attestation_parent_hashes;
pub use self::validator_allocation::get_new_shuffling;
pub use self::shuffling::shuffle;

#[derive(Debug)]
Expand Down
224 changes: 0 additions & 224 deletions lighthouse/state/transition/validator_allocation.rs

This file was deleted.

0 comments on commit b4ca8cb

Please sign in to comment.