cosmos-sdk/x/feegrant
Julien Robert 77a96d5fe1
docs: update sdk & tm version links in docs (#12976)
* docs: update sdk & tm version links in docs

* revert unrelated change
2022-08-20 08:42:13 +02:00
..
client refactor: move module cli tests up to simapp (#12718) 2022-07-26 22:00:54 +00: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 feat: Remove RandomizedParams from the AppModuleSimulation interface (#12846) 2022-08-10 14:34:45 +02:00
simulation chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
spec docs: update sdk & tm version links in docs (#12976) 2022-08-20 08:42:13 +02:00
testutil refactor: replace app wiring yaml config by go (#12757) 2022-07-29 16:39:44 -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: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +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 chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02: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.