Remove all the legacy handlers #566
Labels
kind/enhancement
Enhance an already existing feature; no "New feature" to add
x/posts
Post module
x/profiles
Module that allows to create and manage decentralized social profiles
x/subspaces
Issue on the x/subspaces module
Feature description
After removing the legacy REST endpoints, the handlers could be removed as well, like what cosmos team is doing.
Implementation proposal
Remove all the
handler.go
andNewHandler()
, then setRoute()
returns empty sdk.Route or panic alerts in all the modules.The text was updated successfully, but these errors were encountered: