ethereum / trin

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

fix: alloy-primitives workspace dependency should include ssz feature #1414

Closed morph-dev closed 4 weeks ago

morph-dev commented 4 weeks ago

What was wrong?

The ssz feature of alloy-primitives crate should be enabled for entire workspace (not just for the trin crate)

How was it fixed?

Updated workspace dependency.

To-Do