Closed ralexstokes closed 1 year ago
a big one is the U256
implementation
another one could be the Node
type in the merkle code
and possibly using the bytes primitives here
Interested
@PatStiles you could start by removing the U256
defined currently and just supporting ruint
's U256 type, implementing the various SSZ traits for it in this repo
mostly handled in #113
https://github.com/alloy-rs/core/tree/main/crates/primitives
this is a bigger task but should pay dividends in the long run to unify foundations across the communities