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

Beacon chain block processing #1156

Closed mkalinin closed 6 years ago

mkalinin commented 6 years ago

These changes are not ready for merge. PR is created in purpose of getting a feedback on general design of Beacon chain block processing part.

ToDo:

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

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.3%) to 55.981% when pulling 56a373993640a24d62a2b450ccdde25d660626f9 on sharding/block-processing into ad9ab1cfef869d48a3c37060aabb7284afe98027 on research/sharding.

mkalinin commented 6 years ago

PR is ready for merge now. Tests and docs have been added.