cosmos-sdk/x/gov/client/cli
Alessio Treglia b647824716
Refactor x/auth/client/utils/ (#5555)
Packages named utils, common, or misc provide clients with no
sense of what the package contains. This makes it harder for
clients to use the package and makes it harder for maintainers
to keep the package focused. Over time, they accumulate dependencies
that can make compilation significantly and unnecessarily slower,
especially in large programs. And since such package names are
generic, they are more likely to collide with other packages
imported by client code, forcing clients to invent names to
distinguish them.

 cit. https://blog.golang.org/package-names
2020-01-24 16:40:56 +00:00
..
parse.go Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00
parse_test.go Merge PR #4206: Param Change Proposal 2019-04-30 12:31:38 -04:00
query.go Merge PR #5527: Bump Tendermint Version to v0.33.0 2020-01-16 13:46:51 -08:00
tx.go Refactor x/auth/client/utils/ (#5555) 2020-01-24 16:40:56 +00:00