ralexstokes / ethereum-consensus

Apache License 2.0
137 stars 52 forks source link

Implement remaining parts of the spec #350

Open ralexstokes opened 5 months ago

ralexstokes commented 5 months ago

There are parts of the consensus-specs this repo currently does not support.

A notable chunk are the networking specs, but support is only in place on an as-needed basis.

There are a number of spec tests we currently ignore as the relevant specs are not implemented:

There are also sync spec tests, but I don't expect this repo to support that functionality anytime soon.

A PR to implement the spec and the corresponding spec tests for one of these categories would be amazing!