cosmos-sdk/x/slashing
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
..
client Refactor x/auth/client/utils/ (#5555) 2020-01-24 16:40:56 +00:00
internal Merge PR #5421: Refactor Error Handling 2019-12-27 12:57:54 -05:00
simulation Merge PR #5527: Bump Tendermint Version to v0.33.0 2020-01-16 13:46:51 -08:00
spec Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
abci.go Merge PR #5299: Migrate Equivocation Handling to x/evidence 2019-12-02 20:58:14 -05:00
abci_test.go Merge PR #5421: Refactor Error Handling 2019-12-27 12:57:54 -05:00
alias.go Merge PR #5421: Refactor Error Handling 2019-12-27 12:57:54 -05:00
app_test.go Merge PR #5421: Refactor Error Handling 2019-12-27 12:57:54 -05:00
genesis.go Merge PR #4717: update x/slashing to match module spec 2019-07-19 15:43:38 +02:00
handler.go Merge PR #5421: Refactor Error Handling 2019-12-27 12:57:54 -05:00
handler_test.go Merge PR #5421: Refactor Error Handling 2019-12-27 12:57:54 -05:00
module.go Merge PR #5499: Cleanup genesis state validation + Genutil 2020-01-09 15:14:23 -05:00