cosmos-sdk/x/auth
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
..
ante Merge PR #5439: Keybase: Multiple Signature Algorithms 2020-01-14 10:40:10 -05:00
client Refactor x/auth/client/utils/ (#5555) 2020-01-24 16:40:56 +00:00
exported Merge PR #5203: Add more linters 2019-10-17 09:47:35 -04:00
keeper Merge PR #5421: Refactor Error Handling 2019-12-27 12:57:54 -05:00
legacy Merge PR #5561: v0.38 Migration Fixes 2020-01-23 13:15:22 -05:00
simulation Merge PR #5527: Bump Tendermint Version to v0.33.0 2020-01-16 13:46:51 -08:00
spec Merge PR #5463: docs: add link to iavl documentation 2020-01-02 10:25:09 -05:00
types Refactor x/auth/client/utils/ (#5555) 2020-01-24 16:40:56 +00:00
vesting Merge PR #5495: Replace Redundant Bech32 PubKey Functions 2020-01-09 09:04:28 -05:00
alias.go Merge PR #5040: Separate vesting from auth, add custom vesting schedules 2019-10-10 11:53:30 -04:00
genesis.go Merge PR #5042: Auxiliary Functionality for Genesis Accounts 2019-09-13 18:26:29 -04:00
module.go Merge PR #5499: Cleanup genesis state validation + Genutil 2020-01-09 15:14:23 -05:00