Implement app/eth2wrap module, it should be done after implementing/merging app/log, eth2util/eth2exp, app/featureset, app/forkjoin, app/promauto, app/version.
It's better to put eth2wrap as a separate crate in the workspace to avoid making "super-crate", in Go it uses as a separate module so it will be more aligned with the original implementation.
Implement
app/eth2wrapmodule, it should be done after implementing/mergingapp/log,eth2util/eth2exp,app/featureset,app/forkjoin,app/promauto,app/version.It's better to put eth2wrap as a separate crate in the workspace to avoid making "super-crate", in Go it uses as a separate module so it will be more aligned with the original implementation.