You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
What is wrong?
Spec issue: ethereum/consensus-specs#563
Spec PRs:
get_shuffling
: Fix out-of-bounds inget_shuffling
consensus-specs#641How can it be fixed
SHUFFLE_ROUND_COUNT = 90
eth2.beacon._utils.random.py
get_permuted_index
: https://github.com/ethereum/eth2.0-specs/blob/dev/specs/core/0_beacon-chain.md#get_permuted_indexp.s. the benefit of #271 refactoring will reduce the cost of adding
SHUFFLE_ROUND_COUNT
to EVERYWHERE.The text was updated successfully, but these errors were encountered: