ethereum / ethereumj

DEPRECATED! Java implementation of the Ethereum yellowpaper. For JSON-RPC and other client features check Ethereum Harmony
GNU Lesser General Public License v3.0
2.18k stars 1.1k forks source link

Add validators shuffling test cases from other implementations #1202

Closed mkalinin closed 5 years ago

mkalinin commented 5 years ago

To Do

Test vectors could be found in this issue https://github.com/ethereum/beacon_chain/issues/131.

Rationale

Before common beacon chain test cases are created assure that our shuffling implementation is compatible with PoC and the others.