Currently we split beacon-kit into multiple modules, each with their own go.mod and go.sum files. This makes upgrading dependencies a headache and error prone without much needed benefits.
We should move everything into one module which lives in the project root directory. This will simplify dependency management immensely and improve dev productivity while we are still making bigger code changes/refactorings (such as upgrading cosmossdk).
Currently we split beacon-kit into multiple modules, each with their own go.mod and go.sum files. This makes upgrading dependencies a headache and error prone without much needed benefits.
We should move everything into one module which lives in the project root directory. This will simplify dependency management immensely and improve dev productivity while we are still making bigger code changes/refactorings (such as upgrading cosmossdk).