ethereum/ethereumj

Implement SSZ

mkalinin opened this issue · 0 comments

Abstract

Implement SSZ serialization algorithm.

Requirements

The source of requirements should be SSZ spec.

To Do

  • Implement SSZ according to requirements
  • Add tests from other implementations
  • Replace RLP with SSZ all over the sharding codebase