Update specs/test_formats/shuffling/README.md
Co-Authored-By: protolambda <proto@protolambda.com>
This commit is contained in:
parent
87bee73222
commit
956e7c5abc
|
@ -20,7 +20,7 @@ count: int
|
||||||
shuffled: List[int]
|
shuffled: List[int]
|
||||||
```
|
```
|
||||||
|
|
||||||
- The `bytes32` is encoded as strings, hexadecimal encoding, prefixed with `0x`.
|
- The `bytes32` is encoded a string, hexadecimal encoding, prefixed with `0x`.
|
||||||
- Integers are validator indices. These are `uint64`, but realistically they are not as big.
|
- Integers are validator indices. These are `uint64`, but realistically they are not as big.
|
||||||
|
|
||||||
The `count` specifies the validator registry size. One should compute the shuffling for indices `0, 1, 2, 3, ..., count (exclusive)`.
|
The `count` specifies the validator registry size. One should compute the shuffling for indices `0, 1, 2, 3, ..., count (exclusive)`.
|
||||||
|
|
Loading…
Reference in New Issue