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

Implement minimal block proposer for beacon chain #1168

Closed mkalinin closed 6 years ago

mkalinin commented 6 years ago

This is not yet ready for merge, only for review.

ToDo:

Resolves https://github.com/ethereum/ethereumj/issues/1141

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.06%) to 56.029% when pulling d41b5660d4fd83bd9aee0c44a3eead8def4f9a99 on sharding/block-proposing into 3dcd158d92dfad5492b4176aa288f757a069ce75 on research/sharding.

mkalinin commented 6 years ago

Test was added https://github.com/ethereum/ethereumj/pull/1168/commits/98ef93497e041eb788a36af5c4c15d2e8dfcf231. Ready for merge now. @zilm13, please, take a look