Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split regen-ledger into multiple go modules #319

Closed
aaronc opened this issue Apr 7, 2021 · 0 comments · Fixed by #322
Closed

Split regen-ledger into multiple go modules #319

aaronc opened this issue Apr 7, 2021 · 0 comments · Fixed by #322
Assignees
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

Comments

@aaronc
Copy link
Member

aaronc commented Apr 7, 2021

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:

  1. make app/ a standalone go module
  2. make each x/ module a standalone go module
  3. make types/ and maybe orm standalone go modules. I believe this will involve moving testutil -> types/testutil
  4. try doing some isolated tagged releases of the separate go modules
@aaronc aaronc added backlog 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 labels Apr 7, 2021
@cyberbono3 cyberbono3 self-assigned this Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants