606c32950d
- Move `delegation` from the `transition` dir into its own dir: `beacon_chain/validator_shuffling` - Rename `beacon_chain/utils/shuffling` -> `vec_shuffle`
10 lines
261 B
TOML
10 lines
261 B
TOML
[package]
|
|
name = "validator_shuffling"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
|
|
[dependencies]
|
|
honey-badger-split = { path = "../utils/honey-badger-split" }
|
|
types = { path = "../types" }
|
|
vec_shuffle = { path = "../utils/vec_shuffle" }
|