mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-14 20:54:27 +00:00
43132a3082
* Update README.md * Update README.md * Update p2p-interface.md * Update simple-serialize.md * Update README.md * Update initialization.md * Update README.md * Update 0_beacon-chain-validator.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md
11 lines
378 B
Markdown
11 lines
378 B
Markdown
# Shuffling Tests
|
|
|
|
Tests for the swap-or-not shuffling in Eth2.
|
|
|
|
Tips for initial shuffling write:
|
|
- run with `round_count = 1` first, do the same with pyspec.
|
|
- start with permute index
|
|
- optimized shuffling implementations:
|
|
- vitalik, Python: https://github.com/ethereum/eth2.0-specs/pull/576#issue-250741806
|
|
- protolambda, Go: https://github.com/protolambda/eth2-shuffle
|