shentu icon indicating copy to clipboard operation
shentu copied to clipboard

Prune unnecessary custom modules

Open yoongbok-lee opened this issue 3 years ago • 0 comments

Summary

Prune any modules that we can directly refer back to the vanilla modules without any feature / optimization loss.

Problem Definition

Many modules could be cleaned out of the codebase since some of them are only included because we needed some modification in the genesis etc. This can be done through directly modifying the generated genesis, so we can just use the vanilla modules in those cases.

Proposal

A clear and concise description of the solution you'd like (what you want to happen).

Alternatives

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.


For Admin Use

  • [ ] Not duplicate issue
  • [ ] Appropriate labels applied
  • [ ] Appropriate contributors tagged

yoongbok-lee avatar Nov 29 '22 10:11 yoongbok-lee