Split regen-ledger into multiple go modules #319
Labels
Scope: types
Issues that update the types module
Scope: x/data
Issues that update the x/data module
Scope: x/ecocredit
Issues that update the x/ecocredit module
Scope: x/group
Issues that update the x/group module
Type: Build
Type: Refactor
A code change that neither fixes a bug nor adds a feature
As a follow-up to cosmos/cosmos-sdk#9011, we agreed that we would do a trial run of multiple go modules in regen-ledger and report back to the broader SDK team.
This basically entails:
app/
a standalone go modulex/
module a standalone go moduletypes/
and maybeorm
standalone go modules. I believe this will involve movingtestutil
->types/testutil
The text was updated successfully, but these errors were encountered: