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 SSZ #1206

Closed mkalinin closed 5 years ago

mkalinin commented 5 years ago

Abstract

Implement SSZ serialization algorithm.

Requirements

The source of requirements should be SSZ spec.

To Do