cosmos-sdk/x/feegrant
Facundo Medica a2000ffb0b
refactor: Use mocks for x/feegrant testing (#12472)
* add expected keepers mocks

* progress

* progress

* progress

* more progress

* progress

* remove debug prints

* undo simulation changes

* revert some more stuff

* Update x/feegrant/keeper/keeper.go

Co-authored-by: Marko <marbar3778@yahoo.com>

Co-authored-by: Marko <marbar3778@yahoo.com>
2022-07-13 10:25:26 -03:00
..
client chore: decouple x/feegrant and simapp (#12388) 2022-06-30 13:19:42 +02:00
keeper refactor: Use mocks for x/feegrant testing (#12472) 2022-07-13 10:25:26 -03:00
migrations/v046 refactor: rename depinject imports to cosmossdk.io/depinject (#12479) 2022-07-09 17:46:07 +02:00
module refactor: Use mocks for x/feegrant testing (#12472) 2022-07-13 10:25:26 -03:00
simulation refactor: Use mocks for x/feegrant testing (#12472) 2022-07-13 10:25:26 -03:00
spec docs(x/feegrant): use coins instead of tokens (#12444) 2022-07-05 14:19:36 +00:00
testutil refactor: Use mocks for x/feegrant testing (#12472) 2022-07-13 10:25:26 -03:00
basic_fee_test.go refactor: Use mocks for x/feegrant testing (#12472) 2022-07-13 10:25:26 -03:00
basic_fee.go refactor!: Coins Add and Sub Consistency (#11689) 2022-04-20 08:36:10 -04:00
codec.go revert: replace all ModuleCdc instances with legacy.Cdc (#11680) 2022-04-20 09:27:40 +00:00
doc.go docs(x/feegrant): use coins instead of tokens (#12444) 2022-07-05 14:19:36 +00:00
errors.go Move x/feegrant/types to x/feegrant (#9273) 2021-05-07 07:10:47 +00:00
events.go feat: adds pruning for feegrant (#10830) 2022-02-08 03:40:56 +00:00
expected_keepers.go Move x/feegrant/types to x/feegrant (#9273) 2021-05-07 07:10:47 +00:00
feegrant.pb.go docs(x/feegrant): use coins instead of tokens (#12444) 2022-07-05 14:19:36 +00:00
fees.go feat: adds pruning for feegrant (#10830) 2022-02-08 03:40:56 +00:00
filtered_fee_test.go refactor: Use mocks for x/feegrant testing (#12472) 2022-07-13 10:25:26 -03:00
filtered_fee.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
genesis.go Move x/feegrant/types to x/feegrant (#9273) 2021-05-07 07:10:47 +00:00
genesis.pb.go Move x/feegrant/types to x/feegrant (#9273) 2021-05-07 07:10:47 +00:00
grant_test.go refactor: Use mocks for x/feegrant testing (#12472) 2022-07-13 10:25:26 -03:00
grant.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
key_test.go refactor: (x/feegrant) parsing keys (#11814) 2022-05-01 08:50:45 +00:00
key.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
msgs_test.go fix: implement Amino serialization for x/authz and x/feegrant (#11224) 2022-02-22 12:03:01 +01:00
msgs.go fix: implement Amino serialization for x/authz and x/feegrant (#11224) 2022-02-22 12:03:01 +01:00
periodic_fee_test.go refactor: Use mocks for x/feegrant testing (#12472) 2022-07-13 10:25:26 -03:00
periodic_fee.go refactor!: Coins Add and Sub Consistency (#11689) 2022-04-20 08:36:10 -04:00
query.pb.go chore: api sub-module vanity URL (#11941) 2022-05-12 10:19:04 +00:00
query.pb.gw.go fix: dockerfile for building proto (#11452) 2022-03-25 12:35:09 +00:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
tx.pb.go docs: update feegrant AllowedFeeAllowance docs (#11344) 2022-03-11 14:44:44 +00:00

Fee Grant

  • Fee Grant - Grant fee allowances for executing transactions.