cosmos-sdk/x/feegrant/types
MD Aleem 1e1c812de2
x/feegrant remove height base expiration (#9206)
* remove height from proto files

* remove PrepareForExport

* fix basic fee

* fix periodic fee

* fix errors

* fix error

* fix errors

* add tests

* review changes

* fix errors

* fix tests

* fix lint error

* Update x/feegrant/types/basic_fee.go

Co-authored-by: technicallyty <48813565+technicallyty@users.noreply.github.com>

* fix errors

* fix keeper tests

* Update x/feegrant/keeper/keeper_test.go

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

* review changes

* review changes

* fix tests

* run make proto-gen

* fix errors

* Update x/feegrant/keeper/keeper_test.go

Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>

* Update x/feegrant/keeper/keeper_test.go

* update ADR

* add test

* review changes

* review changes

Co-authored-by: technicallyty <48813565+technicallyty@users.noreply.github.com>
Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-05-05 16:29:22 +00:00
..
basic_fee.go x/feegrant remove height base expiration (#9206) 2021-05-05 16:29:22 +00:00
basic_fee_test.go x/feegrant remove height base expiration (#9206) 2021-05-05 16:29:22 +00:00
codec.go x/feegrant API Audit changes (#9194) 2021-05-03 12:34:48 +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 x/feegrant remove height base expiration (#9206) 2021-05-05 16:29:22 +00:00
feegrant.pb.go x/feegrant remove height base expiration (#9206) 2021-05-05 16:29:22 +00:00
fees.go x/feegrant remove height base expiration (#9206) 2021-05-05 16:29:22 +00:00
filtered_fee.go x/feegrant remove height base expiration (#9206) 2021-05-05 16:29:22 +00:00
genesis.go x/feegrant API Audit changes (#9194) 2021-05-03 12:34:48 +00:00
genesis.pb.go x/feegrant API Audit changes (#9194) 2021-05-03 12:34:48 +00:00
grant.go x/feegrant remove height base expiration (#9206) 2021-05-05 16:29:22 +00:00
grant_test.go x/feegrant remove height base expiration (#9206) 2021-05-05 16:29:22 +00:00
key.go Refactor store keys for variable-length addresses (#8363) 2021-02-01 13:17:44 +00:00
msgs.go x/feegrant API Audit changes (#9194) 2021-05-03 12:34:48 +00:00
msgs_test.go x/feegrant remove height base expiration (#9206) 2021-05-05 16:29:22 +00:00
periodic_fee.go x/feegrant remove height base expiration (#9206) 2021-05-05 16:29:22 +00:00
periodic_fee_test.go x/feegrant remove height base expiration (#9206) 2021-05-05 16:29:22 +00:00
query.pb.go x/feegrant API Audit changes (#9194) 2021-05-03 12:34:48 +00:00
query.pb.gw.go x/feegrant API Audit changes (#9194) 2021-05-03 12:34:48 +00:00
tx.pb.go x/feegrant API Audit changes (#9194) 2021-05-03 12:34:48 +00:00