cosmos-sdk/x/gov
Aleksandr Bezobchuk 5291a8ff31
Refactor Logging using Zerolog (#8072)
* init commit

* server: use flags

* server: godoc++

* updates

* baseapp: update logging

* logging updates

* x/bank: update logging

* logging updates

* lint++

* logging updates

* logging updates

* logging updates

* logging updates

* cl++
2020-12-03 23:17:21 +00:00
..
client cli: convert coins to smallest unit registered (#7777) 2020-11-16 11:34:54 +00:00
keeper Refactor Logging using Zerolog (#8072) 2020-12-03 23:17:21 +00:00
legacy CLI `migrate` command for x/{upgrade,params} proposals (#7875) 2020-11-24 23:32:32 +00:00
simulation simapp: rename MakeEncodingConfig to MakeTestEncodingConfig (#7681) 2020-10-27 11:33:48 +00:00
spec
types RegisterInterfaces registers service Msg type_urls (#7671) 2020-10-28 19:20:45 +00:00
abci.go Refactor Logging using Zerolog (#8072) 2020-12-03 23:17:21 +00:00
abci_test.go Refactor x/staking Validation and Delegation tests based on MsgCreateValidator.Pubkey type change. (#7526) 2020-10-19 13:04:55 +00:00
common_test.go Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
genesis.go
genesis_test.go Update x/banking and x/crisis InitChain re slow Gaia startup (#7764) 2020-11-02 19:10:14 +00:00
handler.go Refactor x/{gov, crisis} according to ADR 031 (#7533) 2020-10-16 13:04:02 +00:00
handler_test.go
module.go Rename RegisterGRPCRoutes (#7696) 2020-10-28 11:39:49 +00:00
module_test.go