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

Refactor TrieValidatorSet #1186

Closed mkalinin closed 5 years ago

mkalinin commented 5 years ago

What's wrong

Currently there are two sources in TrieValidatorSet:

According to potential use cases this schema doesn't look optimal.

Proposal