cosmos-sdk/x/feegrant/types
MD Aleem a2911d0dc6
x/feegrant state machine audit updates (#9176)
* replace panic with error

* improve test coverage

* add time based tests to basic-fee

* add periodic fee tests

* wip

* add msg_server tests

* improve getFeeGrant

* fix failing test

* fix test

* fix comments

* refactor

* review changes

* review changes

* fix errors

* Update x/feegrant/types/basic_fee_test.go

Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>

* review changes

Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>
2021-04-28 15:39:58 +00:00
..
basic_fee.go feegrant filtered msgs (#8604) 2021-04-09 16:49:24 +00:00
basic_fee_test.go x/feegrant state machine audit updates (#9176) 2021-04-28 15:39:58 +00:00
codec.go feegrant filtered msgs (#8604) 2021-04-09 16:49:24 +00:00
errors.go feegrant filtered msgs (#8604) 2021-04-09 16:49:24 +00:00
events.go Add fee grant module (#8061) 2021-01-29 19:54:51 +00:00
expected_keepers.go Add fee grant module (#8061) 2021-01-29 19:54:51 +00:00
expiration.go Add fee grant module (#8061) 2021-01-29 19:54:51 +00:00
expiration_test.go x/feegrant audit: clean up / add test coverage to types package (#9193) 2021-04-28 14:18:38 +00:00
feegrant.pb.go feegrant filtered msgs (#8604) 2021-04-09 16:49:24 +00:00
fees.go feegrant filtered msgs (#8604) 2021-04-09 16:49:24 +00:00
filtered_fee.go x/feegrant audit: clean up / add test coverage to types package (#9193) 2021-04-28 14:18:38 +00:00
genesis.go feegrant filtered msgs (#8604) 2021-04-09 16:49:24 +00:00
genesis.pb.go Add fee grant module (#8061) 2021-01-29 19:54:51 +00:00
grant.go feegrant filtered msgs (#8604) 2021-04-09 16:49:24 +00:00
grant_test.go x/feegrant audit: clean up / add test coverage to types package (#9193) 2021-04-28 14:18:38 +00:00
key.go Refactor store keys for variable-length addresses (#8363) 2021-02-01 13:17:44 +00:00
msgs.go x/feegrant audit: clean up / add test coverage to types package (#9193) 2021-04-28 14:18:38 +00:00
msgs_test.go x/feegrant audit: clean up / add test coverage to types package (#9193) 2021-04-28 14:18:38 +00:00
periodic_fee.go feegrant filtered msgs (#8604) 2021-04-09 16:49:24 +00:00
periodic_fee_test.go x/feegrant state machine audit updates (#9176) 2021-04-28 15:39:58 +00:00
query.pb.go Add fee grant module (#8061) 2021-01-29 19:54:51 +00:00
query.pb.gw.go gRPC gateway issue with colons in the account url path (#8649) 2021-02-22 11:30:45 +00:00
tx.pb.go Add fee grant module (#8061) 2021-01-29 19:54:51 +00:00