laconicd/x/onboarding
Isha Venikar f23f691646 Add lint config and fix lint errors (#7)
* Add config file for linter

* Fix lint errors

* Fix gofumpt errors

* Fix pre-allocate slices lint error

* Remove unused lint rule

* Disable style check ID error

* Add gomodguard section in yml file

* Remove trailing white spaces

* Remove unnecessary comments

---------

Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-07-16 09:25:39 +05:30
..
keeper Add lint config and fix lint errors (#7) 2024-07-16 09:25:39 +05:30
module Add flag to enable/disable onboarding of validators (#6) 2024-07-16 09:25:39 +05:30
codec.go Implement onboarding module for testnet validator enrollment (#3) 2024-07-16 09:25:39 +05:30
events.go Implement onboarding module for testnet validator enrollment (#3) 2024-07-16 09:25:39 +05:30
genesis.go Implement onboarding module for testnet validator enrollment (#3) 2024-07-16 09:25:39 +05:30
genesis.pb.go Implement onboarding module for testnet validator enrollment (#3) 2024-07-16 09:25:39 +05:30
keys.go Implement onboarding module for testnet validator enrollment (#3) 2024-07-16 09:25:39 +05:30
msgs.go Add lint config and fix lint errors (#7) 2024-07-16 09:25:39 +05:30
onboarding.pb.go Add flag to enable/disable onboarding of validators (#6) 2024-07-16 09:25:39 +05:30
params.go Create skeleton for onboarding module (#2) 2024-07-16 09:25:39 +05:30
query.pb.go Add flag to enable/disable onboarding of validators (#6) 2024-07-16 09:25:39 +05:30
query.pb.gw.go Add flag to enable/disable onboarding of validators (#6) 2024-07-16 09:25:39 +05:30
tx.pb.go Add flag to enable/disable onboarding of validators (#6) 2024-07-16 09:25:39 +05:30
tx.pb.gw.go Implement onboarding module for testnet validator enrollment (#3) 2024-07-16 09:25:39 +05:30