cosmos-sdk/x/capability/types
Aditya 4b529a41cf
Capability Fixes (#7918)
* add cap and name checks

* Update x/capability/keeper/keeper.go

* address reviews

* fix missing trim

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-11-13 11:13:59 +00:00
..
capability.pb.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
errors.go Capability Fixes (#7918) 2020-11-13 11:13:59 +00:00
genesis.go Protobuf Audit: Genesis states (#6978) 2020-08-12 15:48:22 +00:00
genesis.pb.go Protobuf Audit: Genesis states (#6978) 2020-08-12 15:48:22 +00:00
genesis_test.go Protobuf Audit: Genesis states (#6978) 2020-08-12 15:48:22 +00:00
keys.go
keys_test.go
types.go Minor Code Cleanup - gRPC queries (#6862) 2020-07-28 12:53:35 +00:00
types_test.go