cosmos-sdk/baseapp
Emmanuel T Odeke 7a8404051c
fix: replace reflect.Typeof.Name with fmt.Sprintf("%T") (#10392)
Per https://golang.org/pkg/fmt#hdr-Printing, Go's fmt "%T" specifier
prints out the underlying type hence we don't need to invoke
reflect.Typeof(key).Name() just to get it. This change was discovered
while examining Informal Systems' static analyzers that want to flag
certain packages.

Fixes #10391
2021-10-18 08:37:55 +00:00
..
abci_test.go refactor: migrate ante hanlders to middlewares (#10028) 2021-10-01 14:30:22 +00:00
abci.go refactor!: BaseApp {Check,Deliver}Tx with middleware design (#9920) 2021-08-25 14:40:33 +00:00
baseapp_test.go refactor: move from io/ioutil to io and os package (#10341) 2021-10-13 07:38:22 +00:00
baseapp.go fix: replace reflect.Typeof.Name with fmt.Sprintf("%T") (#10392) 2021-10-18 08:37:55 +00:00
custom_txhandler_test.go refactor: migrate ante hanlders to middlewares (#10028) 2021-10-01 14:30:22 +00:00
grpcrouter_helpers.go Throw an error on duplicate registration (#7729) 2020-10-29 15:32:47 +00:00
grpcrouter_test.go test: baseapp: add concurrent test for querying GRPCRouter (#10371) 2021-10-16 08:21:12 +00:00
grpcrouter.go fix!: remove grpc query routing through tendermint (#10045) 2021-09-30 08:17:33 +00:00
grpcserver.go fix!: remove grpc query routing through tendermint (#10045) 2021-09-30 08:17:33 +00:00
options.go refactor!: BaseApp {Check,Deliver}Tx with middleware design (#9920) 2021-08-25 14:40:33 +00:00
params_test.go update error message and add tests (#8166) 2020-12-14 15:56:10 +01:00
params.go update error message and add tests (#8166) 2020-12-14 15:56:10 +01:00
queryrouter_test.go refactor: migrate ante hanlders to middlewares (#10028) 2021-10-01 14:30:22 +00:00
queryrouter.go x/ibc: alter id requirements (#6227) 2020-05-15 17:24:31 +00:00
state.go Merge PR #4748: Write-Through Inter-Block Cache 2019-09-04 13:33:32 -04:00
test_helpers.go refactor!: BaseApp {Check,Deliver}Tx with middleware design (#9920) 2021-08-25 14:40:33 +00:00
util_test.go refactor: migrate ante hanlders to middlewares (#10028) 2021-10-01 14:30:22 +00:00