cosmos-sdk/x/staking/keeper
Alessio Treglia 2879c0702c
x/ibc: fix missing return statement (#6099)
* enable the wsl linter

Fix various wsl-related warnings.

x/ibc/04-channel/keeper/handshake.go: fix missing return statement in ChanOpenTry().

* goimports -w files

* remove unknown linter references

* run make format

* Revert "run make format"

This reverts commit f810b62b9e4993f08506663d4e5f2ec2228a9863.

* run make format
2020-04-29 22:36:34 -04:00
..
alias_functions.go Merge PR #4255: Supply Module 2019-06-28 16:11:27 -04:00
common_test.go x/ibc: fix missing return statement (#6099) 2020-04-29 22:36:34 -04:00
delegation.go Allow Unjail of Non-Bonded Jailed Validator (#6061) 2020-04-26 17:38:33 +00:00
delegation_test.go Allow Unjail of Non-Bonded Jailed Validator (#6061) 2020-04-26 17:38:33 +00:00
historical_info.go x/staking: skip HistoricalInfo in simulations (#5949) 2020-04-07 22:33:30 +00:00
historical_info_test.go x/staking: skip HistoricalInfo in simulations (#5949) 2020-04-07 22:33:30 +00:00
hooks.go Merge PR #4417: cleanup staking references from types pkg 2019-06-04 15:06:58 -07:00
invariants.go Merge PR #5572: ADR 004 Implementation 2020-01-30 16:31:16 -05:00
keeper.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
keeper_test.go run go mod tidy && make format (#5847) 2020-03-20 17:14:14 +00:00
params.go Merge PR #5649: Update x/params to follow module standards 2020-02-19 12:52:20 +01:00
pool.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
querier.go Merge PR #5572: ADR 004 Implementation 2020-01-30 16:31:16 -05:00
querier_test.go lint: various linting fixs (#5825) 2020-03-20 19:24:18 +00:00
query_utils.go Merge PR #5600: Migrate x/staking to Protobuf 2020-02-06 14:21:02 -05:00
slash.go refactor TestSlashRedelegation to use simapp 2020-02-24 18:41:01 +01:00
slash_test.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
test_common.go rename 2020-02-25 15:29:53 +01:00
val_state_change.go Favor marshal unmashal binare bare (#5799) 2020-03-13 19:58:43 +00:00
validator.go Favor marshal unmashal binare bare (#5799) 2020-03-13 19:58:43 +00:00
validator_test.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00