ethereum / trin

An Ethereum portal client: a json-rpc server with nearly instant sync, and low CPU & storage usage
347 stars 105 forks source link

chore: update git submodules and make tests pass #1303

Closed morph-dev closed 1 month ago

morph-dev commented 1 month ago

What was wrong?

The portal-spec-tests submodule was updated.

How was it fixed?

Updated the submodules and make sure that tests pass.

The state validator doesn't verify block's state root at the moment but it should. Once that is implemented, tests should be updated and use data in updated files.

To-Do